All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polypheny.prism.ClientInfoPropertiesOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/meta_responses.proto

package org.polypheny.prism;

public interface ClientInfoPropertiesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ClientInfoProperties)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A mapping of property names to their corresponding values, providing insights or settings related to the client.
   * 
* * map<string, string> properties = 1; */ int getPropertiesCount(); /** *
   * A mapping of property names to their corresponding values, providing insights or settings related to the client.
   * 
* * map<string, string> properties = 1; */ boolean containsProperties( java.lang.String key); /** * Use {@link #getPropertiesMap()} instead. */ @java.lang.Deprecated java.util.Map getProperties(); /** *
   * A mapping of property names to their corresponding values, providing insights or settings related to the client.
   * 
* * map<string, string> properties = 1; */ java.util.Map getPropertiesMap(); /** *
   * A mapping of property names to their corresponding values, providing insights or settings related to the client.
   * 
* * map<string, string> properties = 1; */ /* nullable */ java.lang.String getPropertiesOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** *
   * A mapping of property names to their corresponding values, providing insights or settings related to the client.
   * 
* * map<string, string> properties = 1; */ java.lang.String getPropertiesOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy