feat: Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus

PiperOrigin-RevId: 864480269
This commit is contained in:
Google APIs 2026-02-02 12:47:27 -08:00 committed by Copybara-Service
parent 66d47db5fa
commit 85b3f459f9

View file

@ -257,6 +257,10 @@ message DeleteRagCorpusRequest {
// deleted. Otherwise, the request will only work if the RagCorpus has no
// RagFiles.
bool force = 2 [(google.api.field_behavior) = OPTIONAL];
// Optional. If set to true, any errors generated by external vector database
// during the deletion will be ignored. The default value is false.
bool force_delete = 3 [(google.api.field_behavior) = OPTIONAL];
}
// Request message for