BudgetStatus

  • Budgets can have various statuses like UNSPECIFIED, UNKNOWN, ENABLED, or REMOVED.

  • UNSPECIFIED means the status is not specified.

  • UNKNOWN is a return value for statuses not known in the current version.

  • ENABLED indicates the budget is active, and REMOVED means the budget has been eliminated.

Possible statuses of a Budget.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

ENABLED

Budget is enabled.

REMOVED

Budget is removed.