Interface Recommendation.MoveUnusedBudgetRecommendationOrBuilder

    • Method Detail

      • 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

        java.lang.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.v10.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the budgetRecommendation field is set.
      • getBudgetRecommendation

        Recommendation.CampaignBudgetRecommendation getBudgetRecommendation()
         Output only. The recommendation for the constrained budget to increase.
         
        .google.ads.googleads.v10.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.v10.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];