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
module CloudresourcemanagerV2
VERSION = 'V2'
REVISION = '20200831'
REVISION = '20201019'
# View and manage your data across Google Cloud Platform services
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,
# 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
# must not cause the active Folder hierarchy to exceed a height of 4. Note, the
# full active + deleted Folder hierarchy is allowed to reach a height of 8; this
# provides additional headroom when moving folders that contain deleted folders.
# + The addition of the Folder must not cause the total number of Folders under
# its parent to exceed 100. If the operation fails due to a folder constraint
# violation, some errors may be returned by the CreateFolder request, with
# status code FAILED_PRECONDITION and an error description. Other folder
# 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 20;
# this provides additional headroom when moving folders that contain deleted
# folders. + The addition of the Folder must not cause the total number of
# Folders under its parent to exceed 300. If the operation fails due to a folder
# constraint violation, some errors may be returned by the CreateFolder request,
# with status code FAILED_PRECONDITION and an error description. Other folder
# constraint violations will be communicated in the Operation, with the specific
# PreconditionFailure returned via the details list in the Operation.error field.
# The caller must have `resourcemanager.folders.create` permission on the

View File

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