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