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

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

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

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

        public CustomerCustomizerOperation.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<CustomerCustomizerOperation.Builder>
      • addRepeatedField

        public CustomerCustomizerOperation.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<CustomerCustomizerOperation.Builder>
      • isInitialized

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

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

        public boolean hasCreate()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v10.resources.CustomerCustomizer create = 1;
        Specified by:
        hasCreate in interface CustomerCustomizerOperationOrBuilder
        Returns:
        Whether the create field is set.
      • clearCreate

        public CustomerCustomizerOperation.Builder clearCreate()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v10.resources.CustomerCustomizer create = 1;
      • getCreateBuilder

        public CustomerCustomizer.Builder getCreateBuilder()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v10.resources.CustomerCustomizer create = 1;
      • hasRemove

        public boolean hasRemove()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasRemove in interface CustomerCustomizerOperationOrBuilder
        Returns:
        Whether the remove field is set.
      • getRemove

        public java.lang.String getRemove()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemove in interface CustomerCustomizerOperationOrBuilder
        Returns:
        The remove.
      • getRemoveBytes

        public com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemoveBytes in interface CustomerCustomizerOperationOrBuilder
        Returns:
        The bytes for remove.
      • setRemove

        public CustomerCustomizerOperation.Builder setRemove​(java.lang.String value)
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The remove to set.
        Returns:
        This builder for chaining.
      • clearRemove

        public CustomerCustomizerOperation.Builder clearRemove()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setRemoveBytes

        public CustomerCustomizerOperation.Builder setRemoveBytes​(com.google.protobuf.ByteString value)
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for remove to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final CustomerCustomizerOperation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerCustomizerOperation.Builder>