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

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

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

        public PlanProtocol.PostfixExpression 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.PostfixExpression.Builder>
      • getPostfixExpressionTokensBytes

        public com.google.protobuf.ByteString getPostfixExpressionTokensBytes​(int index)
        repeated string postfixExpressionTokens = 1;
        Specified by:
        getPostfixExpressionTokensBytes in interface PlanProtocol.PostfixExpressionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the postfixExpressionTokens at the given index.
      • setPostfixExpressionTokens

        public PlanProtocol.PostfixExpression.Builder setPostfixExpressionTokens​(int index,
                                                                                 String value)
        repeated string postfixExpressionTokens = 1;
        Parameters:
        index - The index to set the value at.
        value - The postfixExpressionTokens to set.
        Returns:
        This builder for chaining.
      • addPostfixExpressionTokens

        public PlanProtocol.PostfixExpression.Builder addPostfixExpressionTokens​(String value)
        repeated string postfixExpressionTokens = 1;
        Parameters:
        value - The postfixExpressionTokens to add.
        Returns:
        This builder for chaining.
      • addAllPostfixExpressionTokens

        public PlanProtocol.PostfixExpression.Builder addAllPostfixExpressionTokens​(Iterable<String> values)
        repeated string postfixExpressionTokens = 1;
        Parameters:
        values - The postfixExpressionTokens to add.
        Returns:
        This builder for chaining.
      • clearPostfixExpressionTokens

        public PlanProtocol.PostfixExpression.Builder clearPostfixExpressionTokens()
        repeated string postfixExpressionTokens = 1;
        Returns:
        This builder for chaining.
      • addPostfixExpressionTokensBytes

        public PlanProtocol.PostfixExpression.Builder addPostfixExpressionTokensBytes​(com.google.protobuf.ByteString value)
        repeated string postfixExpressionTokens = 1;
        Parameters:
        value - The bytes of the postfixExpressionTokens to add.
        Returns:
        This builder for chaining.