You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert bulk response back to without error response
Signed-off-by: xil <fridalu66@gmail.com>
* changelog
Signed-off-by: xil <fridalu66@gmail.com>
---------
Signed-off-by: xil <fridalu66@gmail.com>
Copy file name to clipboardExpand all lines: protos/schemas/document.proto
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -184,25 +184,7 @@ message DeleteOperation {
184
184
}
185
185
186
186
// todo: Proposal Spec this name
187
-
// Bulk response contains the individual results of each operation in the request, returned in the order submitted. The success or failure of an individual operation does not affect other operations in the request.
188
187
messageBulkResponse {
189
-
oneofresponse {
190
-
// The bulk success response
191
-
BulkResponseBodybulk_response_body=1;
192
-
// The bulk error response
193
-
BulkErrorResponsebulk_error_response=2;
194
-
}
195
-
}
196
-
197
-
messageBulkErrorResponse {
198
-
// [optional] The bulk error
199
-
optionalErrorerror=1;
200
-
// [optional] HTTP response status code
201
-
optionalint32status=2;
202
-
}
203
-
204
-
messageBulkResponseBody {
205
-
206
188
// [required] If true, one or more of the operations in the bulk request did not complete successfully.
207
189
boolerrors=1;
208
190
// [required] Contains the result of each operation in the bulk request, in the order they were submitted.
0 commit comments