feat: Automated regeneration of serviceusage v1 client
This commit is contained in:
parent
49777f6388
commit
4c185d1b75
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/service-usage/
|
# @see https://cloud.google.com/service-usage/
|
||||||
module ServiceusageV1
|
module ServiceusageV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
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'
|
||||||
|
|
|
@ -1369,10 +1369,7 @@ module Google
|
||||||
# @return [Google::Apis::ServiceusageV1::Billing]
|
# @return [Google::Apis::ServiceusageV1::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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue