feat: Automated regeneration of cloudresourcemanager v2beta1 client
This commit is contained in:
parent
a779e3e85a
commit
d45a2dda00
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/resource-manager
|
# @see https://cloud.google.com/resource-manager
|
||||||
module CloudresourcemanagerV2beta1
|
module CloudresourcemanagerV2beta1
|
||||||
VERSION = 'V2beta1'
|
VERSION = 'V2beta1'
|
||||||
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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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