Class CreditTypesTreatment (1.10.0)

Stay organized with collections Save and categorize content based on your preferences.
CreditTypesTreatment(value)

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 <https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type>__.

Values: CREDIT_TYPES_TREATMENT_UNSPECIFIED (0): No description available. INCLUDE_ALL_CREDITS (1): All types of credit are subtracted from the gross cost to determine the spend for threshold calculations. EXCLUDE_ALL_CREDITS (2): All types of credit are added to the net cost to determine the spend for threshold calculations. INCLUDE_SPECIFIED_CREDITS (3): Credit types <https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type>__ specified in the credit_types field are subtracted from the gross cost to determine the spend for threshold calculations.