Module: Google::Cloud::Billing::Budgets::V1::Filter::CreditTypesTreatment

Defined in:
proto_docs/google/cloud/billing/budgets/v1/budget_model.rb

Overview

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.

Constant Summary collapse

CREDIT_TYPES_TREATMENT_UNSPECIFIED =
0
INCLUDE_ALL_CREDITS =

All types of credit are subtracted from the gross cost to determine the spend for threshold calculations.

1
EXCLUDE_ALL_CREDITS =

All types of credit are added to the net cost to determine the spend for threshold calculations.

2
INCLUDE_SPECIFIED_CREDITS =

Credit types specified in the credit_types field are subtracted from the gross cost to determine the spend for threshold calculations.

3