Interface Recommendation.ForecastingSetTargetCpaRecommendationOrBuilder

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

public static interface Recommendation.ForecastingSetTargetCpaRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRecommendedTargetCpaMicros

      long getRecommendedTargetCpaMicros()
       Output only. The recommended target CPA.
       
      int64 recommended_target_cpa_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The recommendedTargetCpaMicros.
    • hasCampaignBudget

      boolean hasCampaignBudget()
       Output only. The campaign budget.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the campaignBudget field is set.
    • getCampaignBudget

      Recommendation.CampaignBudget getCampaignBudget()
       Output only. The campaign budget.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The campaignBudget.
    • getCampaignBudgetOrBuilder

      Recommendation.CampaignBudgetOrBuilder getCampaignBudgetOrBuilder()
       Output only. The campaign budget.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];