File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ service GatewayService {
7878 // reference.
7979 // MUST return CODE_NOT_FOUND if the reference does not exist
8080 // MUST return CODE_RESOURCE_EXHAUSTED on exceeded quota limits.
81- rpc GetQuota (cs3 . storageproviderv0alpha . GetQuotaRequest ) returns (cs3 .storageproviderv0alpha .GetQuotaResponse );
81+ rpc GetQuota (GetQuotaRequest ) returns (cs3 .storageproviderv0alpha .GetQuotaResponse );
8282 // Initiates the download of a file using an
8383 // out-of-band data transfer mechanism.
8484 rpc InitiateFileDownload (cs3 .storageproviderv0alpha .InitiateFileDownloadRequest ) returns (cs3 .storageproviderv0alpha .InitiateFileDownloadResponse );
Original file line number Diff line number Diff line change @@ -2599,7 +2599,7 @@ <h3 id="cs3.gatewayv0alpha.GatewayService">GatewayService</h3>
25992599
26002600 < tr >
26012601 < td > GetQuota</ td >
2602- < td > < a href ="#cs3.storageproviderv0alpha .GetQuotaRequest "> .cs3.storageproviderv0alpha. GetQuotaRequest</ a > </ td >
2602+ < td > < a href ="#cs3.gatewayv0alpha .GetQuotaRequest "> GetQuotaRequest</ a > </ td >
26032603 < td > < a href ="#cs3.storageproviderv0alpha.GetQuotaResponse "> .cs3.storageproviderv0alpha.GetQuotaResponse</ a > </ td >
26042604 < td > < p > Returns the quota available under the provided
26052605reference.
Original file line number Diff line number Diff line change 639639 },
640640 {
641641 "name": "GetQuota",
642- "in_type": "cs3.storageproviderv0alpha. GetQuotaRequest",
642+ "in_type": "GetQuotaRequest",
643643 "out_type": "cs3.storageproviderv0alpha.GetQuotaResponse"
644644 },
645645 {
You can’t perform that action at this time.
0 commit comments