Interface Recommendation.ForecastingSetTargetCpaRecommendationOrBuilder

    • Method Detail

      • 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.v15.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.v15.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.v15.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];