Skip to content

Commit 2715fd3

Browse files
Google APIscopybara-github
authored andcommitted
feat: Enable force deletion in ReasoningEngine
PiperOrigin-RevId: 740506315
1 parent 18f8cb5 commit 2715fd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/reasoning_engine_service.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,9 @@ message DeleteReasoningEngineRequest {
204204
type: "aiplatform.googleapis.com/ReasoningEngine"
205205
}
206206
];
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];
207212
}

0 commit comments

Comments
 (0)