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

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

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

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

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

        public MutateCustomerNegativeCriteriaResult.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 MutateCustomerNegativeCriteriaResult.Builder clearResourceName()
         Returned for successful operations.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public MutateCustomerNegativeCriteriaResult.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.
      • hasCustomerNegativeCriterion

        public boolean hasCustomerNegativeCriterion()
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;
        Specified by:
        hasCustomerNegativeCriterion in interface MutateCustomerNegativeCriteriaResultOrBuilder
        Returns:
        Whether the customerNegativeCriterion field is set.
      • setCustomerNegativeCriterion

        public MutateCustomerNegativeCriteriaResult.Builder setCustomerNegativeCriterion​(CustomerNegativeCriterion value)
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;
      • setCustomerNegativeCriterion

        public MutateCustomerNegativeCriteriaResult.Builder setCustomerNegativeCriterion​(CustomerNegativeCriterion.Builder builderForValue)
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;
      • mergeCustomerNegativeCriterion

        public MutateCustomerNegativeCriteriaResult.Builder mergeCustomerNegativeCriterion​(CustomerNegativeCriterion value)
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;
      • clearCustomerNegativeCriterion

        public MutateCustomerNegativeCriteriaResult.Builder clearCustomerNegativeCriterion()
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;
      • getCustomerNegativeCriterionBuilder

        public CustomerNegativeCriterion.Builder getCustomerNegativeCriterionBuilder()
         The mutated criterion with only mutable fields after mutate. The field will
         only be returned when response_content_type is set to "MUTABLE_RESOURCE".
         
        .google.ads.googleads.v13.resources.CustomerNegativeCriterion customer_negative_criterion = 2;