Class StopQueryResponse.Builder

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

public static final class StopQueryResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<StopQueryResponse.Builder> implements StopQueryResponseOrBuilder
Protobuf type io.deephaven.proto.controller.StopQueryResponse
  • 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<StopQueryResponse.Builder>
    • internalGetMutableMapFieldReflection

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

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

      public StopQueryResponse.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<StopQueryResponse.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<StopQueryResponse.Builder>
    • getDefaultInstanceForType

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

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

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

      public StopQueryResponse.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<StopQueryResponse.Builder>
    • mergeFrom

      public StopQueryResponse.Builder mergeFrom(StopQueryResponse other)
    • isInitialized

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

      public StopQueryResponse.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<StopQueryResponse.Builder>
      Throws:
      IOException
    • getSuccessSerialsList

      public List<Long> getSuccessSerialsList()
      repeated int64 successSerials = 1;
      Specified by:
      getSuccessSerialsList in interface StopQueryResponseOrBuilder
      Returns:
      A list containing the successSerials.
    • getSuccessSerialsCount

      public int getSuccessSerialsCount()
      repeated int64 successSerials = 1;
      Specified by:
      getSuccessSerialsCount in interface StopQueryResponseOrBuilder
      Returns:
      The count of successSerials.
    • getSuccessSerials

      public long getSuccessSerials(int index)
      repeated int64 successSerials = 1;
      Specified by:
      getSuccessSerials in interface StopQueryResponseOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The successSerials at the given index.
    • setSuccessSerials

      public StopQueryResponse.Builder setSuccessSerials(int index, long value)
      repeated int64 successSerials = 1;
      Parameters:
      index - The index to set the value at.
      value - The successSerials to set.
      Returns:
      This builder for chaining.
    • addSuccessSerials

      public StopQueryResponse.Builder addSuccessSerials(long value)
      repeated int64 successSerials = 1;
      Parameters:
      value - The successSerials to add.
      Returns:
      This builder for chaining.
    • addAllSuccessSerials

      public StopQueryResponse.Builder addAllSuccessSerials(Iterable<? extends Long> values)
      repeated int64 successSerials = 1;
      Parameters:
      values - The successSerials to add.
      Returns:
      This builder for chaining.
    • clearSuccessSerials

      public StopQueryResponse.Builder clearSuccessSerials()
      repeated int64 successSerials = 1;
      Returns:
      This builder for chaining.
    • getErrorSerialsCount

      public int getErrorSerialsCount()
      Description copied from interface: StopQueryResponseOrBuilder
      map<int64, string> errorSerials = 2;
      Specified by:
      getErrorSerialsCount in interface StopQueryResponseOrBuilder
    • containsErrorSerials

      public boolean containsErrorSerials(long key)
      map<int64, string> errorSerials = 2;
      Specified by:
      containsErrorSerials in interface StopQueryResponseOrBuilder
    • getErrorSerials

      @Deprecated public Map<Long,String> getErrorSerials()
      Deprecated.
      Specified by:
      getErrorSerials in interface StopQueryResponseOrBuilder
    • getErrorSerialsMap

      public Map<Long,String> getErrorSerialsMap()
      map<int64, string> errorSerials = 2;
      Specified by:
      getErrorSerialsMap in interface StopQueryResponseOrBuilder
    • getErrorSerialsOrDefault

      public String getErrorSerialsOrDefault(long key, String defaultValue)
      map<int64, string> errorSerials = 2;
      Specified by:
      getErrorSerialsOrDefault in interface StopQueryResponseOrBuilder
    • getErrorSerialsOrThrow

      public String getErrorSerialsOrThrow(long key)
      map<int64, string> errorSerials = 2;
      Specified by:
      getErrorSerialsOrThrow in interface StopQueryResponseOrBuilder
    • clearErrorSerials

      public StopQueryResponse.Builder clearErrorSerials()
    • removeErrorSerials

      public StopQueryResponse.Builder removeErrorSerials(long key)
      map<int64, string> errorSerials = 2;
    • getMutableErrorSerials

      @Deprecated public Map<Long,String> getMutableErrorSerials()
      Deprecated.
      Use alternate mutation accessors instead.
    • putErrorSerials

      public StopQueryResponse.Builder putErrorSerials(long key, String value)
      map<int64, string> errorSerials = 2;
    • putAllErrorSerials

      public StopQueryResponse.Builder putAllErrorSerials(Map<Long,String> values)
      map<int64, string> errorSerials = 2;