Interface Recommendation.TargetCpaOptInRecommendationOrBuilder

    • Method Detail

      • getOptionsList

        java.util.List<Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption> getOptionsList()
         Output only. The available goals and corresponding options for Target CPA
         strategy.
         
        repeated .google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption options = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getOptionsCount

        int getOptionsCount()
         Output only. The available goals and corresponding options for Target CPA
         strategy.
         
        repeated .google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption options = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasRecommendedTargetCpaMicros

        boolean hasRecommendedTargetCpaMicros()
         Output only. The recommended average CPA target. See required budget
         amount and impact of using this recommendation in options list.
         
        optional int64 recommended_target_cpa_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the recommendedTargetCpaMicros field is set.
      • getRecommendedTargetCpaMicros

        long getRecommendedTargetCpaMicros()
         Output only. The recommended average CPA target. See required budget
         amount and impact of using this recommendation in options list.
         
        optional int64 recommended_target_cpa_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The recommendedTargetCpaMicros.