feat: Automated regeneration of iam v1 client
This commit is contained in:
parent
908898782a
commit
855ba09d7b
|
@ -22,15 +22,12 @@ module Google
|
|||
#
|
||||
# Manages identity and access control for Google Cloud Platform resources,
|
||||
# including the creation of service accounts, which you can use to authenticate
|
||||
# to Google and make API calls. *Note:* This API is tied to the IAM service
|
||||
# account credentials API ( iamcredentials.googleapis.com). Enabling or
|
||||
# disabling this API will also enable or disable the IAM service account
|
||||
# credentials API.
|
||||
# to Google and make API calls.
|
||||
#
|
||||
# @see https://cloud.google.com/iam/
|
||||
module IamV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20200910'
|
||||
REVISION = '20201022'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -24,10 +24,7 @@ module Google
|
|||
#
|
||||
# Manages identity and access control for Google Cloud Platform resources,
|
||||
# including the creation of service accounts, which you can use to authenticate
|
||||
# to Google and make API calls. *Note:* This API is tied to the IAM service
|
||||
# account credentials API ( iamcredentials.googleapis.com). Enabling or
|
||||
# disabling this API will also enable or disable the IAM service account
|
||||
# credentials API.
|
||||
# to Google and make API calls.
|
||||
#
|
||||
# @example
|
||||
# require 'google/apis/iam_v1'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "9840c481849200572321532ecc3b128bebbc1583"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue