feat: Automated regeneration of iam v1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-28 12:11:38 -07:00 committed by GitHub
parent 908898782a
commit 855ba09d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 10 deletions

View File

@ -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'

View File

@ -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'

View File

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