Class PlanProtocol.ReferenceOperator.Builder

    • Method Detail

      • 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<PlanProtocol.ReferenceOperator.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<PlanProtocol.ReferenceOperator.Builder>
      • getDefaultInstanceForType

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

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

        public PlanProtocol.ReferenceOperator buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.ReferenceOperator.Builder>
      • getColTypesList

        public com.google.protobuf.ProtocolStringList getColTypesList()
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Specified by:
        getColTypesList in interface PlanProtocol.ReferenceOperatorOrBuilder
        Returns:
        A list containing the colTypes.
      • getColTypes

        public String getColTypes​(int index)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Specified by:
        getColTypes in interface PlanProtocol.ReferenceOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The colTypes at the given index.
      • getColTypesBytes

        public com.google.protobuf.ByteString getColTypesBytes​(int index)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Specified by:
        getColTypesBytes in interface PlanProtocol.ReferenceOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the colTypes at the given index.
      • setColTypes

        public PlanProtocol.ReferenceOperator.Builder setColTypes​(int index,
                                                                  String value)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Parameters:
        index - The index to set the value at.
        value - The colTypes to set.
        Returns:
        This builder for chaining.
      • addColTypes

        public PlanProtocol.ReferenceOperator.Builder addColTypes​(String value)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Parameters:
        value - The colTypes to add.
        Returns:
        This builder for chaining.
      • addAllColTypes

        public PlanProtocol.ReferenceOperator.Builder addAllColTypes​(Iterable<String> values)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Parameters:
        values - The colTypes to add.
        Returns:
        This builder for chaining.
      • clearColTypes

        public PlanProtocol.ReferenceOperator.Builder clearColTypes()
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Returns:
        This builder for chaining.
      • addColTypesBytes

        public PlanProtocol.ReferenceOperator.Builder addColTypesBytes​(com.google.protobuf.ByteString value)
        The only thing we track here is the string version of all the types
         
        repeated string colTypes = 1;
        Parameters:
        value - The bytes of the colTypes to add.
        Returns:
        This builder for chaining.
      • setParentIndex

        public PlanProtocol.ReferenceOperator.Builder setParentIndex​(int value)
        uint32 parent_index = 2;
        Parameters:
        value - The parentIndex to set.
        Returns:
        This builder for chaining.