Interface AccessibleBiddingStrategy.TargetRoasOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessibleBiddingStrategy.TargetRoas,AccessibleBiddingStrategy.TargetRoas.Builder
- Enclosing class:
- AccessibleBiddingStrategy
public static interface AccessibleBiddingStrategy.TargetRoasOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetTargetRoas()Output only.booleanhasTargetRoas()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetRoas
boolean hasTargetRoas()
Output only. The desired revenue (based on conversion data) per unit of spend.
optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetRoas field is set.
-
getTargetRoas
double getTargetRoas()
Output only. The desired revenue (based on conversion data) per unit of spend.
optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetRoas.
-
-