Class RestartQueryRequest.Builder

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

public static final class RestartQueryRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<RestartQueryRequest.Builder> implements RestartQueryRequestOrBuilder
Protobuf type io.deephaven.proto.controller.RestartQueryRequest
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RestartQueryRequest.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<RestartQueryRequest.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<RestartQueryRequest.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public RestartQueryRequest.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<RestartQueryRequest.Builder>
      Throws:
      IOException
    • getCookie

      public com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Specified by:
      getCookie in interface RestartQueryRequestOrBuilder
      Returns:
      The cookie.
    • setCookie

      public RestartQueryRequest.Builder setCookie(com.google.protobuf.ByteString value)
      bytes cookie = 1;
      Parameters:
      value - The cookie to set.
      Returns:
      This builder for chaining.
    • clearCookie

      public RestartQueryRequest.Builder clearCookie()
      bytes cookie = 1;
      Returns:
      This builder for chaining.
    • getSerialsList

      public List<Long> getSerialsList()
      repeated int64 serials = 2;
      Specified by:
      getSerialsList in interface RestartQueryRequestOrBuilder
      Returns:
      A list containing the serials.
    • getSerialsCount

      public int getSerialsCount()
      repeated int64 serials = 2;
      Specified by:
      getSerialsCount in interface RestartQueryRequestOrBuilder
      Returns:
      The count of serials.
    • getSerials

      public long getSerials(int index)
      repeated int64 serials = 2;
      Specified by:
      getSerials in interface RestartQueryRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The serials at the given index.
    • setSerials

      public RestartQueryRequest.Builder setSerials(int index, long value)
      repeated int64 serials = 2;
      Parameters:
      index - The index to set the value at.
      value - The serials to set.
      Returns:
      This builder for chaining.
    • addSerials

      public RestartQueryRequest.Builder addSerials(long value)
      repeated int64 serials = 2;
      Parameters:
      value - The serials to add.
      Returns:
      This builder for chaining.
    • addAllSerials

      public RestartQueryRequest.Builder addAllSerials(Iterable<? extends Long> values)
      repeated int64 serials = 2;
      Parameters:
      values - The serials to add.
      Returns:
      This builder for chaining.
    • clearSerials

      public RestartQueryRequest.Builder clearSerials()
      repeated int64 serials = 2;
      Returns:
      This builder for chaining.