Interface Recommendation.CampaignBudgetRecommendationOrBuilder

    • Method Detail

      • 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

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

        Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption getBudgetOptions​(int index)
         Output only. The budget amounts and associated impact estimates for some
         values of possible budget amounts.
         
        repeated .google.ads.googleads.v14.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.v14.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getBudgetOptionsOrBuilderList

        java.util.List<? extends Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder> getBudgetOptionsOrBuilderList()
         Output only. The budget amounts and associated impact estimates for some
         values of possible budget amounts.
         
        repeated .google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getBudgetOptionsOrBuilder

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