Skip to content

Commit f26e82a

Browse files
Google APIscopybara-github
authored andcommitted
feat: add force_delete field to DeleteRagFile 'preview' API request for Vertex RAG
PiperOrigin-RevId: 791872264
1 parent 4f59d0b commit f26e82a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ message DeleteRagFileRequest {
401401
type: "aiplatform.googleapis.com/RagFile"
402402
}
403403
];
404+
405+
// Optional. If set to true, any errors generated by external vector database
406+
// during the deletion will be ignored. The default value is false.
407+
bool force_delete = 2 [(google.api.field_behavior) = OPTIONAL];
404408
}
405409

406410
// Runtime operation information for

0 commit comments

Comments
 (0)