You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The error type was unrecognized or unspecified.",
@@ -2425,7 +2432,8 @@
2425
2432
"The attempted action would introduce cycle in resource path.",
2426
2433
"The attempted action would move a folder that is already being moved.",
2427
2434
"The folder the caller is trying to delete contains active resources.",
2428
-
"The attempted action would violate the max deleted folder depth constraint."
2435
+
"The attempted action would violate the max deleted folder depth constraint.",
2436
+
"The folder being deleted has a configured capability."
2429
2437
],
2430
2438
"type": "string"
2431
2439
}
@@ -2621,7 +2629,7 @@
2621
2629
"id": "ListTagValuesResponse",
2622
2630
"properties": {
2623
2631
"nextPageToken": {
2624
-
"description": "A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.",
2632
+
"description": "A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue.",
2625
2633
"type": "string"
2626
2634
},
2627
2635
"tagValues": {
@@ -3091,6 +3099,10 @@
3091
3099
"description": "A TagKey, used to group a set of TagValues.",
3092
3100
"id": "TagKey",
3093
3101
"properties": {
3102
+
"allowedValuesRegex": {
3103
+
"description": "Optional. Regular expression constraint for freeform tag values. If present, it implicitly allows freeform values (constrained by the regex).",
* A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.
602
+
* A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue.
* const res = await cloudresourcemanager.locations.tagBindingCollections.update(
4292
-
* {
4293
-
* // Identifier. The name of the TagBindingCollection, following the convention: `locations/{location\}/tagBindingCollections/{encoded-full-resource-name\}` where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
* const res = await cloudresourcemanager.locations.tagBindingCollections.patch({
4296
+
* // Identifier. The name of the TagBindingCollection, following the convention: `locations/{location\}/tagBindingCollections/{encoded-full-resource-name\}` where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
* Identifier. The name of the TagBindingCollection, following the convention: `locations/{location\}/tagBindingCollections/{encoded-full-resource-name\}` where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
4425
4429
*/
4426
4430
name?: string;
4431
+
/**
4432
+
* Optional. An update mask to selectively update fields.
0 commit comments