Interface GetPropertiesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetPropertiesResponse, GetPropertiesResponse.Builder

@Generated public interface GetPropertiesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The responsive properties to the request
    Deprecated.
    int
    The responsive properties to the request
    The responsive properties to the request
    getPropertiesOrDefault(String key, String defaultValue)
    The responsive properties to the request
    The responsive properties to the request

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPropertiesCount

      int getPropertiesCount()
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • containsProperties

      boolean containsProperties(String key)
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
       The responsive properties to the request
       
      map<string, string> properties = 1;