GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis

enum GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis : Enum<GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis> , ConvertibleToJava<GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis>

Optional. The type of basis used to determine if spend has passed the threshold. Behavior defaults to CURRENT_SPEND if not set.

Entries

Link copied to clipboard

Unspecified threshold basis.

Link copied to clipboard

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

Link copied to clipboard

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. It cannot be set in combination with Filter.custom_period.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudBillingBudgetsV1ThresholdRuleSpendBasis
Link copied to clipboard
Link copied to clipboard