diff --git a/generated/google/apis/billingbudgets_v1.rb b/generated/google/apis/billingbudgets_v1.rb index 0aa686691..1a99d0f05 100644 --- a/generated/google/apis/billingbudgets_v1.rb +++ b/generated/google/apis/billingbudgets_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/billing/docs/how-to/budget-api-overview module BillingbudgetsV1 VERSION = 'V1' - REVISION = '20201026' + REVISION = '20201107' # View and manage your Google Cloud Platform billing accounts AUTH_CLOUD_BILLING = 'https://www.googleapis.com/auth/cloud-billing' diff --git a/generated/google/apis/billingbudgets_v1/classes.rb b/generated/google/apis/billingbudgets_v1/classes.rb index 603cae53c..6f4037b0a 100644 --- a/generated/google/apis/billingbudgets_v1/classes.rb +++ b/generated/google/apis/billingbudgets_v1/classes.rb @@ -119,12 +119,12 @@ module Google class GoogleCloudBillingBudgetsV1Filter include Google::Apis::Core::Hashable - # 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 on 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 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 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). # Corresponds to the JSON property `creditTypes` # @return [Array] attr_accessor :credit_types diff --git a/generated/google/apis/billingbudgets_v1/synth.metadata b/generated/google/apis/billingbudgets_v1/synth.metadata index 76b2da20f..1f8508191 100644 --- a/generated/google/apis/billingbudgets_v1/synth.metadata +++ b/generated/google/apis/billingbudgets_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "8d2ef13ecc4fd0426870bf3ab35770b4782063cf" + "sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff" } } ]