diff --git a/generated/google/apis/billingbudgets_v1beta1.rb b/generated/google/apis/billingbudgets_v1beta1.rb index ce7a457ca..0f305b443 100644 --- a/generated/google/apis/billingbudgets_v1beta1.rb +++ b/generated/google/apis/billingbudgets_v1beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/billing/docs/how-to/budget-api-overview module BillingbudgetsV1beta1 VERSION = 'V1beta1' - 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_v1beta1/classes.rb b/generated/google/apis/billingbudgets_v1beta1/classes.rb index 8a2af5f3b..64cfa986e 100644 --- a/generated/google/apis/billingbudgets_v1beta1/classes.rb +++ b/generated/google/apis/billingbudgets_v1beta1/classes.rb @@ -199,12 +199,12 @@ module Google class GoogleCloudBillingBudgetsV1beta1Filter 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 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 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_v1beta1/synth.metadata b/generated/google/apis/billingbudgets_v1beta1/synth.metadata index 76b2da20f..1f8508191 100644 --- a/generated/google/apis/billingbudgets_v1beta1/synth.metadata +++ b/generated/google/apis/billingbudgets_v1beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "8d2ef13ecc4fd0426870bf3ab35770b4782063cf" + "sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff" } } ]