proto_docs/google/cloud/billing/budgets/v1beta1/budget_model.rb in google-cloud-billing-budgets-v1beta1-0.3.0 vs proto_docs/google/cloud/billing/budgets/v1beta1/budget_model.rb in google-cloud-billing-budgets-v1beta1-0.3.1
- old
+ new
@@ -169,16 +169,20 @@
# included in the budget. If omitted, the report will include all usage for
# the billing account, regardless of which project the usage occurred on.
# Only zero or one project can be specified currently.
# @!attribute [rw] credit_types
# @return [::Array<::String>]
- # Optional. A list of credit types to be subtracted from gross cost to
- # determine the spend for threshold calculations if and only if
- # credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If
- # credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be
- # empty. See credits.type at
- # https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema
- # for a list of acceptable credit type values in this field.
+ # Optional. If
+ # {::Google::Cloud::Billing::Budgets::V1beta1::Filter#credit_types_treatment Filter.credit_types_treatment}
+ # is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be
+ # subtracted from gross cost to determine the spend for threshold
+ # calculations.
+ #
+ # If
+ # {::Google::Cloud::Billing::Budgets::V1beta1::Filter#credit_types_treatment Filter.credit_types_treatment}
+ # is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list
+ # of acceptable credit type
+ # values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).
# @!attribute [rw] credit_types_treatment
# @return [::Google::Cloud::Billing::Budgets::V1beta1::Filter::CreditTypesTreatment]
# Optional. If not set, default behavior is `INCLUDE_ALL_CREDITS`.
# @!attribute [rw] services
# @return [::Array<::String>]