Skip to content

Commit

Permalink
use received share
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Oct 1, 2021
1 parent e619855 commit 6d299b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cs3/sharing/collaboration/v1beta1/collaboration_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ message UpdateReceivedShareRequest {
// Opaque information.
cs3.types.v1beta1.Opaque opaque = 1;
// REQUIRED.
// The share to update.
Share share = 2;
// The received share to update.
ReceivedShare share = 2;
// The update mask applies to the resource. For the `FieldMask` definition,
// see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
google.protobuf.FieldMask update_mask = 3;
Expand Down
4 changes: 2 additions & 2 deletions cs3/sharing/ocm/v1beta1/ocm_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ message UpdateReceivedOCMShareRequest {
// Opaque information.
cs3.types.v1beta1.Opaque opaque = 1;
// REQUIRED.
// The share to update.
Share share = 2;
// The received share to update.
ReceivedShare share = 2;
// The update mask applies to the resource. For the `FieldMask` definition,
// see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
google.protobuf.FieldMask update_mask = 3;
Expand Down
4 changes: 2 additions & 2 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4831,7 +4831,7 @@
{
"id": 2,
"name": "share",
"type": "Share"
"type": "ReceivedShare"
},
{
"id": 3,
Expand Down Expand Up @@ -6209,7 +6209,7 @@
{
"id": 2,
"name": "share",
"type": "Share"
"type": "ReceivedShare"
},
{
"id": 3,
Expand Down

0 comments on commit 6d299b5

Please sign in to comment.