Interface Recommendation.MoveUnusedBudgetRecommendationOrBuilder

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

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

    • hasExcessCampaignBudget

      boolean hasExcessCampaignBudget()
       Output only. The excess budget's resource_name.
       
      optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the excessCampaignBudget field is set.
    • getExcessCampaignBudget

      String getExcessCampaignBudget()
       Output only. The excess budget's resource_name.
       
      optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The excessCampaignBudget.
    • getExcessCampaignBudgetBytes

      com.google.protobuf.ByteString getExcessCampaignBudgetBytes()
       Output only. The excess budget's resource_name.
       
      optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for excessCampaignBudget.
    • hasBudgetRecommendation

      boolean hasBudgetRecommendation()
       Output only. The recommendation for the constrained budget to increase.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the budgetRecommendation field is set.
    • getBudgetRecommendation

       Output only. The recommendation for the constrained budget to increase.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The budgetRecommendation.
    • getBudgetRecommendationOrBuilder

      Recommendation.CampaignBudgetRecommendationOrBuilder getBudgetRecommendationOrBuilder()
       Output only. The recommendation for the constrained budget to increase.
       
      .google.ads.googleads.v18.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];