Cloud Billing Budget v1 API - Enum ThresholdRule.Types.Basis (2.4.0)

public enum ThresholdRule.Types.Basis

Reference documentation and code samples for the Cloud Billing Budget v1 API enum ThresholdRule.Types.Basis.

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

Namespace

Google.Cloud.Billing.Budgets.V1

Assembly

Google.Cloud.Billing.Budgets.V1.dll

Fields

NameDescription
CurrentSpend

Use current spend as the basis for comparison against the threshold.

ForecastedSpend

Use forecasted spend for the period as the basis for comparison against the threshold. FORECASTED_SPEND can only be set when the budget's time period is a [Filter.calendar_period][google.cloud.billing.budgets.v1.Filter.calendar_period]. It cannot be set in combination with [Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period].

Unspecified

Unspecified threshold basis.