Interface ApplyRecommendationOperation.MoveUnusedBudgetParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.MoveUnusedBudgetParameters,ApplyRecommendationOperation.MoveUnusedBudgetParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.MoveUnusedBudgetParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongBudget amount to move from excess budget to constrained budget.booleanBudget amount to move from excess budget to constrained budget.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
-
hasBudgetMicrosToMove
boolean hasBudgetMicrosToMove()Budget amount to move from excess budget to constrained budget. This is a required field.
optional int64 budget_micros_to_move = 2;- Returns:
- Whether the budgetMicrosToMove field is set.
-
getBudgetMicrosToMove
long getBudgetMicrosToMove()Budget amount to move from excess budget to constrained budget. This is a required field.
optional int64 budget_micros_to_move = 2;- Returns:
- The budgetMicrosToMove.
-