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 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

       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

       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.