feat: Automated regeneration of recommender v1beta1 client
This commit is contained in:
parent
158f1e649d
commit
ad2a8d452d
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/recommender/docs/
|
# @see https://cloud.google.com/recommender/docs/
|
||||||
module RecommenderV1beta1
|
module RecommenderV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20200927'
|
REVISION = '20201016'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -656,7 +656,7 @@ module Google
|
||||||
class GoogleTypeMoney
|
class GoogleTypeMoney
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The 3-letter currency code defined in ISO 4217.
|
# The three-letter currency code defined in ISO 4217.
|
||||||
# Corresponds to the JSON property `currencyCode`
|
# Corresponds to the JSON property `currencyCode`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :currency_code
|
attr_accessor :currency_code
|
||||||
|
|
|
@ -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": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue