Interface GenerateRecommendationsRequest.BiddingInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateRecommendationsRequest.BiddingInfo, GenerateRecommendationsRequest.BiddingInfo.Builder
Enclosing class:
GenerateRecommendationsRequest

public static interface GenerateRecommendationsRequest.BiddingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBiddingStrategyType

      boolean hasBiddingStrategyType()
       Current bidding strategy.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET, MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN,
       MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS,
       TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
       
      optional .google.ads.googleads.v18.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 1;
      Returns:
      Whether the biddingStrategyType field is set.
    • getBiddingStrategyTypeValue

      int getBiddingStrategyTypeValue()
       Current bidding strategy.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET, MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN,
       MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS,
       TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
       
      optional .google.ads.googleads.v18.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 1;
      Returns:
      The enum numeric value on the wire for biddingStrategyType.
    • getBiddingStrategyType

       Current bidding strategy.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET, MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN,
       MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS,
       TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
       
      optional .google.ads.googleads.v18.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 1;
      Returns:
      The biddingStrategyType.
    • hasTargetCpaMicros

      boolean hasTargetCpaMicros()
       Current target_cpa in micros.
       This can be populated for campaigns with a bidding strategy type of
       TARGET_CPA or MAXIMIZE_CONVERSIONS.
       
      int64 target_cpa_micros = 2;
      Returns:
      Whether the targetCpaMicros field is set.
    • getTargetCpaMicros

      long getTargetCpaMicros()
       Current target_cpa in micros.
       This can be populated for campaigns with a bidding strategy type of
       TARGET_CPA or MAXIMIZE_CONVERSIONS.
       
      int64 target_cpa_micros = 2;
      Returns:
      The targetCpaMicros.
    • hasTargetRoas

      boolean hasTargetRoas()
       Current target_roas.
       This can be populated for campaigns with a bidding strategy type of
       TARGET_ROAS or MAXIMIZE_CONVERSION_VALUE.
       
      double target_roas = 3;
      Returns:
      Whether the targetRoas field is set.
    • getTargetRoas

      double getTargetRoas()
       Current target_roas.
       This can be populated for campaigns with a bidding strategy type of
       TARGET_ROAS or MAXIMIZE_CONVERSION_VALUE.
       
      double target_roas = 3;
      Returns:
      The targetRoas.
    • hasTargetImpressionShareInfo

      boolean hasTargetImpressionShareInfo()
       Optional. Current Target Impression Share information of the campaign.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET
       
      .google.ads.googleads.v18.services.GenerateRecommendationsRequest.TargetImpressionShareInfo target_impression_share_info = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the targetImpressionShareInfo field is set.
    • getTargetImpressionShareInfo

       Optional. Current Target Impression Share information of the campaign.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET
       
      .google.ads.googleads.v18.services.GenerateRecommendationsRequest.TargetImpressionShareInfo target_impression_share_info = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The targetImpressionShareInfo.
    • getTargetImpressionShareInfoOrBuilder

       Optional. Current Target Impression Share information of the campaign.
       This field is necessary for the following recommendation_types:
       CAMPAIGN_BUDGET
       
      .google.ads.googleads.v18.services.GenerateRecommendationsRequest.TargetImpressionShareInfo target_impression_share_info = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getBiddingStrategyTargetInfoCase