Interface Recommendation.LowerTargetRoasRecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.LowerTargetRoasRecommendation,Recommendation.LowerTargetRoasRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.LowerTargetRoasRecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output 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
-
hasTargetAdjustment
boolean hasTargetAdjustment()Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v18.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetAdjustment field is set.
-
getTargetAdjustment
Recommendation.TargetAdjustmentInfo getTargetAdjustment()Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v18.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetAdjustment.
-
getTargetAdjustmentOrBuilder
Recommendation.TargetAdjustmentInfoOrBuilder getTargetAdjustmentOrBuilder()Output only. The relevant information describing the recommended target adjustment.
.google.ads.googleads.v18.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-