feat: Automated regeneration of cloudresourcemanager v2 client

This commit is contained in:
Yoshi Automation Bot 2020-10-21 11:43:07 -07:00 committed by GitHub
parent d45a2dda00
commit 9a4f5ed7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/resource-manager # @see https://cloud.google.com/resource-manager
module CloudresourcemanagerV2 module CloudresourcemanagerV2
VERSION = 'V2' VERSION = 'V2'
REVISION = '20200831' 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

@ -54,13 +54,13 @@ module Google
# to succeed, the addition of this new Folder must not violate the Folder naming, # to succeed, the addition of this new Folder must not violate the Folder naming,
# height or fanout constraints. + The Folder's display_name must be distinct # height or fanout constraints. + The Folder's display_name must be distinct
# from all other Folder's that share its parent. + The addition of the Folder # from all other Folder's that share its parent. + The addition of the Folder
# must not cause the active Folder hierarchy to exceed a height of 4. Note, the # must not cause the active Folder hierarchy to exceed a height of 10. Note, the
# full active + deleted Folder hierarchy is allowed to reach a height of 8; this # full active + deleted Folder hierarchy is allowed to reach a height of 20;
# provides additional headroom when moving folders that contain deleted folders. # this provides additional headroom when moving folders that contain deleted
# + The addition of the Folder must not cause the total number of Folders under # folders. + The addition of the Folder must not cause the total number of
# its parent to exceed 100. If the operation fails due to a folder constraint # Folders under its parent to exceed 300. If the operation fails due to a folder
# violation, some errors may be returned by the CreateFolder request, with # constraint violation, some errors may be returned by the CreateFolder request,
# status code FAILED_PRECONDITION and an error description. Other folder # with status code FAILED_PRECONDITION and an error description. Other folder
# constraint violations will be communicated in the Operation, with the specific # constraint violations will be communicated in the Operation, with the specific
# PreconditionFailure returned via the details list in the Operation.error field. # PreconditionFailure returned via the details list in the Operation.error field.
# The caller must have `resourcemanager.folders.create` permission on the # The caller must have `resourcemanager.folders.create` permission on the

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": "c98c719bbab68d0890524d53f8b629d7858af9c2" "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
} }
} }
] ]