Interface Recommendation.CampaignBudgetRecommendationOrBuilder

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

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

    • hasCurrentBudgetAmountMicros

      boolean hasCurrentBudgetAmountMicros()
       Output only. The current budget amount in micros.
       
      optional int64 current_budget_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the currentBudgetAmountMicros field is set.
    • getCurrentBudgetAmountMicros

      long getCurrentBudgetAmountMicros()
       Output only. The current budget amount in micros.
       
      optional int64 current_budget_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The currentBudgetAmountMicros.
    • hasRecommendedBudgetAmountMicros

      boolean hasRecommendedBudgetAmountMicros()
       Output only. The recommended budget amount in micros.
       
      optional int64 recommended_budget_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the recommendedBudgetAmountMicros field is set.
    • getRecommendedBudgetAmountMicros

      long getRecommendedBudgetAmountMicros()
       Output only. The recommended budget amount in micros.
       
      optional int64 recommended_budget_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The recommendedBudgetAmountMicros.
    • getBudgetOptionsList

       Output only. The budget amounts and associated impact estimates for some
       values of possible budget amounts.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBudgetOptions

       Output only. The budget amounts and associated impact estimates for some
       values of possible budget amounts.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBudgetOptionsCount

      int getBudgetOptionsCount()
       Output only. The budget amounts and associated impact estimates for some
       values of possible budget amounts.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBudgetOptionsOrBuilderList

       Output only. The budget amounts and associated impact estimates for some
       values of possible budget amounts.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBudgetOptionsOrBuilder

       Output only. The budget amounts and associated impact estimates for some
       values of possible budget amounts.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];