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
"description": "Optional. When this value is set to `true` the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is `false`.",
2891
2891
"type": "boolean"
2892
2892
},
2893
+
"cascadingRules": {
2894
+
"description": "Optional. Optional cascading rules for deleting related assets.",
2895
+
"items": {
2896
+
"$ref": "CascadingRule"
2897
+
},
2898
+
"type": "array"
2899
+
},
2893
2900
"names": {
2894
2901
"description": "Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.",
2895
2902
"items": {
@@ -2966,6 +2973,23 @@
2966
2973
"properties": {},
2967
2974
"type": "object"
2968
2975
},
2976
+
"CascadeLogicalDBsRule": {
2977
+
"description": "Cascading rule for related logical DBs.",
2978
+
"id": "CascadeLogicalDBsRule",
2979
+
"properties": {},
2980
+
"type": "object"
2981
+
},
2982
+
"CascadingRule": {
2983
+
"description": "Specifies cascading rules for traversing relations.",
2984
+
"id": "CascadingRule",
2985
+
"properties": {
2986
+
"cascadeLogicalDbs": {
2987
+
"$ref": "CascadeLogicalDBsRule",
2988
+
"description": "Cascading rule for related logical DBs."
* Optional. When this value is set to `true` the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is `false`.
446
446
*/
447
447
allowMissing?: boolean|null;
448
+
/**
449
+
* Optional. Optional cascading rules for deleting related assets.
450
+
*/
451
+
cascadingRules?: Schema$CascadingRule[];
448
452
/**
449
453
* Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project\}/locations/{location\}/assets/{name\}.
0 commit comments