Class AggSpec.AggSpecSorted.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AggSpec.AggSpecSortedOrBuilder, Cloneable
Enclosing class:
AggSpec.AggSpecSorted

public static final class AggSpec.AggSpecSorted.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder> implements AggSpec.AggSpecSortedOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted
  • Method Details

    • getDescriptor

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

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

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

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

      public AggSpec.AggSpecSorted buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • setField

      public AggSpec.AggSpecSorted.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • clearField

      public AggSpec.AggSpecSorted.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • clearOneof

      public AggSpec.AggSpecSorted.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • setRepeatedField

      public AggSpec.AggSpecSorted.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • addRepeatedField

      public AggSpec.AggSpecSorted.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • mergeFrom

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

    • isInitialized

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

      public AggSpec.AggSpecSorted.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<AggSpec.AggSpecSorted.Builder>
      Throws:
      IOException
    • getColumnsList

      public List<AggSpec.AggSpecSortedColumn> getColumnsList()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
      Specified by:
      getColumnsList in interface AggSpec.AggSpecSortedOrBuilder
    • getColumnsCount

      public int getColumnsCount()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
      Specified by:
      getColumnsCount in interface AggSpec.AggSpecSortedOrBuilder
    • getColumns

      public AggSpec.AggSpecSortedColumn getColumns(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
      Specified by:
      getColumns in interface AggSpec.AggSpecSortedOrBuilder
    • setColumns

      public AggSpec.AggSpecSorted.Builder setColumns(int index, AggSpec.AggSpecSortedColumn value)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • setColumns

      public AggSpec.AggSpecSorted.Builder setColumns(int index, AggSpec.AggSpecSortedColumn.Builder builderForValue)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addColumns

       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addColumns

      public AggSpec.AggSpecSorted.Builder addColumns(int index, AggSpec.AggSpecSortedColumn value)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addColumns

       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addColumns

      public AggSpec.AggSpecSorted.Builder addColumns(int index, AggSpec.AggSpecSortedColumn.Builder builderForValue)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addAllColumns

      public AggSpec.AggSpecSorted.Builder addAllColumns(Iterable<? extends AggSpec.AggSpecSortedColumn> values)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • clearColumns

      public AggSpec.AggSpecSorted.Builder clearColumns()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • removeColumns

      public AggSpec.AggSpecSorted.Builder removeColumns(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • getColumnsBuilder

      public AggSpec.AggSpecSortedColumn.Builder getColumnsBuilder(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • getColumnsOrBuilder

      public AggSpec.AggSpecSortedColumnOrBuilder getColumnsOrBuilder(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
      Specified by:
      getColumnsOrBuilder in interface AggSpec.AggSpecSortedOrBuilder
    • getColumnsOrBuilderList

      public List<? extends AggSpec.AggSpecSortedColumnOrBuilder> getColumnsOrBuilderList()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
      Specified by:
      getColumnsOrBuilderList in interface AggSpec.AggSpecSortedOrBuilder
    • addColumnsBuilder

      public AggSpec.AggSpecSortedColumn.Builder addColumnsBuilder()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • addColumnsBuilder

      public AggSpec.AggSpecSortedColumn.Builder addColumnsBuilder(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • getColumnsBuilderList

      public List<AggSpec.AggSpecSortedColumn.Builder> getColumnsBuilderList()
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
    • setUnknownFields

      public final AggSpec.AggSpecSorted.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>
    • mergeUnknownFields

      public final AggSpec.AggSpecSorted.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggSpec.AggSpecSorted.Builder>