Interface ApplyRecommendationOperation.MoveUnusedBudgetParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBudgetMicrosToMove()
      Budget amount to move from excess budget to constrained budget.
      boolean hasBudgetMicrosToMove()
      Budget amount to move from excess budget to constrained budget.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.