Interface Recommendation.TargetAdjustmentInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.TargetAdjustmentInfo,Recommendation.TargetAdjustmentInfo.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.TargetAdjustmentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.doubleOutput only.Output only.com.google.protobuf.ByteStringOutput 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
-
getRecommendedTargetMultiplier
double getRecommendedTargetMultiplier()Output only. The factor by which we recommend the target to be adjusted by.
double recommended_target_multiplier = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedTargetMultiplier.
-
getCurrentAverageTargetMicros
long getCurrentAverageTargetMicros()Output only. The current average target of the campaign or portfolio targeted by this recommendation.
int64 current_average_target_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The currentAverageTargetMicros.