Class BiddingDataExclusion.Builder

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

    public static final class BiddingDataExclusion.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<BiddingDataExclusion.Builder>
    implements BiddingDataExclusionOrBuilder
     Represents a bidding data exclusion.
     See "About data exclusions" at
     https://support.google.com/google-ads/answer/10370710.
     
    Protobuf type google.ads.googleads.v10.resources.BiddingDataExclusion
    • 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<BiddingDataExclusion.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.String getResourceName()
         Immutable. The resource name of the data exclusion.
         Data exclusion resource names have the form:
         `customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface BiddingDataExclusionOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Immutable. The resource name of the data exclusion.
         Data exclusion resource names have the form:
         `customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface BiddingDataExclusionOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public BiddingDataExclusion.Builder setResourceName​(java.lang.String value)
         Immutable. The resource name of the data exclusion.
         Data exclusion resource names have the form:
         `customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public BiddingDataExclusion.Builder clearResourceName()
         Immutable. The resource name of the data exclusion.
         Data exclusion resource names have the form:
         `customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public BiddingDataExclusion.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Immutable. The resource name of the data exclusion.
         Data exclusion resource names have the form:
         `customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • getDataExclusionId

        public long getDataExclusionId()
         Output only. The ID of the data exclusion.
         
        int64 data_exclusion_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDataExclusionId in interface BiddingDataExclusionOrBuilder
        Returns:
        The dataExclusionId.
      • setDataExclusionId

        public BiddingDataExclusion.Builder setDataExclusionId​(long value)
         Output only. The ID of the data exclusion.
         
        int64 data_exclusion_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The dataExclusionId to set.
        Returns:
        This builder for chaining.
      • clearDataExclusionId

        public BiddingDataExclusion.Builder clearDataExclusionId()
         Output only. The ID of the data exclusion.
         
        int64 data_exclusion_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getScopeValue

        public int getScopeValue()
         The scope of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventScopeEnum.SeasonalityEventScope scope = 3;
        Specified by:
        getScopeValue in interface BiddingDataExclusionOrBuilder
        Returns:
        The enum numeric value on the wire for scope.
      • setScopeValue

        public BiddingDataExclusion.Builder setScopeValue​(int value)
         The scope of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventScopeEnum.SeasonalityEventScope scope = 3;
        Parameters:
        value - The enum numeric value on the wire for scope to set.
        Returns:
        This builder for chaining.
      • clearScope

        public BiddingDataExclusion.Builder clearScope()
         The scope of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventScopeEnum.SeasonalityEventScope scope = 3;
        Returns:
        This builder for chaining.
      • getStatusValue

        public int getStatusValue()
         Output only. The status of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventStatusEnum.SeasonalityEventStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatusValue in interface BiddingDataExclusionOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        public BiddingDataExclusion.Builder setStatusValue​(int value)
         Output only. The status of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventStatusEnum.SeasonalityEventStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public BiddingDataExclusion.Builder clearStatus()
         Output only. The status of the data exclusion.
         
        .google.ads.googleads.v10.enums.SeasonalityEventStatusEnum.SeasonalityEventStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getStartDateTime

        public java.lang.String getStartDateTime()
         Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss
         format.
         A data exclusion is backward looking and should be used for events that
         start in the past and end either in the past or future.
         
        string start_date_time = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getStartDateTime in interface BiddingDataExclusionOrBuilder
        Returns:
        The startDateTime.
      • getStartDateTimeBytes

        public com.google.protobuf.ByteString getStartDateTimeBytes()
         Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss
         format.
         A data exclusion is backward looking and should be used for events that
         start in the past and end either in the past or future.
         
        string start_date_time = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getStartDateTimeBytes in interface BiddingDataExclusionOrBuilder
        Returns:
        The bytes for startDateTime.
      • setStartDateTime

        public BiddingDataExclusion.Builder setStartDateTime​(java.lang.String value)
         Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss
         format.
         A data exclusion is backward looking and should be used for events that
         start in the past and end either in the past or future.
         
        string start_date_time = 5 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The startDateTime to set.
        Returns:
        This builder for chaining.
      • clearStartDateTime

        public BiddingDataExclusion.Builder clearStartDateTime()
         Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss
         format.
         A data exclusion is backward looking and should be used for events that
         start in the past and end either in the past or future.
         
        string start_date_time = 5 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setStartDateTimeBytes

        public BiddingDataExclusion.Builder setStartDateTimeBytes​(com.google.protobuf.ByteString value)
         Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss
         format.
         A data exclusion is backward looking and should be used for events that
         start in the past and end either in the past or future.
         
        string start_date_time = 5 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for startDateTime to set.
        Returns:
        This builder for chaining.
      • getEndDateTime

        public java.lang.String getEndDateTime()
         Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format.
         The length of [start_date_time, end_date_time) interval must be
         within (0, 14 days].
         
        string end_date_time = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEndDateTime in interface BiddingDataExclusionOrBuilder
        Returns:
        The endDateTime.
      • getEndDateTimeBytes

        public com.google.protobuf.ByteString getEndDateTimeBytes()
         Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format.
         The length of [start_date_time, end_date_time) interval must be
         within (0, 14 days].
         
        string end_date_time = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEndDateTimeBytes in interface BiddingDataExclusionOrBuilder
        Returns:
        The bytes for endDateTime.
      • setEndDateTime

        public BiddingDataExclusion.Builder setEndDateTime​(java.lang.String value)
         Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format.
         The length of [start_date_time, end_date_time) interval must be
         within (0, 14 days].
         
        string end_date_time = 6 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The endDateTime to set.
        Returns:
        This builder for chaining.
      • clearEndDateTime

        public BiddingDataExclusion.Builder clearEndDateTime()
         Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format.
         The length of [start_date_time, end_date_time) interval must be
         within (0, 14 days].
         
        string end_date_time = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setEndDateTimeBytes

        public BiddingDataExclusion.Builder setEndDateTimeBytes​(com.google.protobuf.ByteString value)
         Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format.
         The length of [start_date_time, end_date_time) interval must be
         within (0, 14 days].
         
        string end_date_time = 6 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for endDateTime to set.
        Returns:
        This builder for chaining.
      • getName

        public java.lang.String getName()
         The name of the data exclusion. The name can be at most 255
         characters.
         
        string name = 7;
        Specified by:
        getName in interface BiddingDataExclusionOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name of the data exclusion. The name can be at most 255
         characters.
         
        string name = 7;
        Specified by:
        getNameBytes in interface BiddingDataExclusionOrBuilder
        Returns:
        The bytes for name.
      • setName

        public BiddingDataExclusion.Builder setName​(java.lang.String value)
         The name of the data exclusion. The name can be at most 255
         characters.
         
        string name = 7;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public BiddingDataExclusion.Builder clearName()
         The name of the data exclusion. The name can be at most 255
         characters.
         
        string name = 7;
        Returns:
        This builder for chaining.
      • setNameBytes

        public BiddingDataExclusion.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The name of the data exclusion. The name can be at most 255
         characters.
         
        string name = 7;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDescription

        public java.lang.String getDescription()
         The description of the data exclusion. The description can be at
         most 2048 characters.
         
        string description = 8;
        Specified by:
        getDescription in interface BiddingDataExclusionOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         The description of the data exclusion. The description can be at
         most 2048 characters.
         
        string description = 8;
        Specified by:
        getDescriptionBytes in interface BiddingDataExclusionOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public BiddingDataExclusion.Builder setDescription​(java.lang.String value)
         The description of the data exclusion. The description can be at
         most 2048 characters.
         
        string description = 8;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public BiddingDataExclusion.Builder clearDescription()
         The description of the data exclusion. The description can be at
         most 2048 characters.
         
        string description = 8;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public BiddingDataExclusion.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         The description of the data exclusion. The description can be at
         most 2048 characters.
         
        string description = 8;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getDevicesList

        public java.util.List<DeviceEnum.Device> getDevicesList()
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Specified by:
        getDevicesList in interface BiddingDataExclusionOrBuilder
        Returns:
        A list containing the devices.
      • getDevicesCount

        public int getDevicesCount()
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Specified by:
        getDevicesCount in interface BiddingDataExclusionOrBuilder
        Returns:
        The count of devices.
      • getDevices

        public DeviceEnum.Device getDevices​(int index)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Specified by:
        getDevices in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The devices at the given index.
      • setDevices

        public BiddingDataExclusion.Builder setDevices​(int index,
                                                       DeviceEnum.Device value)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        index - The index to set the value at.
        value - The devices to set.
        Returns:
        This builder for chaining.
      • addDevices

        public BiddingDataExclusion.Builder addDevices​(DeviceEnum.Device value)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        value - The devices to add.
        Returns:
        This builder for chaining.
      • addAllDevices

        public BiddingDataExclusion.Builder addAllDevices​(java.lang.Iterable<? extends DeviceEnum.Device> values)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        values - The devices to add.
        Returns:
        This builder for chaining.
      • clearDevices

        public BiddingDataExclusion.Builder clearDevices()
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Returns:
        This builder for chaining.
      • getDevicesValueList

        public java.util.List<java.lang.Integer> getDevicesValueList()
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Specified by:
        getDevicesValueList in interface BiddingDataExclusionOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for devices.
      • getDevicesValue

        public int getDevicesValue​(int index)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Specified by:
        getDevicesValue in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of devices at the given index.
      • setDevicesValue

        public BiddingDataExclusion.Builder setDevicesValue​(int index,
                                                            int value)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of devices at the given index.
      • addDevicesValue

        public BiddingDataExclusion.Builder addDevicesValue​(int value)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        value - The enum numeric value on the wire for devices to add.
        Returns:
        This builder for chaining.
      • addAllDevicesValue

        public BiddingDataExclusion.Builder addAllDevicesValue​(java.lang.Iterable<java.lang.Integer> values)
         If not specified, all devices will be included in this exclusion.
         Otherwise, only the specified targeted devices will be included in this
         exclusion.
         
        repeated .google.ads.googleads.v10.enums.DeviceEnum.Device devices = 9;
        Parameters:
        values - The enum numeric values on the wire for devices to add.
        Returns:
        This builder for chaining.
      • getCampaignsList

        public com.google.protobuf.ProtocolStringList getCampaignsList()
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCampaignsList in interface BiddingDataExclusionOrBuilder
        Returns:
        A list containing the campaigns.
      • getCampaignsCount

        public int getCampaignsCount()
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCampaignsCount in interface BiddingDataExclusionOrBuilder
        Returns:
        The count of campaigns.
      • getCampaigns

        public java.lang.String getCampaigns​(int index)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCampaigns in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The campaigns at the given index.
      • getCampaignsBytes

        public com.google.protobuf.ByteString getCampaignsBytes​(int index)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCampaignsBytes in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the campaigns at the given index.
      • setCampaigns

        public BiddingDataExclusion.Builder setCampaigns​(int index,
                                                         java.lang.String value)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The campaigns to set.
        Returns:
        This builder for chaining.
      • addCampaigns

        public BiddingDataExclusion.Builder addCampaigns​(java.lang.String value)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaigns to add.
        Returns:
        This builder for chaining.
      • addAllCampaigns

        public BiddingDataExclusion.Builder addAllCampaigns​(java.lang.Iterable<java.lang.String> values)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Parameters:
        values - The campaigns to add.
        Returns:
        This builder for chaining.
      • clearCampaigns

        public BiddingDataExclusion.Builder clearCampaigns()
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addCampaignsBytes

        public BiddingDataExclusion.Builder addCampaignsBytes​(com.google.protobuf.ByteString value)
         The data exclusion will apply to the campaigns listed when the scope of
         this exclusion is CAMPAIGN. The maximum number of campaigns per event is
         2000.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated string campaigns = 10 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the campaigns to add.
        Returns:
        This builder for chaining.
      • getAdvertisingChannelTypesList

        public java.util.List<AdvertisingChannelTypeEnum.AdvertisingChannelType> getAdvertisingChannelTypesList()
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Specified by:
        getAdvertisingChannelTypesList in interface BiddingDataExclusionOrBuilder
        Returns:
        A list containing the advertisingChannelTypes.
      • getAdvertisingChannelTypesCount

        public int getAdvertisingChannelTypesCount()
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Specified by:
        getAdvertisingChannelTypesCount in interface BiddingDataExclusionOrBuilder
        Returns:
        The count of advertisingChannelTypes.
      • getAdvertisingChannelTypes

        public AdvertisingChannelTypeEnum.AdvertisingChannelType getAdvertisingChannelTypes​(int index)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Specified by:
        getAdvertisingChannelTypes in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The advertisingChannelTypes at the given index.
      • setAdvertisingChannelTypes

        public BiddingDataExclusion.Builder setAdvertisingChannelTypes​(int index,
                                                                       AdvertisingChannelTypeEnum.AdvertisingChannelType value)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        index - The index to set the value at.
        value - The advertisingChannelTypes to set.
        Returns:
        This builder for chaining.
      • addAdvertisingChannelTypes

        public BiddingDataExclusion.Builder addAdvertisingChannelTypes​(AdvertisingChannelTypeEnum.AdvertisingChannelType value)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        value - The advertisingChannelTypes to add.
        Returns:
        This builder for chaining.
      • addAllAdvertisingChannelTypes

        public BiddingDataExclusion.Builder addAllAdvertisingChannelTypes​(java.lang.Iterable<? extends AdvertisingChannelTypeEnum.AdvertisingChannelType> values)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        values - The advertisingChannelTypes to add.
        Returns:
        This builder for chaining.
      • clearAdvertisingChannelTypes

        public BiddingDataExclusion.Builder clearAdvertisingChannelTypes()
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Returns:
        This builder for chaining.
      • getAdvertisingChannelTypesValueList

        public java.util.List<java.lang.Integer> getAdvertisingChannelTypesValueList()
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Specified by:
        getAdvertisingChannelTypesValueList in interface BiddingDataExclusionOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for advertisingChannelTypes.
      • getAdvertisingChannelTypesValue

        public int getAdvertisingChannelTypesValue​(int index)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Specified by:
        getAdvertisingChannelTypesValue in interface BiddingDataExclusionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of advertisingChannelTypes at the given index.
      • setAdvertisingChannelTypesValue

        public BiddingDataExclusion.Builder setAdvertisingChannelTypesValue​(int index,
                                                                            int value)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of advertisingChannelTypes at the given index.
      • addAdvertisingChannelTypesValue

        public BiddingDataExclusion.Builder addAdvertisingChannelTypesValue​(int value)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        value - The enum numeric value on the wire for advertisingChannelTypes to add.
        Returns:
        This builder for chaining.
      • addAllAdvertisingChannelTypesValue

        public BiddingDataExclusion.Builder addAllAdvertisingChannelTypesValue​(java.lang.Iterable<java.lang.Integer> values)
         The data_exclusion will apply to all the campaigns under the listed
         channels retroactively as well as going forward when the scope of this
         exclusion is CHANNEL.
         The supported advertising channel types are DISPLAY, SEARCH and SHOPPING.
         Note: a data exclusion with both advertising_channel_types and
         campaign_ids is not supported.
         
        repeated .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_types = 11;
        Parameters:
        values - The enum numeric values on the wire for advertisingChannelTypes to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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