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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBudgetMicrosToMove()Budget amount to move from excess budget to constrained budget.booleanhasBudgetMicrosToMove()Budget amount to move from excess budget to constrained budget.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-