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 Summary
Modifier and TypeMethodDescriptiongetBudgetOptions(int index) Output only.intOutput only.Output only.getBudgetOptionsOrBuilder(int index) Output only.List<? extends Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder>Output only.longOutput only.longOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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.v18.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.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
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.v18.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.v18.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption budget_options = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-