Interface Recommendation.RaiseTargetCpaBidTooLowRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.RaiseTargetCpaBidTooLowRecommendation,Recommendation.RaiseTargetCpaBidTooLowRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.RaiseTargetCpaBidTooLowRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAverageTargetCpaMicros()Output only.doublegetRecommendedTargetMultiplier()Output only.booleanhasAverageTargetCpaMicros()Output only.booleanhasRecommendedTargetMultiplier()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRecommendedTargetMultiplier
boolean hasRecommendedTargetMultiplier()
Output only. A number greater than 1.0 indicating the factor by which we recommend the target CPA should be increased.
optional double recommended_target_multiplier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the recommendedTargetMultiplier field is set.
-
getRecommendedTargetMultiplier
double getRecommendedTargetMultiplier()
Output only. A number greater than 1.0 indicating the factor by which we recommend the target CPA should be increased.
optional double recommended_target_multiplier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedTargetMultiplier.
-
hasAverageTargetCpaMicros
boolean hasAverageTargetCpaMicros()
Output only. The current average target CPA of the campaign, in micros of customer local currency.
optional int64 average_target_cpa_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the averageTargetCpaMicros field is set.
-
getAverageTargetCpaMicros
long getAverageTargetCpaMicros()
Output only. The current average target CPA of the campaign, in micros of customer local currency.
optional int64 average_target_cpa_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The averageTargetCpaMicros.
-
-