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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.RecommendationMetricsgetBaseMetrics()Output only.Recommendation.RecommendationMetricsOrBuildergetBaseMetricsOrBuilder()Output only.Recommendation.RecommendationMetricsgetPotentialMetrics()Output only.Recommendation.RecommendationMetricsOrBuildergetPotentialMetricsOrBuilder()Output only.booleanhasBaseMetrics()Output only.booleanhasPotentialMetrics()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-