Class CreditTypesTreatment (1.9.1)

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):

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.