mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
feat: Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus
PiperOrigin-RevId: 864480269
This commit is contained in:
parent
66d47db5fa
commit
85b3f459f9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue