All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.resources.CampaignOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/resources/campaign.proto

package com.google.ads.googleads.v10.resources;

public interface CampaignOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.Campaign)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the campaign.
   * Campaign resource names have the form:
   * `customers/{customer_id}/campaigns/{campaign_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the campaign.
   * Campaign resource names have the form:
   * `customers/{customer_id}/campaigns/{campaign_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the campaign.
   * 
* * optional int64 id = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the campaign.
   * 
* * optional int64 id = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * The name of the campaign.
   * This field is required and should not be empty when creating new
   * campaigns.
   * It must not contain any null (code point 0x0), NL line feed
   * (code point 0xA) or carriage return (code point 0xD) characters.
   * 
* * optional string name = 58; * @return Whether the name field is set. */ boolean hasName(); /** *
   * The name of the campaign.
   * This field is required and should not be empty when creating new
   * campaigns.
   * It must not contain any null (code point 0x0), NL line feed
   * (code point 0xA) or carriage return (code point 0xD) characters.
   * 
* * optional string name = 58; * @return The name. */ java.lang.String getName(); /** *
   * The name of the campaign.
   * This field is required and should not be empty when creating new
   * campaigns.
   * It must not contain any null (code point 0x0), NL line feed
   * (code point 0xA) or carriage return (code point 0xD) characters.
   * 
* * optional string name = 58; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The status of the campaign.
   * When a new campaign is added, the status defaults to ENABLED.
   * 
* * .google.ads.googleads.v10.enums.CampaignStatusEnum.CampaignStatus status = 5; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the campaign.
   * When a new campaign is added, the status defaults to ENABLED.
   * 
* * .google.ads.googleads.v10.enums.CampaignStatusEnum.CampaignStatus status = 5; * @return The status. */ com.google.ads.googleads.v10.enums.CampaignStatusEnum.CampaignStatus getStatus(); /** *
   * Output only. The ad serving status of the campaign.
   * 
* * .google.ads.googleads.v10.enums.CampaignServingStatusEnum.CampaignServingStatus serving_status = 21 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for servingStatus. */ int getServingStatusValue(); /** *
   * Output only. The ad serving status of the campaign.
   * 
* * .google.ads.googleads.v10.enums.CampaignServingStatusEnum.CampaignServingStatus serving_status = 21 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The servingStatus. */ com.google.ads.googleads.v10.enums.CampaignServingStatusEnum.CampaignServingStatus getServingStatus(); /** *
   * The ad serving optimization status of the campaign.
   * 
* * .google.ads.googleads.v10.enums.AdServingOptimizationStatusEnum.AdServingOptimizationStatus ad_serving_optimization_status = 8; * @return The enum numeric value on the wire for adServingOptimizationStatus. */ int getAdServingOptimizationStatusValue(); /** *
   * The ad serving optimization status of the campaign.
   * 
* * .google.ads.googleads.v10.enums.AdServingOptimizationStatusEnum.AdServingOptimizationStatus ad_serving_optimization_status = 8; * @return The adServingOptimizationStatus. */ com.google.ads.googleads.v10.enums.AdServingOptimizationStatusEnum.AdServingOptimizationStatus getAdServingOptimizationStatus(); /** *
   * Immutable. The primary serving target for ads within the campaign.
   * The targeting options can be refined in `network_settings`.
   * This field is required and should not be empty when creating new
   * campaigns.
   * Can be set only when creating campaigns.
   * After the campaign is created, the field can not be changed.
   * 
* * .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 9 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for advertisingChannelType. */ int getAdvertisingChannelTypeValue(); /** *
   * Immutable. The primary serving target for ads within the campaign.
   * The targeting options can be refined in `network_settings`.
   * This field is required and should not be empty when creating new
   * campaigns.
   * Can be set only when creating campaigns.
   * After the campaign is created, the field can not be changed.
   * 
* * .google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 9 [(.google.api.field_behavior) = IMMUTABLE]; * @return The advertisingChannelType. */ com.google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType getAdvertisingChannelType(); /** *
   * Immutable. Optional refinement to `advertising_channel_type`.
   * Must be a valid sub-type of the parent channel type.
   * Can be set only when creating campaigns.
   * After campaign is created, the field can not be changed.
   * 
* * .google.ads.googleads.v10.enums.AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType advertising_channel_sub_type = 10 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for advertisingChannelSubType. */ int getAdvertisingChannelSubTypeValue(); /** *
   * Immutable. Optional refinement to `advertising_channel_type`.
   * Must be a valid sub-type of the parent channel type.
   * Can be set only when creating campaigns.
   * After campaign is created, the field can not be changed.
   * 
* * .google.ads.googleads.v10.enums.AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType advertising_channel_sub_type = 10 [(.google.api.field_behavior) = IMMUTABLE]; * @return The advertisingChannelSubType. */ com.google.ads.googleads.v10.enums.AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType getAdvertisingChannelSubType(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 60; * @return Whether the trackingUrlTemplate field is set. */ boolean hasTrackingUrlTemplate(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 60; * @return The trackingUrlTemplate. */ java.lang.String getTrackingUrlTemplate(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 60; * @return The bytes for trackingUrlTemplate. */ com.google.protobuf.ByteString getTrackingUrlTemplateBytes(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12; */ java.util.List getUrlCustomParametersList(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12; */ com.google.ads.googleads.v10.common.CustomParameter getUrlCustomParameters(int index); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12; */ int getUrlCustomParametersCount(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12; */ java.util.List getUrlCustomParametersOrBuilderList(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12; */ com.google.ads.googleads.v10.common.CustomParameterOrBuilder getUrlCustomParametersOrBuilder( int index); /** *
   * Settings for Real-Time Bidding, a feature only available for campaigns
   * targeting the Ad Exchange network.
   * 
* * .google.ads.googleads.v10.common.RealTimeBiddingSetting real_time_bidding_setting = 39; * @return Whether the realTimeBiddingSetting field is set. */ boolean hasRealTimeBiddingSetting(); /** *
   * Settings for Real-Time Bidding, a feature only available for campaigns
   * targeting the Ad Exchange network.
   * 
* * .google.ads.googleads.v10.common.RealTimeBiddingSetting real_time_bidding_setting = 39; * @return The realTimeBiddingSetting. */ com.google.ads.googleads.v10.common.RealTimeBiddingSetting getRealTimeBiddingSetting(); /** *
   * Settings for Real-Time Bidding, a feature only available for campaigns
   * targeting the Ad Exchange network.
   * 
* * .google.ads.googleads.v10.common.RealTimeBiddingSetting real_time_bidding_setting = 39; */ com.google.ads.googleads.v10.common.RealTimeBiddingSettingOrBuilder getRealTimeBiddingSettingOrBuilder(); /** *
   * The network settings for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.NetworkSettings network_settings = 14; * @return Whether the networkSettings field is set. */ boolean hasNetworkSettings(); /** *
   * The network settings for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.NetworkSettings network_settings = 14; * @return The networkSettings. */ com.google.ads.googleads.v10.resources.Campaign.NetworkSettings getNetworkSettings(); /** *
   * The network settings for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.NetworkSettings network_settings = 14; */ com.google.ads.googleads.v10.resources.Campaign.NetworkSettingsOrBuilder getNetworkSettingsOrBuilder(); /** *
   * Immutable. The hotel setting for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.HotelSettingInfo hotel_setting = 32 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the hotelSetting field is set. */ boolean hasHotelSetting(); /** *
   * Immutable. The hotel setting for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.HotelSettingInfo hotel_setting = 32 [(.google.api.field_behavior) = IMMUTABLE]; * @return The hotelSetting. */ com.google.ads.googleads.v10.resources.Campaign.HotelSettingInfo getHotelSetting(); /** *
   * Immutable. The hotel setting for the campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.HotelSettingInfo hotel_setting = 32 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v10.resources.Campaign.HotelSettingInfoOrBuilder getHotelSettingOrBuilder(); /** *
   * The setting for controlling Dynamic Search Ads (DSA).
   * 
* * .google.ads.googleads.v10.resources.Campaign.DynamicSearchAdsSetting dynamic_search_ads_setting = 33; * @return Whether the dynamicSearchAdsSetting field is set. */ boolean hasDynamicSearchAdsSetting(); /** *
   * The setting for controlling Dynamic Search Ads (DSA).
   * 
* * .google.ads.googleads.v10.resources.Campaign.DynamicSearchAdsSetting dynamic_search_ads_setting = 33; * @return The dynamicSearchAdsSetting. */ com.google.ads.googleads.v10.resources.Campaign.DynamicSearchAdsSetting getDynamicSearchAdsSetting(); /** *
   * The setting for controlling Dynamic Search Ads (DSA).
   * 
* * .google.ads.googleads.v10.resources.Campaign.DynamicSearchAdsSetting dynamic_search_ads_setting = 33; */ com.google.ads.googleads.v10.resources.Campaign.DynamicSearchAdsSettingOrBuilder getDynamicSearchAdsSettingOrBuilder(); /** *
   * The setting for controlling Shopping campaigns.
   * 
* * .google.ads.googleads.v10.resources.Campaign.ShoppingSetting shopping_setting = 36; * @return Whether the shoppingSetting field is set. */ boolean hasShoppingSetting(); /** *
   * The setting for controlling Shopping campaigns.
   * 
* * .google.ads.googleads.v10.resources.Campaign.ShoppingSetting shopping_setting = 36; * @return The shoppingSetting. */ com.google.ads.googleads.v10.resources.Campaign.ShoppingSetting getShoppingSetting(); /** *
   * The setting for controlling Shopping campaigns.
   * 
* * .google.ads.googleads.v10.resources.Campaign.ShoppingSetting shopping_setting = 36; */ com.google.ads.googleads.v10.resources.Campaign.ShoppingSettingOrBuilder getShoppingSettingOrBuilder(); /** *
   * Setting for targeting related features.
   * 
* * .google.ads.googleads.v10.common.TargetingSetting targeting_setting = 43; * @return Whether the targetingSetting field is set. */ boolean hasTargetingSetting(); /** *
   * Setting for targeting related features.
   * 
* * .google.ads.googleads.v10.common.TargetingSetting targeting_setting = 43; * @return The targetingSetting. */ com.google.ads.googleads.v10.common.TargetingSetting getTargetingSetting(); /** *
   * Setting for targeting related features.
   * 
* * .google.ads.googleads.v10.common.TargetingSetting targeting_setting = 43; */ com.google.ads.googleads.v10.common.TargetingSettingOrBuilder getTargetingSettingOrBuilder(); /** *
   * Immutable. Setting for audience related features.
   * 
* * optional .google.ads.googleads.v10.resources.Campaign.AudienceSetting audience_setting = 73 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the audienceSetting field is set. */ boolean hasAudienceSetting(); /** *
   * Immutable. Setting for audience related features.
   * 
* * optional .google.ads.googleads.v10.resources.Campaign.AudienceSetting audience_setting = 73 [(.google.api.field_behavior) = IMMUTABLE]; * @return The audienceSetting. */ com.google.ads.googleads.v10.resources.Campaign.AudienceSetting getAudienceSetting(); /** *
   * Immutable. Setting for audience related features.
   * 
* * optional .google.ads.googleads.v10.resources.Campaign.AudienceSetting audience_setting = 73 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v10.resources.Campaign.AudienceSettingOrBuilder getAudienceSettingOrBuilder(); /** *
   * The setting for ads geotargeting.
   * 
* * .google.ads.googleads.v10.resources.Campaign.GeoTargetTypeSetting geo_target_type_setting = 47; * @return Whether the geoTargetTypeSetting field is set. */ boolean hasGeoTargetTypeSetting(); /** *
   * The setting for ads geotargeting.
   * 
* * .google.ads.googleads.v10.resources.Campaign.GeoTargetTypeSetting geo_target_type_setting = 47; * @return The geoTargetTypeSetting. */ com.google.ads.googleads.v10.resources.Campaign.GeoTargetTypeSetting getGeoTargetTypeSetting(); /** *
   * The setting for ads geotargeting.
   * 
* * .google.ads.googleads.v10.resources.Campaign.GeoTargetTypeSetting geo_target_type_setting = 47; */ com.google.ads.googleads.v10.resources.Campaign.GeoTargetTypeSettingOrBuilder getGeoTargetTypeSettingOrBuilder(); /** *
   * The setting for local campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.LocalCampaignSetting local_campaign_setting = 50; * @return Whether the localCampaignSetting field is set. */ boolean hasLocalCampaignSetting(); /** *
   * The setting for local campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.LocalCampaignSetting local_campaign_setting = 50; * @return The localCampaignSetting. */ com.google.ads.googleads.v10.resources.Campaign.LocalCampaignSetting getLocalCampaignSetting(); /** *
   * The setting for local campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.LocalCampaignSetting local_campaign_setting = 50; */ com.google.ads.googleads.v10.resources.Campaign.LocalCampaignSettingOrBuilder getLocalCampaignSettingOrBuilder(); /** *
   * The setting related to App Campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.AppCampaignSetting app_campaign_setting = 51; * @return Whether the appCampaignSetting field is set. */ boolean hasAppCampaignSetting(); /** *
   * The setting related to App Campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.AppCampaignSetting app_campaign_setting = 51; * @return The appCampaignSetting. */ com.google.ads.googleads.v10.resources.Campaign.AppCampaignSetting getAppCampaignSetting(); /** *
   * The setting related to App Campaign.
   * 
* * .google.ads.googleads.v10.resources.Campaign.AppCampaignSetting app_campaign_setting = 51; */ com.google.ads.googleads.v10.resources.Campaign.AppCampaignSettingOrBuilder getAppCampaignSettingOrBuilder(); /** *
   * Output only. The resource names of labels attached to this campaign.
   * 
* * repeated string labels = 61 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return A list containing the labels. */ java.util.List getLabelsList(); /** *
   * Output only. The resource names of labels attached to this campaign.
   * 
* * repeated string labels = 61 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The count of labels. */ int getLabelsCount(); /** *
   * Output only. The resource names of labels attached to this campaign.
   * 
* * repeated string labels = 61 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the element to return. * @return The labels at the given index. */ java.lang.String getLabels(int index); /** *
   * Output only. The resource names of labels attached to this campaign.
   * 
* * repeated string labels = 61 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the value to return. * @return The bytes of the labels at the given index. */ com.google.protobuf.ByteString getLabelsBytes(int index); /** *
   * Output only. The type of campaign: normal, draft, or experiment.
   * 
* * .google.ads.googleads.v10.enums.CampaignExperimentTypeEnum.CampaignExperimentType experiment_type = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for experimentType. */ int getExperimentTypeValue(); /** *
   * Output only. The type of campaign: normal, draft, or experiment.
   * 
* * .google.ads.googleads.v10.enums.CampaignExperimentTypeEnum.CampaignExperimentType experiment_type = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The experimentType. */ com.google.ads.googleads.v10.enums.CampaignExperimentTypeEnum.CampaignExperimentType getExperimentType(); /** *
   * Output only. The resource name of the base campaign of a draft or experiment campaign.
   * For base campaigns, this is equal to `resource_name`.
   * This field is read-only.
   * 
* * optional string base_campaign = 56 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the baseCampaign field is set. */ boolean hasBaseCampaign(); /** *
   * Output only. The resource name of the base campaign of a draft or experiment campaign.
   * For base campaigns, this is equal to `resource_name`.
   * This field is read-only.
   * 
* * optional string base_campaign = 56 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The baseCampaign. */ java.lang.String getBaseCampaign(); /** *
   * Output only. The resource name of the base campaign of a draft or experiment campaign.
   * For base campaigns, this is equal to `resource_name`.
   * This field is read-only.
   * 
* * optional string base_campaign = 56 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for baseCampaign. */ com.google.protobuf.ByteString getBaseCampaignBytes(); /** *
   * The budget of the campaign.
   * 
* * optional string campaign_budget = 62 [(.google.api.resource_reference) = { ... } * @return Whether the campaignBudget field is set. */ boolean hasCampaignBudget(); /** *
   * The budget of the campaign.
   * 
* * optional string campaign_budget = 62 [(.google.api.resource_reference) = { ... } * @return The campaignBudget. */ java.lang.String getCampaignBudget(); /** *
   * The budget of the campaign.
   * 
* * optional string campaign_budget = 62 [(.google.api.resource_reference) = { ... } * @return The bytes for campaignBudget. */ com.google.protobuf.ByteString getCampaignBudgetBytes(); /** *
   * Output only. The type of bidding strategy.
   * A bidding strategy can be created by setting either the bidding scheme to
   * create a standard bidding strategy or the `bidding_strategy` field to
   * create a portfolio bidding strategy.
   * This field is read-only.
   * 
* * .google.ads.googleads.v10.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for biddingStrategyType. */ int getBiddingStrategyTypeValue(); /** *
   * Output only. The type of bidding strategy.
   * A bidding strategy can be created by setting either the bidding scheme to
   * create a standard bidding strategy or the `bidding_strategy` field to
   * create a portfolio bidding strategy.
   * This field is read-only.
   * 
* * .google.ads.googleads.v10.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The biddingStrategyType. */ com.google.ads.googleads.v10.enums.BiddingStrategyTypeEnum.BiddingStrategyType getBiddingStrategyType(); /** *
   * Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the
   * unrestricted attributes of the attached portfolio bidding
   * strategy identified by 'bidding_strategy'. Empty, if the campaign does not
   * use a portfolio strategy.
   * Unrestricted strategy attributes are available to all customers
   * with whom the strategy is shared and are read from the
   * AccessibleBiddingStrategy resource. In contrast, restricted attributes are
   * only available to the owner customer of the strategy and their managers.
   * Restricted attributes can only be read from the BiddingStrategy resource.
   * 
* * string accessible_bidding_strategy = 71 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The accessibleBiddingStrategy. */ java.lang.String getAccessibleBiddingStrategy(); /** *
   * Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the
   * unrestricted attributes of the attached portfolio bidding
   * strategy identified by 'bidding_strategy'. Empty, if the campaign does not
   * use a portfolio strategy.
   * Unrestricted strategy attributes are available to all customers
   * with whom the strategy is shared and are read from the
   * AccessibleBiddingStrategy resource. In contrast, restricted attributes are
   * only available to the owner customer of the strategy and their managers.
   * Restricted attributes can only be read from the BiddingStrategy resource.
   * 
* * string accessible_bidding_strategy = 71 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for accessibleBiddingStrategy. */ com.google.protobuf.ByteString getAccessibleBiddingStrategyBytes(); /** *
   * The date when campaign started in serving customer's timezone in YYYY-MM-DD
   * format.
   * 
* * optional string start_date = 63; * @return Whether the startDate field is set. */ boolean hasStartDate(); /** *
   * The date when campaign started in serving customer's timezone in YYYY-MM-DD
   * format.
   * 
* * optional string start_date = 63; * @return The startDate. */ java.lang.String getStartDate(); /** *
   * The date when campaign started in serving customer's timezone in YYYY-MM-DD
   * format.
   * 
* * optional string start_date = 63; * @return The bytes for startDate. */ com.google.protobuf.ByteString getStartDateBytes(); /** *
   * The campaign group this campaign belongs to.
   * 
* * optional string campaign_group = 76 [(.google.api.resource_reference) = { ... } * @return Whether the campaignGroup field is set. */ boolean hasCampaignGroup(); /** *
   * The campaign group this campaign belongs to.
   * 
* * optional string campaign_group = 76 [(.google.api.resource_reference) = { ... } * @return The campaignGroup. */ java.lang.String getCampaignGroup(); /** *
   * The campaign group this campaign belongs to.
   * 
* * optional string campaign_group = 76 [(.google.api.resource_reference) = { ... } * @return The bytes for campaignGroup. */ com.google.protobuf.ByteString getCampaignGroupBytes(); /** *
   * The last day of the campaign in serving customer's timezone in YYYY-MM-DD
   * format. On create, defaults to 2037-12-30, which means the campaign will
   * run indefinitely. To set an existing campaign to run indefinitely, set this
   * field to 2037-12-30.
   * 
* * optional string end_date = 64; * @return Whether the endDate field is set. */ boolean hasEndDate(); /** *
   * The last day of the campaign in serving customer's timezone in YYYY-MM-DD
   * format. On create, defaults to 2037-12-30, which means the campaign will
   * run indefinitely. To set an existing campaign to run indefinitely, set this
   * field to 2037-12-30.
   * 
* * optional string end_date = 64; * @return The endDate. */ java.lang.String getEndDate(); /** *
   * The last day of the campaign in serving customer's timezone in YYYY-MM-DD
   * format. On create, defaults to 2037-12-30, which means the campaign will
   * run indefinitely. To set an existing campaign to run indefinitely, set this
   * field to 2037-12-30.
   * 
* * optional string end_date = 64; * @return The bytes for endDate. */ com.google.protobuf.ByteString getEndDateBytes(); /** *
   * Suffix used to append query parameters to landing pages that are served
   * with parallel tracking.
   * 
* * optional string final_url_suffix = 65; * @return Whether the finalUrlSuffix field is set. */ boolean hasFinalUrlSuffix(); /** *
   * Suffix used to append query parameters to landing pages that are served
   * with parallel tracking.
   * 
* * optional string final_url_suffix = 65; * @return The finalUrlSuffix. */ java.lang.String getFinalUrlSuffix(); /** *
   * Suffix used to append query parameters to landing pages that are served
   * with parallel tracking.
   * 
* * optional string final_url_suffix = 65; * @return The bytes for finalUrlSuffix. */ com.google.protobuf.ByteString getFinalUrlSuffixBytes(); /** *
   * A list that limits how often each user will see this campaign's ads.
   * 
* * repeated .google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40; */ java.util.List getFrequencyCapsList(); /** *
   * A list that limits how often each user will see this campaign's ads.
   * 
* * repeated .google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40; */ com.google.ads.googleads.v10.common.FrequencyCapEntry getFrequencyCaps(int index); /** *
   * A list that limits how often each user will see this campaign's ads.
   * 
* * repeated .google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40; */ int getFrequencyCapsCount(); /** *
   * A list that limits how often each user will see this campaign's ads.
   * 
* * repeated .google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40; */ java.util.List getFrequencyCapsOrBuilderList(); /** *
   * A list that limits how often each user will see this campaign's ads.
   * 
* * repeated .google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40; */ com.google.ads.googleads.v10.common.FrequencyCapEntryOrBuilder getFrequencyCapsOrBuilder( int index); /** *
   * Output only. 3-Tier Brand Safety setting for the campaign.
   * 
* * .google.ads.googleads.v10.enums.BrandSafetySuitabilityEnum.BrandSafetySuitability video_brand_safety_suitability = 42 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for videoBrandSafetySuitability. */ int getVideoBrandSafetySuitabilityValue(); /** *
   * Output only. 3-Tier Brand Safety setting for the campaign.
   * 
* * .google.ads.googleads.v10.enums.BrandSafetySuitabilityEnum.BrandSafetySuitability video_brand_safety_suitability = 42 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The videoBrandSafetySuitability. */ com.google.ads.googleads.v10.enums.BrandSafetySuitabilityEnum.BrandSafetySuitability getVideoBrandSafetySuitability(); /** *
   * Describes how unbranded pharma ads will be displayed.
   * 
* * .google.ads.googleads.v10.resources.Campaign.VanityPharma vanity_pharma = 44; * @return Whether the vanityPharma field is set. */ boolean hasVanityPharma(); /** *
   * Describes how unbranded pharma ads will be displayed.
   * 
* * .google.ads.googleads.v10.resources.Campaign.VanityPharma vanity_pharma = 44; * @return The vanityPharma. */ com.google.ads.googleads.v10.resources.Campaign.VanityPharma getVanityPharma(); /** *
   * Describes how unbranded pharma ads will be displayed.
   * 
* * .google.ads.googleads.v10.resources.Campaign.VanityPharma vanity_pharma = 44; */ com.google.ads.googleads.v10.resources.Campaign.VanityPharmaOrBuilder getVanityPharmaOrBuilder(); /** *
   * Selective optimization setting for this campaign, which includes a set of
   * conversion actions to optimize this campaign towards.
   * 
* * .google.ads.googleads.v10.resources.Campaign.SelectiveOptimization selective_optimization = 45; * @return Whether the selectiveOptimization field is set. */ boolean hasSelectiveOptimization(); /** *
   * Selective optimization setting for this campaign, which includes a set of
   * conversion actions to optimize this campaign towards.
   * 
* * .google.ads.googleads.v10.resources.Campaign.SelectiveOptimization selective_optimization = 45; * @return The selectiveOptimization. */ com.google.ads.googleads.v10.resources.Campaign.SelectiveOptimization getSelectiveOptimization(); /** *
   * Selective optimization setting for this campaign, which includes a set of
   * conversion actions to optimize this campaign towards.
   * 
* * .google.ads.googleads.v10.resources.Campaign.SelectiveOptimization selective_optimization = 45; */ com.google.ads.googleads.v10.resources.Campaign.SelectiveOptimizationOrBuilder getSelectiveOptimizationOrBuilder(); /** *
   * Optimization goal setting for this campaign, which includes a set of
   * optimization goal types.
   * 
* * .google.ads.googleads.v10.resources.Campaign.OptimizationGoalSetting optimization_goal_setting = 54; * @return Whether the optimizationGoalSetting field is set. */ boolean hasOptimizationGoalSetting(); /** *
   * Optimization goal setting for this campaign, which includes a set of
   * optimization goal types.
   * 
* * .google.ads.googleads.v10.resources.Campaign.OptimizationGoalSetting optimization_goal_setting = 54; * @return The optimizationGoalSetting. */ com.google.ads.googleads.v10.resources.Campaign.OptimizationGoalSetting getOptimizationGoalSetting(); /** *
   * Optimization goal setting for this campaign, which includes a set of
   * optimization goal types.
   * 
* * .google.ads.googleads.v10.resources.Campaign.OptimizationGoalSetting optimization_goal_setting = 54; */ com.google.ads.googleads.v10.resources.Campaign.OptimizationGoalSettingOrBuilder getOptimizationGoalSettingOrBuilder(); /** *
   * Output only. Campaign-level settings for tracking information.
   * 
* * .google.ads.googleads.v10.resources.Campaign.TrackingSetting tracking_setting = 46 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the trackingSetting field is set. */ boolean hasTrackingSetting(); /** *
   * Output only. Campaign-level settings for tracking information.
   * 
* * .google.ads.googleads.v10.resources.Campaign.TrackingSetting tracking_setting = 46 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The trackingSetting. */ com.google.ads.googleads.v10.resources.Campaign.TrackingSetting getTrackingSetting(); /** *
   * Output only. Campaign-level settings for tracking information.
   * 
* * .google.ads.googleads.v10.resources.Campaign.TrackingSetting tracking_setting = 46 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.resources.Campaign.TrackingSettingOrBuilder getTrackingSettingOrBuilder(); /** *
   * Payment mode for the campaign.
   * 
* * .google.ads.googleads.v10.enums.PaymentModeEnum.PaymentMode payment_mode = 52; * @return The enum numeric value on the wire for paymentMode. */ int getPaymentModeValue(); /** *
   * Payment mode for the campaign.
   * 
* * .google.ads.googleads.v10.enums.PaymentModeEnum.PaymentMode payment_mode = 52; * @return The paymentMode. */ com.google.ads.googleads.v10.enums.PaymentModeEnum.PaymentMode getPaymentMode(); /** *
   * Output only. Optimization score of the campaign.
   * Optimization score is an estimate of how well a campaign is set to perform.
   * It ranges from 0% (0.0) to 100% (1.0), with 100% indicating that the
   * campaign is performing at full potential. This field is null for unscored
   * campaigns.
   * See "About optimization score" at
   * https://support.google.com/google-ads/answer/9061546.
   * This field is read-only.
   * 
* * optional double optimization_score = 66 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the optimizationScore field is set. */ boolean hasOptimizationScore(); /** *
   * Output only. Optimization score of the campaign.
   * Optimization score is an estimate of how well a campaign is set to perform.
   * It ranges from 0% (0.0) to 100% (1.0), with 100% indicating that the
   * campaign is performing at full potential. This field is null for unscored
   * campaigns.
   * See "About optimization score" at
   * https://support.google.com/google-ads/answer/9061546.
   * This field is read-only.
   * 
* * optional double optimization_score = 66 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The optimizationScore. */ double getOptimizationScore(); /** *
   * The asset field types that should be excluded from this campaign. Asset
   * links with these field types will not be inherited by this campaign from
   * the upper level.
   * 
* * repeated .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69; * @return A list containing the excludedParentAssetFieldTypes. */ java.util.List getExcludedParentAssetFieldTypesList(); /** *
   * The asset field types that should be excluded from this campaign. Asset
   * links with these field types will not be inherited by this campaign from
   * the upper level.
   * 
* * repeated .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69; * @return The count of excludedParentAssetFieldTypes. */ int getExcludedParentAssetFieldTypesCount(); /** *
   * The asset field types that should be excluded from this campaign. Asset
   * links with these field types will not be inherited by this campaign from
   * the upper level.
   * 
* * repeated .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69; * @param index The index of the element to return. * @return The excludedParentAssetFieldTypes at the given index. */ com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getExcludedParentAssetFieldTypes(int index); /** *
   * The asset field types that should be excluded from this campaign. Asset
   * links with these field types will not be inherited by this campaign from
   * the upper level.
   * 
* * repeated .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69; * @return A list containing the enum numeric values on the wire for excludedParentAssetFieldTypes. */ java.util.List getExcludedParentAssetFieldTypesValueList(); /** *
   * The asset field types that should be excluded from this campaign. Asset
   * links with these field types will not be inherited by this campaign from
   * the upper level.
   * 
* * repeated .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69; * @param index The index of the value to return. * @return The enum numeric value on the wire of excludedParentAssetFieldTypes at the given index. */ int getExcludedParentAssetFieldTypesValue(int index); /** *
   * Represents opting out of URL expansion to more targeted URLs. If opted out
   * (true), only the final URLs in the asset group or URLs specified in the
   * advertiser's Google Merchant Center or business data feeds are targeted.
   * If opted in (false), the entire domain will be targeted. This field can
   * only be set for Performance Max campaigns, where the default value is
   * false.
   * 
* * optional bool url_expansion_opt_out = 72; * @return Whether the urlExpansionOptOut field is set. */ boolean hasUrlExpansionOptOut(); /** *
   * Represents opting out of URL expansion to more targeted URLs. If opted out
   * (true), only the final URLs in the asset group or URLs specified in the
   * advertiser's Google Merchant Center or business data feeds are targeted.
   * If opted in (false), the entire domain will be targeted. This field can
   * only be set for Performance Max campaigns, where the default value is
   * false.
   * 
* * optional bool url_expansion_opt_out = 72; * @return The urlExpansionOptOut. */ boolean getUrlExpansionOptOut(); /** *
   * Portfolio bidding strategy used by campaign.
   * 
* * string bidding_strategy = 67 [(.google.api.resource_reference) = { ... } * @return Whether the biddingStrategy field is set. */ boolean hasBiddingStrategy(); /** *
   * Portfolio bidding strategy used by campaign.
   * 
* * string bidding_strategy = 67 [(.google.api.resource_reference) = { ... } * @return The biddingStrategy. */ java.lang.String getBiddingStrategy(); /** *
   * Portfolio bidding strategy used by campaign.
   * 
* * string bidding_strategy = 67 [(.google.api.resource_reference) = { ... } * @return The bytes for biddingStrategy. */ com.google.protobuf.ByteString getBiddingStrategyBytes(); /** *
   * Commission is an automatic bidding strategy in which the advertiser pays
   * a certain portion of the conversion value.
   * 
* * .google.ads.googleads.v10.common.Commission commission = 49; * @return Whether the commission field is set. */ boolean hasCommission(); /** *
   * Commission is an automatic bidding strategy in which the advertiser pays
   * a certain portion of the conversion value.
   * 
* * .google.ads.googleads.v10.common.Commission commission = 49; * @return The commission. */ com.google.ads.googleads.v10.common.Commission getCommission(); /** *
   * Commission is an automatic bidding strategy in which the advertiser pays
   * a certain portion of the conversion value.
   * 
* * .google.ads.googleads.v10.common.Commission commission = 49; */ com.google.ads.googleads.v10.common.CommissionOrBuilder getCommissionOrBuilder(); /** *
   * Standard Manual CPC bidding strategy.
   * Manual click-based bidding where user pays per click.
   * 
* * .google.ads.googleads.v10.common.ManualCpc manual_cpc = 24; * @return Whether the manualCpc field is set. */ boolean hasManualCpc(); /** *
   * Standard Manual CPC bidding strategy.
   * Manual click-based bidding where user pays per click.
   * 
* * .google.ads.googleads.v10.common.ManualCpc manual_cpc = 24; * @return The manualCpc. */ com.google.ads.googleads.v10.common.ManualCpc getManualCpc(); /** *
   * Standard Manual CPC bidding strategy.
   * Manual click-based bidding where user pays per click.
   * 
* * .google.ads.googleads.v10.common.ManualCpc manual_cpc = 24; */ com.google.ads.googleads.v10.common.ManualCpcOrBuilder getManualCpcOrBuilder(); /** *
   * Standard Manual CPM bidding strategy.
   * Manual impression-based bidding where user pays per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.ManualCpm manual_cpm = 25; * @return Whether the manualCpm field is set. */ boolean hasManualCpm(); /** *
   * Standard Manual CPM bidding strategy.
   * Manual impression-based bidding where user pays per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.ManualCpm manual_cpm = 25; * @return The manualCpm. */ com.google.ads.googleads.v10.common.ManualCpm getManualCpm(); /** *
   * Standard Manual CPM bidding strategy.
   * Manual impression-based bidding where user pays per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.ManualCpm manual_cpm = 25; */ com.google.ads.googleads.v10.common.ManualCpmOrBuilder getManualCpmOrBuilder(); /** *
   * Output only. A bidding strategy that pays a configurable amount per video view.
   * 
* * .google.ads.googleads.v10.common.ManualCpv manual_cpv = 37 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the manualCpv field is set. */ boolean hasManualCpv(); /** *
   * Output only. A bidding strategy that pays a configurable amount per video view.
   * 
* * .google.ads.googleads.v10.common.ManualCpv manual_cpv = 37 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The manualCpv. */ com.google.ads.googleads.v10.common.ManualCpv getManualCpv(); /** *
   * Output only. A bidding strategy that pays a configurable amount per video view.
   * 
* * .google.ads.googleads.v10.common.ManualCpv manual_cpv = 37 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.common.ManualCpvOrBuilder getManualCpvOrBuilder(); /** *
   * Standard Maximize Conversions bidding strategy that automatically
   * maximizes number of conversions while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversions maximize_conversions = 30; * @return Whether the maximizeConversions field is set. */ boolean hasMaximizeConversions(); /** *
   * Standard Maximize Conversions bidding strategy that automatically
   * maximizes number of conversions while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversions maximize_conversions = 30; * @return The maximizeConversions. */ com.google.ads.googleads.v10.common.MaximizeConversions getMaximizeConversions(); /** *
   * Standard Maximize Conversions bidding strategy that automatically
   * maximizes number of conversions while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversions maximize_conversions = 30; */ com.google.ads.googleads.v10.common.MaximizeConversionsOrBuilder getMaximizeConversionsOrBuilder(); /** *
   * Standard Maximize Conversion Value bidding strategy that automatically
   * sets bids to maximize revenue while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversionValue maximize_conversion_value = 31; * @return Whether the maximizeConversionValue field is set. */ boolean hasMaximizeConversionValue(); /** *
   * Standard Maximize Conversion Value bidding strategy that automatically
   * sets bids to maximize revenue while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversionValue maximize_conversion_value = 31; * @return The maximizeConversionValue. */ com.google.ads.googleads.v10.common.MaximizeConversionValue getMaximizeConversionValue(); /** *
   * Standard Maximize Conversion Value bidding strategy that automatically
   * sets bids to maximize revenue while spending your budget.
   * 
* * .google.ads.googleads.v10.common.MaximizeConversionValue maximize_conversion_value = 31; */ com.google.ads.googleads.v10.common.MaximizeConversionValueOrBuilder getMaximizeConversionValueOrBuilder(); /** *
   * Standard Target CPA bidding strategy that automatically sets bids to
   * help get as many conversions as possible at the target
   * cost-per-acquisition (CPA) you set.
   * 
* * .google.ads.googleads.v10.common.TargetCpa target_cpa = 26; * @return Whether the targetCpa field is set. */ boolean hasTargetCpa(); /** *
   * Standard Target CPA bidding strategy that automatically sets bids to
   * help get as many conversions as possible at the target
   * cost-per-acquisition (CPA) you set.
   * 
* * .google.ads.googleads.v10.common.TargetCpa target_cpa = 26; * @return The targetCpa. */ com.google.ads.googleads.v10.common.TargetCpa getTargetCpa(); /** *
   * Standard Target CPA bidding strategy that automatically sets bids to
   * help get as many conversions as possible at the target
   * cost-per-acquisition (CPA) you set.
   * 
* * .google.ads.googleads.v10.common.TargetCpa target_cpa = 26; */ com.google.ads.googleads.v10.common.TargetCpaOrBuilder getTargetCpaOrBuilder(); /** *
   * Target Impression Share bidding strategy. An automated bidding strategy
   * that sets bids to achieve a chosen percentage of impressions.
   * 
* * .google.ads.googleads.v10.common.TargetImpressionShare target_impression_share = 48; * @return Whether the targetImpressionShare field is set. */ boolean hasTargetImpressionShare(); /** *
   * Target Impression Share bidding strategy. An automated bidding strategy
   * that sets bids to achieve a chosen percentage of impressions.
   * 
* * .google.ads.googleads.v10.common.TargetImpressionShare target_impression_share = 48; * @return The targetImpressionShare. */ com.google.ads.googleads.v10.common.TargetImpressionShare getTargetImpressionShare(); /** *
   * Target Impression Share bidding strategy. An automated bidding strategy
   * that sets bids to achieve a chosen percentage of impressions.
   * 
* * .google.ads.googleads.v10.common.TargetImpressionShare target_impression_share = 48; */ com.google.ads.googleads.v10.common.TargetImpressionShareOrBuilder getTargetImpressionShareOrBuilder(); /** *
   * Standard Target ROAS bidding strategy that automatically maximizes
   * revenue while averaging a specific target return on ad spend (ROAS).
   * 
* * .google.ads.googleads.v10.common.TargetRoas target_roas = 29; * @return Whether the targetRoas field is set. */ boolean hasTargetRoas(); /** *
   * Standard Target ROAS bidding strategy that automatically maximizes
   * revenue while averaging a specific target return on ad spend (ROAS).
   * 
* * .google.ads.googleads.v10.common.TargetRoas target_roas = 29; * @return The targetRoas. */ com.google.ads.googleads.v10.common.TargetRoas getTargetRoas(); /** *
   * Standard Target ROAS bidding strategy that automatically maximizes
   * revenue while averaging a specific target return on ad spend (ROAS).
   * 
* * .google.ads.googleads.v10.common.TargetRoas target_roas = 29; */ com.google.ads.googleads.v10.common.TargetRoasOrBuilder getTargetRoasOrBuilder(); /** *
   * Standard Target Spend bidding strategy that automatically sets your bids
   * to help get as many clicks as possible within your budget.
   * 
* * .google.ads.googleads.v10.common.TargetSpend target_spend = 27; * @return Whether the targetSpend field is set. */ boolean hasTargetSpend(); /** *
   * Standard Target Spend bidding strategy that automatically sets your bids
   * to help get as many clicks as possible within your budget.
   * 
* * .google.ads.googleads.v10.common.TargetSpend target_spend = 27; * @return The targetSpend. */ com.google.ads.googleads.v10.common.TargetSpend getTargetSpend(); /** *
   * Standard Target Spend bidding strategy that automatically sets your bids
   * to help get as many clicks as possible within your budget.
   * 
* * .google.ads.googleads.v10.common.TargetSpend target_spend = 27; */ com.google.ads.googleads.v10.common.TargetSpendOrBuilder getTargetSpendOrBuilder(); /** *
   * Standard Percent Cpc bidding strategy where bids are a fraction of the
   * advertised price for some good or service.
   * 
* * .google.ads.googleads.v10.common.PercentCpc percent_cpc = 34; * @return Whether the percentCpc field is set. */ boolean hasPercentCpc(); /** *
   * Standard Percent Cpc bidding strategy where bids are a fraction of the
   * advertised price for some good or service.
   * 
* * .google.ads.googleads.v10.common.PercentCpc percent_cpc = 34; * @return The percentCpc. */ com.google.ads.googleads.v10.common.PercentCpc getPercentCpc(); /** *
   * Standard Percent Cpc bidding strategy where bids are a fraction of the
   * advertised price for some good or service.
   * 
* * .google.ads.googleads.v10.common.PercentCpc percent_cpc = 34; */ com.google.ads.googleads.v10.common.PercentCpcOrBuilder getPercentCpcOrBuilder(); /** *
   * A bidding strategy that automatically optimizes cost per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.TargetCpm target_cpm = 41; * @return Whether the targetCpm field is set. */ boolean hasTargetCpm(); /** *
   * A bidding strategy that automatically optimizes cost per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.TargetCpm target_cpm = 41; * @return The targetCpm. */ com.google.ads.googleads.v10.common.TargetCpm getTargetCpm(); /** *
   * A bidding strategy that automatically optimizes cost per thousand
   * impressions.
   * 
* * .google.ads.googleads.v10.common.TargetCpm target_cpm = 41; */ com.google.ads.googleads.v10.common.TargetCpmOrBuilder getTargetCpmOrBuilder(); public com.google.ads.googleads.v10.resources.Campaign.CampaignBiddingStrategyCase getCampaignBiddingStrategyCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy