Class GetPropertiesResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
io.deephaven.proto.config.GetPropertiesResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetPropertiesResponseOrBuilder, Cloneable
Enclosing class:
GetPropertiesResponse

public static final class GetPropertiesResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder> implements GetPropertiesResponseOrBuilder
Protobuf type io.deephaven.proto.config.GetPropertiesResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • getDefaultInstanceForType

      public GetPropertiesResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public GetPropertiesResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetPropertiesResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public GetPropertiesResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetPropertiesResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetPropertiesResponse.Builder>
    • mergeFrom

      public GetPropertiesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetPropertiesResponse.Builder>
      Throws:
      IOException
    • getPropertiesCount

      public int getPropertiesCount()
      Description copied from interface: GetPropertiesResponseOrBuilder
       The responsive properties to the request
       
      map<string, string> properties = 1;
      Specified by:
      getPropertiesCount in interface GetPropertiesResponseOrBuilder
    • containsProperties

      public boolean containsProperties(String key)
       The responsive properties to the request
       
      map<string, string> properties = 1;
      Specified by:
      containsProperties in interface GetPropertiesResponseOrBuilder
    • getProperties

      @Deprecated public Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
      Specified by:
      getProperties in interface GetPropertiesResponseOrBuilder
    • getPropertiesMap

      public Map<String,String> getPropertiesMap()
       The responsive properties to the request
       
      map<string, string> properties = 1;
      Specified by:
      getPropertiesMap in interface GetPropertiesResponseOrBuilder
    • getPropertiesOrDefault

      public String getPropertiesOrDefault(String key, String defaultValue)
       The responsive properties to the request
       
      map<string, string> properties = 1;
      Specified by:
      getPropertiesOrDefault in interface GetPropertiesResponseOrBuilder
    • getPropertiesOrThrow

      public String getPropertiesOrThrow(String key)
       The responsive properties to the request
       
      map<string, string> properties = 1;
      Specified by:
      getPropertiesOrThrow in interface GetPropertiesResponseOrBuilder
    • clearProperties

      public GetPropertiesResponse.Builder clearProperties()
    • removeProperties

      public GetPropertiesResponse.Builder removeProperties(String key)
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • getMutableProperties

      @Deprecated public Map<String,String> getMutableProperties()
      Deprecated.
      Use alternate mutation accessors instead.
    • putProperties

      public GetPropertiesResponse.Builder putProperties(String key, String value)
       The responsive properties to the request
       
      map<string, string> properties = 1;
    • putAllProperties

      public GetPropertiesResponse.Builder putAllProperties(Map<String,String> values)
       The responsive properties to the request
       
      map<string, string> properties = 1;