diff --git a/generated/google/apis/cloudresourcemanager_v2.rb b/generated/google/apis/cloudresourcemanager_v2.rb index 01cb91d6f..bcdff2107 100644 --- a/generated/google/apis/cloudresourcemanager_v2.rb +++ b/generated/google/apis/cloudresourcemanager_v2.rb @@ -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' diff --git a/generated/google/apis/cloudresourcemanager_v2/service.rb b/generated/google/apis/cloudresourcemanager_v2/service.rb index 70065c6a9..9f619fe3e 100644 --- a/generated/google/apis/cloudresourcemanager_v2/service.rb +++ b/generated/google/apis/cloudresourcemanager_v2/service.rb @@ -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 diff --git a/generated/google/apis/cloudresourcemanager_v2/synth.metadata b/generated/google/apis/cloudresourcemanager_v2/synth.metadata index 429012f74..8ba18e27d 100644 --- a/generated/google/apis/cloudresourcemanager_v2/synth.metadata +++ b/generated/google/apis/cloudresourcemanager_v2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155" } } ]