Interface Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption
,Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption.Builder
- Enclosing class:
- Recommendation.TargetCpaOptInRecommendation
public static interface Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
getGoal()
Output only.int
getGoalValue()
Output only.Recommendation.RecommendationImpact
getImpact()
Output only.Recommendation.RecommendationImpactOrBuilder
getImpactOrBuilder()
Output only.long
getRequiredCampaignBudgetAmountMicros()
Output only.long
getTargetCpaMicros()
Output only.boolean
hasImpact()
Output only.boolean
hasRequiredCampaignBudgetAmountMicros()
Output only.boolean
hasTargetCpaMicros()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGoalValue
int getGoalValue()
Output only. The goal achieved by this option.
.google.ads.googleads.v9.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal goal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for goal.
-
getGoal
TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal getGoal()
Output only. The goal achieved by this option.
.google.ads.googleads.v9.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal goal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The goal.
-
hasTargetCpaMicros
boolean hasTargetCpaMicros()
Output only. Average CPA target.
optional int64 target_cpa_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the targetCpaMicros field is set.
-
getTargetCpaMicros
long getTargetCpaMicros()
Output only. Average CPA target.
optional int64 target_cpa_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The targetCpaMicros.
-
hasRequiredCampaignBudgetAmountMicros
boolean hasRequiredCampaignBudgetAmountMicros()
Output only. The minimum campaign budget, in local currency for the account, required to achieve the target CPA. Amount is specified in micros, where one million is equivalent to one currency unit.
optional int64 required_campaign_budget_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the requiredCampaignBudgetAmountMicros field is set.
-
getRequiredCampaignBudgetAmountMicros
long getRequiredCampaignBudgetAmountMicros()
Output only. The minimum campaign budget, in local currency for the account, required to achieve the target CPA. Amount is specified in micros, where one million is equivalent to one currency unit.
optional int64 required_campaign_budget_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The requiredCampaignBudgetAmountMicros.
-
hasImpact
boolean hasImpact()
Output only. The impact estimate if this option is selected.
.google.ads.googleads.v9.resources.Recommendation.RecommendationImpact impact = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the impact field is set.
-
getImpact
Recommendation.RecommendationImpact getImpact()
Output only. The impact estimate if this option is selected.
.google.ads.googleads.v9.resources.Recommendation.RecommendationImpact impact = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The impact.
-
getImpactOrBuilder
Recommendation.RecommendationImpactOrBuilder getImpactOrBuilder()
Output only. The impact estimate if this option is selected.
.google.ads.googleads.v9.resources.Recommendation.RecommendationImpact impact = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-