Interface Recommendation.RecommendationImpactOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.RecommendationImpact, Recommendation.RecommendationImpact.Builder
Enclosing class:
Recommendation

public static interface Recommendation.RecommendationImpactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBaseMetrics

      boolean hasBaseMetrics()
       Output only. Base metrics at the time the recommendation was generated.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics base_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the baseMetrics field is set.
    • getBaseMetrics

       Output only. Base metrics at the time the recommendation was generated.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics base_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The baseMetrics.
    • getBaseMetricsOrBuilder

       Output only. Base metrics at the time the recommendation was generated.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics base_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasPotentialMetrics

      boolean hasPotentialMetrics()
       Output only. Estimated metrics if the recommendation is applied.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics potential_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the potentialMetrics field is set.
    • getPotentialMetrics

       Output only. Estimated metrics if the recommendation is applied.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics potential_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The potentialMetrics.
    • getPotentialMetricsOrBuilder

      Recommendation.RecommendationMetricsOrBuilder getPotentialMetricsOrBuilder()
       Output only. Estimated metrics if the recommendation is applied.
       
      .google.ads.googleads.v18.resources.Recommendation.RecommendationMetrics potential_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];