Class Budget (1.7.2)

Budget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A budget is a plan that describes what you expect to spend on Cloud projects, plus the rules to execute as spend is tracked against that plan, (for example, send an alert when 90% of the target spend is met). The budget time period is configurable, with options such as month (default), quarter, year, or custom time period.

Attributes

NameDescription
name str
Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form ``billingAccounts/{billingAccountId}/budgets/{budgetId}``.
display_name str
User data for display name in UI. The name must be less than or equal to 60 characters.
budget_filter google.cloud.billing.budgets_v1.types.Filter
Optional. Filters that define which resources are used to compute the actual spend against the budget amount, such as projects, services, and the budget's time period, as well as other filters.
amount google.cloud.billing.budgets_v1.types.BudgetAmount
Required. Budgeted amount.
threshold_rules Sequence[google.cloud.billing.budgets_v1.types.ThresholdRule]
Optional. Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget.
notifications_rule google.cloud.billing.budgets_v1.types.NotificationsRule
Optional. Rules to apply to notifications sent based on budget spend and thresholds.
etag str
Optional. Etag to validate that the object is unchanged for a read-modify-write operation. An empty etag will cause an update to overwrite other changes.

Inheritance

builtins.object > proto.message.Message > Budget