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
Modifier and TypeMethodDescriptionlongOutput only.Output only.Output 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
-
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.v18.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.v18.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.v18.resources.Recommendation.RecommendationImpact impact = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-