File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ message UpdateReceivedShareRequest {
226226 // Opaque information.
227227 cs3.types.v1beta1.Opaque opaque = 1 ;
228228 // REQUIRED.
229- // The share to update.
230- Share share = 2 ;
229+ // The received share to update.
230+ ReceivedShare share = 2 ;
231231 // The update mask applies to the resource. For the `FieldMask` definition,
232232 // see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
233233 google.protobuf.FieldMask update_mask = 3 ;
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ message UpdateReceivedOCMShareRequest {
246246 // Opaque information.
247247 cs3.types.v1beta1.Opaque opaque = 1 ;
248248 // REQUIRED.
249- // The share to update.
250- Share share = 2 ;
249+ // The received share to update.
250+ ReceivedShare share = 2 ;
251251 // The update mask applies to the resource. For the `FieldMask` definition,
252252 // see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
253253 google.protobuf.FieldMask update_mask = 3 ;
Original file line number Diff line number Diff line change 48314831 {
48324832 "id": 2,
48334833 "name": "share",
4834- "type": "Share "
4834+ "type": "ReceivedShare "
48354835 },
48364836 {
48374837 "id": 3,
62096209 {
62106210 "id": 2,
62116211 "name": "share",
6212- "type": "Share "
6212+ "type": "ReceivedShare "
62136213 },
62146214 {
62156215 "id": 3,
You can’t perform that action at this time.
0 commit comments