Interface ApplyRecommendationOperation.RaiseTargetCpaParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.RaiseTargetCpaParameters,ApplyRecommendationOperation.RaiseTargetCpaParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.RaiseTargetCpaParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getTargetCpaMultiplier
double getTargetCpaMultiplier()Required. Target to set CPA multiplier to. This is a required field.
double target_cpa_multiplier = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The targetCpaMultiplier.
-