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
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.Output only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
Recommendation.RecommendationMetrics 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
Recommendation.RecommendationMetricsOrBuilder 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
Recommendation.RecommendationMetrics 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];
-