Skip to content

Commit db5c3a9

Browse files
committed
use received share
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
1 parent e619855 commit db5c3a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cs3/sharing/collaboration/v1beta1/collaboration_api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

cs3/sharing/ocm/v1beta1/ocm_api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

proto.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,7 @@
48314831
{
48324832
"id": 2,
48334833
"name": "share",
4834-
"type": "Share"
4834+
"type": "ReceivedShare"
48354835
},
48364836
{
48374837
"id": 3,
@@ -6209,7 +6209,7 @@
62096209
{
62106210
"id": 2,
62116211
"name": "share",
6212-
"type": "Share"
6212+
"type": "ReceivedShare"
62136213
},
62146214
{
62156215
"id": 3,

0 commit comments

Comments
 (0)