Interface Recommendation.RaiseTargetCpaRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.RaiseTargetCpaRecommendation,Recommendation.RaiseTargetCpaRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.RaiseTargetCpaRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppBiddingGoalEnum.AppBiddingGoalgetAppBiddingGoal()Output only.intgetAppBiddingGoalValue()Output only.Recommendation.TargetAdjustmentInfogetTargetAdjustment()Output only.Recommendation.TargetAdjustmentInfoOrBuildergetTargetAdjustmentOrBuilder()Output only.booleanhasAppBiddingGoal()Output only.booleanhasTargetAdjustment()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetAdjustment
boolean hasTargetAdjustment()
Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v15.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetAdjustment field is set.
-
getTargetAdjustment
Recommendation.TargetAdjustmentInfo getTargetAdjustment()
Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v15.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetAdjustment.
-
getTargetAdjustmentOrBuilder
Recommendation.TargetAdjustmentInfoOrBuilder getTargetAdjustmentOrBuilder()
Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v15.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasAppBiddingGoal
boolean hasAppBiddingGoal()
Output only. Represents the goal towards which the bidding strategy should optimize. Only populated for App Campaigns.
optional .google.ads.googleads.v15.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the appBiddingGoal field is set.
-
getAppBiddingGoalValue
int getAppBiddingGoalValue()
Output only. Represents the goal towards which the bidding strategy should optimize. Only populated for App Campaigns.
optional .google.ads.googleads.v15.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for appBiddingGoal.
-
getAppBiddingGoal
AppBiddingGoalEnum.AppBiddingGoal getAppBiddingGoal()
Output only. Represents the goal towards which the bidding strategy should optimize. Only populated for App Campaigns.
optional .google.ads.googleads.v15.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The appBiddingGoal.
-
-