Interface Recommendation.RecommendationImpactOrBuilder

    • Method Detail

      • hasBaseMetrics

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

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

        Recommendation.RecommendationMetricsOrBuilder getBaseMetricsOrBuilder()
         Output only. Base metrics at the time the recommendation was generated.
         
        .google.ads.googleads.v10.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.v10.resources.Recommendation.RecommendationMetrics potential_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the potentialMetrics field is set.
      • getPotentialMetrics

        Recommendation.RecommendationMetrics getPotentialMetrics()
         Output only. Estimated metrics if the recommendation is applied.
         
        .google.ads.googleads.v10.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.v10.resources.Recommendation.RecommendationMetrics potential_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];