Class CustomerLabelOperation.Builder

  • All Implemented Interfaces:
    CustomerLabelOperationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    CustomerLabelOperation

    public static final class CustomerLabelOperation.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CustomerLabelOperation.Builder>
    implements CustomerLabelOperationOrBuilder
     A single operation (create, remove) on a customer-label relationship.
     
    Protobuf type google.ads.googleads.v10.services.CustomerLabelOperation
    • 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<CustomerLabelOperation.Builder>
      • clear

        public CustomerLabelOperation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerLabelOperation.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<CustomerLabelOperation.Builder>
      • getDefaultInstanceForType

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

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

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

        public CustomerLabelOperation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerLabelOperation.Builder>
      • setField

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

        public CustomerLabelOperation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerLabelOperation.Builder>
      • clearOneof

        public CustomerLabelOperation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerLabelOperation.Builder>
      • setRepeatedField

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

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

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

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

        public boolean hasCreate()
         Create operation: No resource name is expected for the new customer-label
         relationship.
         
        .google.ads.googleads.v10.resources.CustomerLabel create = 1;
        Specified by:
        hasCreate in interface CustomerLabelOperationOrBuilder
        Returns:
        Whether the create field is set.
      • getCreate

        public CustomerLabel getCreate()
         Create operation: No resource name is expected for the new customer-label
         relationship.
         
        .google.ads.googleads.v10.resources.CustomerLabel create = 1;
        Specified by:
        getCreate in interface CustomerLabelOperationOrBuilder
        Returns:
        The create.
      • setCreate

        public CustomerLabelOperation.Builder setCreate​(CustomerLabel value)
         Create operation: No resource name is expected for the new customer-label
         relationship.
         
        .google.ads.googleads.v10.resources.CustomerLabel create = 1;
      • mergeCreate

        public CustomerLabelOperation.Builder mergeCreate​(CustomerLabel value)
         Create operation: No resource name is expected for the new customer-label
         relationship.
         
        .google.ads.googleads.v10.resources.CustomerLabel create = 1;
      • clearCreate

        public CustomerLabelOperation.Builder clearCreate()
         Create operation: No resource name is expected for the new customer-label
         relationship.
         
        .google.ads.googleads.v10.resources.CustomerLabel create = 1;
      • getCreateBuilder

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

        public boolean hasRemove()
         Remove operation: A resource name for the customer-label relationship
         being removed, in this format:
         `customers/{customer_id}/customerLabels/{label_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasRemove in interface CustomerLabelOperationOrBuilder
        Returns:
        Whether the remove field is set.
      • getRemove

        public java.lang.String getRemove()
         Remove operation: A resource name for the customer-label relationship
         being removed, in this format:
         `customers/{customer_id}/customerLabels/{label_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemove in interface CustomerLabelOperationOrBuilder
        Returns:
        The remove.
      • getRemoveBytes

        public com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the customer-label relationship
         being removed, in this format:
         `customers/{customer_id}/customerLabels/{label_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemoveBytes in interface CustomerLabelOperationOrBuilder
        Returns:
        The bytes for remove.
      • setRemove

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

        public CustomerLabelOperation.Builder clearRemove()
         Remove operation: A resource name for the customer-label relationship
         being removed, in this format:
         `customers/{customer_id}/customerLabels/{label_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setRemoveBytes

        public CustomerLabelOperation.Builder setRemoveBytes​(com.google.protobuf.ByteString value)
         Remove operation: A resource name for the customer-label relationship
         being removed, in this format:
         `customers/{customer_id}/customerLabels/{label_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for remove to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final CustomerLabelOperation.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<CustomerLabelOperation.Builder>