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

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

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

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

        public MutateConversionCustomVariableResult.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<MutateConversionCustomVariableResult.Builder>
        Throws:
        java.io.IOException
      • setResourceName

        public MutateConversionCustomVariableResult.Builder setResourceName​(java.lang.String value)
         Returned for successful operations.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public MutateConversionCustomVariableResult.Builder clearResourceName()
         Returned for successful operations.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public MutateConversionCustomVariableResult.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Returned for successful operations.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • hasConversionCustomVariable

        public boolean hasConversionCustomVariable()
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
        Specified by:
        hasConversionCustomVariable in interface MutateConversionCustomVariableResultOrBuilder
        Returns:
        Whether the conversionCustomVariable field is set.
      • getConversionCustomVariable

        public ConversionCustomVariable getConversionCustomVariable()
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
        Specified by:
        getConversionCustomVariable in interface MutateConversionCustomVariableResultOrBuilder
        Returns:
        The conversionCustomVariable.
      • setConversionCustomVariable

        public MutateConversionCustomVariableResult.Builder setConversionCustomVariable​(ConversionCustomVariable value)
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
      • setConversionCustomVariable

        public MutateConversionCustomVariableResult.Builder setConversionCustomVariable​(ConversionCustomVariable.Builder builderForValue)
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
      • mergeConversionCustomVariable

        public MutateConversionCustomVariableResult.Builder mergeConversionCustomVariable​(ConversionCustomVariable value)
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
      • clearConversionCustomVariable

        public MutateConversionCustomVariableResult.Builder clearConversionCustomVariable()
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;
      • getConversionCustomVariableBuilder

        public ConversionCustomVariable.Builder getConversionCustomVariableBuilder()
         The mutated conversion custom variable with only mutable fields after
         mutate. The field will only be returned when response_content_type is set
         to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v10.resources.ConversionCustomVariable conversion_custom_variable = 2;