Class Expression.Nested.List.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Expression.Nested.List.Builder>
io.substrait.proto.Expression.Nested.List.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Expression.Nested.ListOrBuilder, Cloneable
Enclosing class:
Expression.Nested.List

public static final class Expression.Nested.List.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Expression.Nested.List.Builder> implements Expression.Nested.ListOrBuilder
Protobuf type substrait.Expression.Nested.List
  • 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<Expression.Nested.List.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<Expression.Nested.List.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<Expression.Nested.List.Builder>
    • getDefaultInstanceForType

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

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

      public Expression.Nested.List 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<Expression.Nested.List.Builder>
    • setField

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
    • clearField

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
    • clearOneof

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
    • setRepeatedField

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
    • addRepeatedField

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
    • mergeFrom

      public Expression.Nested.List.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<Expression.Nested.List.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<Expression.Nested.List.Builder>
    • mergeFrom

      public Expression.Nested.List.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<Expression.Nested.List.Builder>
      Throws:
      IOException
    • getValuesList

      public List<Expression> getValuesList()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
      Specified by:
      getValuesList in interface Expression.Nested.ListOrBuilder
    • getValuesCount

      public int getValuesCount()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
      Specified by:
      getValuesCount in interface Expression.Nested.ListOrBuilder
    • getValues

      public Expression getValues(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
      Specified by:
      getValues in interface Expression.Nested.ListOrBuilder
    • setValues

      public Expression.Nested.List.Builder setValues(int index, Expression value)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • setValues

      public Expression.Nested.List.Builder setValues(int index, Expression.Builder builderForValue)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addValues

      public Expression.Nested.List.Builder addValues(Expression value)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addValues

      public Expression.Nested.List.Builder addValues(int index, Expression value)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addValues

      public Expression.Nested.List.Builder addValues(Expression.Builder builderForValue)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addValues

      public Expression.Nested.List.Builder addValues(int index, Expression.Builder builderForValue)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addAllValues

      public Expression.Nested.List.Builder addAllValues(Iterable<? extends Expression> values)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • clearValues

      public Expression.Nested.List.Builder clearValues()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • removeValues

      public Expression.Nested.List.Builder removeValues(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesBuilder

      public Expression.Builder getValuesBuilder(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesOrBuilder

      public ExpressionOrBuilder getValuesOrBuilder(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
      Specified by:
      getValuesOrBuilder in interface Expression.Nested.ListOrBuilder
    • getValuesOrBuilderList

      public List<? extends ExpressionOrBuilder> getValuesOrBuilderList()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
      Specified by:
      getValuesOrBuilderList in interface Expression.Nested.ListOrBuilder
    • addValuesBuilder

      public Expression.Builder addValuesBuilder()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • addValuesBuilder

      public Expression.Builder addValuesBuilder(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesBuilderList

      public List<Expression.Builder> getValuesBuilderList()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • setUnknownFields

      public final Expression.Nested.List.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<Expression.Nested.List.Builder>
    • mergeUnknownFields

      public final Expression.Nested.List.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<Expression.Nested.List.Builder>