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
Modifier and TypeMethodDescriptionOutput only.intOutput 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
-
hasTargetAdjustment
boolean hasTargetAdjustment()Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.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.v18.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The appBiddingGoal.
-