Skip to content

Commit d8748c1

Browse files
yoshi-automationquirogas
authored andcommitted
feat(cloudresourcemanager)!: update the API
BREAKING CHANGE: This release has breaking changes. #### cloudresourcemanager:v1beta1 The following keys were changed: - schemas.FolderOperationError.properties.errorMessageId.enum - schemas.FolderOperationError.properties.errorMessageId.enumDescriptions #### cloudresourcemanager:v2beta1 The following keys were changed: - schemas.FolderOperationError.properties.errorMessageId.enum - schemas.FolderOperationError.properties.errorMessageId.enumDescriptions #### cloudresourcemanager:v1 The following keys were changed: - schemas.FolderOperationError.properties.errorMessageId.enum - schemas.FolderOperationError.properties.errorMessageId.enumDescriptions #### cloudresourcemanager:v2 The following keys were changed: - schemas.FolderOperationError.properties.errorMessageId.enum - schemas.FolderOperationError.properties.errorMessageId.enumDescriptions #### cloudresourcemanager:v3 The following keys were deleted: - resources.locations.resources.tagBindingCollections.methods.update.description - resources.locations.resources.tagBindingCollections.methods.update.flatPath - resources.locations.resources.tagBindingCollections.methods.update.httpMethod - resources.locations.resources.tagBindingCollections.methods.update.id - resources.locations.resources.tagBindingCollections.methods.update.parameterOrder - resources.locations.resources.tagBindingCollections.methods.update.parameters.name.description - resources.locations.resources.tagBindingCollections.methods.update.parameters.name.location - resources.locations.resources.tagBindingCollections.methods.update.parameters.name.pattern - resources.locations.resources.tagBindingCollections.methods.update.parameters.name.required - resources.locations.resources.tagBindingCollections.methods.update.parameters.name.type - resources.locations.resources.tagBindingCollections.methods.update.path - resources.locations.resources.tagBindingCollections.methods.update.request.$ref - resources.locations.resources.tagBindingCollections.methods.update.response.$ref - resources.locations.resources.tagBindingCollections.methods.update.scopes The following keys were added: - resources.locations.resources.tagBindingCollections.methods.patch.description - resources.locations.resources.tagBindingCollections.methods.patch.flatPath - resources.locations.resources.tagBindingCollections.methods.patch.httpMethod - resources.locations.resources.tagBindingCollections.methods.patch.id - resources.locations.resources.tagBindingCollections.methods.patch.parameterOrder - resources.locations.resources.tagBindingCollections.methods.patch.parameters.name.description - resources.locations.resources.tagBindingCollections.methods.patch.parameters.name.location - resources.locations.resources.tagBindingCollections.methods.patch.parameters.name.pattern - resources.locations.resources.tagBindingCollections.methods.patch.parameters.name.required - resources.locations.resources.tagBindingCollections.methods.patch.parameters.name.type - resources.locations.resources.tagBindingCollections.methods.patch.parameters.updateMask.description - resources.locations.resources.tagBindingCollections.methods.patch.parameters.updateMask.format - resources.locations.resources.tagBindingCollections.methods.patch.parameters.updateMask.location - resources.locations.resources.tagBindingCollections.methods.patch.parameters.updateMask.type - resources.locations.resources.tagBindingCollections.methods.patch.path - resources.locations.resources.tagBindingCollections.methods.patch.request.$ref - resources.locations.resources.tagBindingCollections.methods.patch.response.$ref - resources.locations.resources.tagBindingCollections.methods.patch.scopes - schemas.TagKey.properties.allowedValuesRegex.description - schemas.TagKey.properties.allowedValuesRegex.type The following keys were changed: - schemas.FolderOperationError.properties.errorMessageId.enum - schemas.FolderOperationError.properties.errorMessageId.enumDescriptions - schemas.ListTagValuesResponse.properties.nextPageToken.description
1 parent e187595 commit d8748c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

discovery/cloudresourcemanager-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
}
569569
}
570570
},
571-
"revision": "20250606",
571+
"revision": "20251103",
572572
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
573573
"schemas": {
574574
"Ancestor": {
@@ -885,7 +885,8 @@
885885
"CYCLE_INTRODUCED_VIOLATION",
886886
"FOLDER_BEING_MOVED_VIOLATION",
887887
"FOLDER_TO_DELETE_NON_EMPTY_VIOLATION",
888-
"DELETED_FOLDER_HEIGHT_VIOLATION"
888+
"DELETED_FOLDER_HEIGHT_VIOLATION",
889+
"FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION"
889890
],
890891
"enumDescriptions": [
891892
"The error type was unrecognized or unspecified.",
@@ -897,7 +898,8 @@
897898
"The attempted action would introduce cycle in resource path.",
898899
"The attempted action would move a folder that is already being moved.",
899900
"The folder the caller is trying to delete contains active resources.",
900-
"The attempted action would violate the max deleted folder depth constraint."
901+
"The attempted action would violate the max deleted folder depth constraint.",
902+
"The folder being deleted has a configured capability."
901903
],
902904
"type": "string"
903905
}

0 commit comments

Comments
 (0)