Interface Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption,Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption.Builder
- Enclosing class:
- Recommendation.CampaignBudgetRecommendation
public static interface Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBudgetAmountMicros()Output only.Recommendation.RecommendationImpactgetImpact()Output only.Recommendation.RecommendationImpactOrBuildergetImpactOrBuilder()Output only.booleanhasBudgetAmountMicros()Output only.booleanhasImpact()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBudgetAmountMicros
boolean hasBudgetAmountMicros()
Output only. The budget amount for this option.
optional int64 budget_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the budgetAmountMicros field is set.
-
getBudgetAmountMicros
long getBudgetAmountMicros()
Output only. The budget amount for this option.
optional int64 budget_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The budgetAmountMicros.
-
hasImpact
boolean hasImpact()
Output only. The impact estimate if budget is changed to amount specified in this option.
.google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the impact field is set.
-
getImpact
Recommendation.RecommendationImpact getImpact()
Output only. The impact estimate if budget is changed to amount specified in this option.
.google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The impact.
-
getImpactOrBuilder
Recommendation.RecommendationImpactOrBuilder getImpactOrBuilder()
Output only. The impact estimate if budget is changed to amount specified in this option.
.google.ads.googleads.v10.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-