Class Operand.RequestContextOperand.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<Operand.RequestContextOperand.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<Operand.RequestContextOperand.Builder>
      • getDefaultInstanceForType

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

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

        public Operand.RequestContextOperand buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

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

        public Operand.RequestContextOperand.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Operand.RequestContextOperand.Builder>
      • isInitialized

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

        public Operand.RequestContextOperand.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.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<Operand.RequestContextOperand.Builder>
        Throws:
        java.io.IOException
      • getContextTypeValue

        public int getContextTypeValue()
         Type of value to be referred in the request context.
         
        .google.ads.googleads.v13.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;
        Specified by:
        getContextTypeValue in interface Operand.RequestContextOperandOrBuilder
        Returns:
        The enum numeric value on the wire for contextType.
      • setContextTypeValue

        public Operand.RequestContextOperand.Builder setContextTypeValue​(int value)
         Type of value to be referred in the request context.
         
        .google.ads.googleads.v13.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;
        Parameters:
        value - The enum numeric value on the wire for contextType to set.
        Returns:
        This builder for chaining.
      • clearContextType

        public Operand.RequestContextOperand.Builder clearContextType()
         Type of value to be referred in the request context.
         
        .google.ads.googleads.v13.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;
        Returns:
        This builder for chaining.