We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f8cb5 commit 2715fd3Copy full SHA for 2715fd3
1 file changed
google/cloud/aiplatform/v1/reasoning_engine_service.proto
@@ -204,4 +204,9 @@ message DeleteReasoningEngineRequest {
204
type: "aiplatform.googleapis.com/ReasoningEngine"
205
}
206
];
207
+
208
+ // Optional. If set to true, child resources of this reasoning engine will
209
+ // also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION
210
+ // error when the reasoning engine has undeleted child resources.
211
+ bool force = 2 [(google.api.field_behavior) = OPTIONAL];
212
0 commit comments