Interface Recommendation.MaximizeClicksOptInRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.MaximizeClicksOptInRecommendation,Recommendation.MaximizeClicksOptInRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.MaximizeClicksOptInRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetRecommendedBudgetAmountMicros()Output only.booleanhasRecommendedBudgetAmountMicros()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRecommendedBudgetAmountMicros
boolean hasRecommendedBudgetAmountMicros()
Output only. The recommended new budget amount. Only set if the current budget is too high.
optional int64 recommended_budget_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the recommendedBudgetAmountMicros field is set.
-
getRecommendedBudgetAmountMicros
long getRecommendedBudgetAmountMicros()
Output only. The recommended new budget amount. Only set if the current budget is too high.
optional int64 recommended_budget_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedBudgetAmountMicros.
-
-