Namespace Google.Cloud.Billing.Budgets.V1 (1.1.0)

Classes

Budget

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.

BudgetAmount

The budgeted amount for each usage period.

BudgetName

Resource name for the Budget resource.

BudgetService

BudgetService stores Cloud Billing budgets, which define a budget plan and rules to execute as we track spend against that plan.

BudgetService.BudgetServiceBase

Base class for server-side implementations of BudgetService

BudgetService.BudgetServiceClient

Client for BudgetService

BudgetServiceClient

BudgetService client wrapper, for convenient use.

BudgetServiceClientBuilder

Builder class for BudgetServiceClient to provide simple configuration of credentials, endpoint etc.

BudgetServiceClientImpl

BudgetService client wrapper implementation, for convenient use.

BudgetServiceSettings

Settings for BudgetServiceClient instances.

CreateBudgetRequest

Request for CreateBudget

CustomPeriod

All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).

DeleteBudgetRequest

Request for DeleteBudget

Filter

A filter for a budget, limiting the scope of the cost to calculate.

Filter.Types

Container for nested types declared in the Filter message type.

GetBudgetRequest

Request for GetBudget

LastPeriodAmount

Describes a budget amount targeted to the last [Filter.calendar_period][google.cloud.billing.budgets.v1.Filter.calendar_period] spend. At this time, the amount is automatically 100% of the last calendar period's spend; that is, there are no other options yet. Future configuration options will be described here (for example, configuring a percentage of last period's spend). LastPeriodAmount cannot be set for a budget configured with a [Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period].

ListBudgetsRequest

Request for ListBudgets

ListBudgetsResponse

Response for ListBudgets

NotificationsRule

NotificationsRule defines notifications that are sent based on budget spend and thresholds.

ThresholdRule

ThresholdRule contains a definition of a threshold which triggers an alert (a notification of a threshold being crossed) to be sent when spend goes above the specified amount. Alerts are automatically e-mailed to users with the Billing Account Administrator role or the Billing Account User role. The thresholds here have no effect on notifications sent to anything configured under Budget.all_updates_rule.

ThresholdRule.Types

Container for nested types declared in the ThresholdRule message type.

UpdateBudgetRequest

Request for UpdateBudget

Enums

BudgetAmount.BudgetAmountOneofCase

Enum of possible cases for the "budget_amount" oneof.

BudgetName.ResourceNameType

The possible contents of BudgetName.

CalendarPeriod

A CalendarPeriod represents the abstract concept of a time period that has a canonical start. Grammatically, "the start of the current CalendarPeriod". All calendar times begin at 12 AM US and Canadian Pacific Time (UTC-8).

Filter.Types.CreditTypesTreatment

Specifies how credits are applied when determining the spend for threshold calculations. Budgets track the total cost minus any applicable selected credits. See the documentation for a list of credit types.

Filter.UsagePeriodOneofCase

Enum of possible cases for the "usage_period" oneof.

ThresholdRule.Types.Basis

The type of basis used to determine if spend has passed the threshold.