Interface ApplyRecommendationOperation.RaiseTargetCpaBidTooLowParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.RaiseTargetCpaBidTooLowParameters,ApplyRecommendationOperation.RaiseTargetCpaBidTooLowParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.RaiseTargetCpaBidTooLowParametersOrBuilder
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
-
getTargetMultiplier
double getTargetMultiplier()Required. A number greater than 1.0 indicating the factor by which to increase the target CPA. This is a required field.
double target_multiplier = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The targetMultiplier.
-