Interface Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder

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

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

    • 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.v18.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the impact field is set.
    • getImpact

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

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