Interface Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder

    • Method Detail

      • hasBudgetAmountMicros

        boolean hasBudgetAmountMicros()
         Output only. The budget amount for this option.
         
        optional int64 budget_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the budgetAmountMicros field is set.
      • getBudgetAmountMicros

        long getBudgetAmountMicros()
         Output only. The budget amount for this option.
         
        optional int64 budget_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The budgetAmountMicros.
      • hasImpact

        boolean hasImpact()
         Output only. The impact estimate if budget is changed to amount specified in this
         option.
         
        .google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the impact field is set.
      • getImpact

        Recommendation.RecommendationImpact getImpact()
         Output only. The impact estimate if budget is changed to amount specified in this
         option.
         
        .google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The impact.
      • getImpactOrBuilder

        Recommendation.RecommendationImpactOrBuilder getImpactOrBuilder()
         Output only. The impact estimate if budget is changed to amount specified in this
         option.
         
        .google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];