Class KeywordPlanOperation.Builder

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

    public static final class KeywordPlanOperation.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanOperation.Builder>
    implements KeywordPlanOperationOrBuilder
     A single operation (create, update, remove) on a keyword plan.
     
    Protobuf type google.ads.googleads.v13.services.KeywordPlanOperation
    • 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<KeywordPlanOperation.Builder>
      • clear

        public KeywordPlanOperation.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<KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • getDefaultInstanceForType

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

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

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

        public KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • setField

        public KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • clearField

        public KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • clearOneof

        public KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • setRepeatedField

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

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

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

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

        public boolean hasUpdateMask()
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        hasUpdateMask in interface KeywordPlanOperationOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        getUpdateMask in interface KeywordPlanOperationOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public KeywordPlanOperation.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • setUpdateMask

        public KeywordPlanOperation.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • mergeUpdateMask

        public KeywordPlanOperation.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • clearUpdateMask

        public KeywordPlanOperation.Builder clearUpdateMask()
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The FieldMask that determines which resource fields are modified in an
         update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        getUpdateMaskOrBuilder in interface KeywordPlanOperationOrBuilder
      • hasCreate

        public boolean hasCreate()
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
        Specified by:
        hasCreate in interface KeywordPlanOperationOrBuilder
        Returns:
        Whether the create field is set.
      • getCreate

        public KeywordPlan getCreate()
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
        Specified by:
        getCreate in interface KeywordPlanOperationOrBuilder
        Returns:
        The create.
      • setCreate

        public KeywordPlanOperation.Builder setCreate​(KeywordPlan value)
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
      • mergeCreate

        public KeywordPlanOperation.Builder mergeCreate​(KeywordPlan value)
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
      • clearCreate

        public KeywordPlanOperation.Builder clearCreate()
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
      • getCreateBuilder

        public KeywordPlan.Builder getCreateBuilder()
         Create operation: No resource name is expected for the new keyword plan.
         
        .google.ads.googleads.v13.resources.KeywordPlan create = 1;
      • hasUpdate

        public boolean hasUpdate()
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
        Specified by:
        hasUpdate in interface KeywordPlanOperationOrBuilder
        Returns:
        Whether the update field is set.
      • getUpdate

        public KeywordPlan getUpdate()
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
        Specified by:
        getUpdate in interface KeywordPlanOperationOrBuilder
        Returns:
        The update.
      • setUpdate

        public KeywordPlanOperation.Builder setUpdate​(KeywordPlan value)
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
      • setUpdate

        public KeywordPlanOperation.Builder setUpdate​(KeywordPlan.Builder builderForValue)
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
      • mergeUpdate

        public KeywordPlanOperation.Builder mergeUpdate​(KeywordPlan value)
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
      • clearUpdate

        public KeywordPlanOperation.Builder clearUpdate()
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
      • getUpdateBuilder

        public KeywordPlan.Builder getUpdateBuilder()
         Update operation: The keyword plan is expected to have a valid resource
         name.
         
        .google.ads.googleads.v13.resources.KeywordPlan update = 2;
      • hasRemove

        public boolean hasRemove()
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasRemove in interface KeywordPlanOperationOrBuilder
        Returns:
        Whether the remove field is set.
      • getRemove

        public java.lang.String getRemove()
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemove in interface KeywordPlanOperationOrBuilder
        Returns:
        The remove.
      • getRemoveBytes

        public com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemoveBytes in interface KeywordPlanOperationOrBuilder
        Returns:
        The bytes for remove.
      • setRemove

        public KeywordPlanOperation.Builder setRemove​(java.lang.String value)
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The remove to set.
        Returns:
        This builder for chaining.
      • clearRemove

        public KeywordPlanOperation.Builder clearRemove()
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setRemoveBytes

        public KeywordPlanOperation.Builder setRemoveBytes​(com.google.protobuf.ByteString value)
         Remove operation: A resource name for the removed keyword plan is
         expected in this format:
        
         `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for remove to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final KeywordPlanOperation.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<KeywordPlanOperation.Builder>
      • mergeUnknownFields

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