feat: Automated regeneration of serviceusage v1beta1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-21 09:20:28 -07:00 committed by GitHub
parent fc574b4b1e
commit 49777f6388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/service-usage/ # @see https://cloud.google.com/service-usage/
module ServiceusageV1beta1 module ServiceusageV1beta1
VERSION = 'V1beta1' VERSION = 'V1beta1'
REVISION = '20201016' REVISION = '20201019'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -1430,10 +1430,7 @@ module Google
# @return [Google::Apis::ServiceusageV1beta1::Billing] # @return [Google::Apis::ServiceusageV1beta1::Billing]
attr_accessor :billing attr_accessor :billing
# The semantic version of the service configuration. The config version affects # This field is obsolete. Its value must be set to `3`.
# the interpretation of the service configuration. For example, certain features
# are enabled by default for certain config versions. The latest config version
# is `3`.
# Corresponds to the JSON property `configVersion` # Corresponds to the JSON property `configVersion`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :config_version attr_accessor :config_version

View File

@ -4,7 +4,7 @@
"git": { "git": {
"name": ".", "name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git", "remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4" "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
} }
} }
] ]