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
Modifier and TypeMethodDescriptionlongOutput only.doubleOutput only.booleanOutput 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
-
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.
-