Skip to content

Commit 2729663

Browse files
Google APIscopybara-github
authored andcommitted
feat: Enable force deletion in ReasoningEngine v1beta1
PiperOrigin-RevId: 740040357
1 parent 592aef5 commit 2729663

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/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)