Skip to content

Commit

Permalink
Add space id to GetQuota method (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Oct 6, 2021
1 parent b33d276 commit 656f69e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cs3/storage/provider/v1beta1/provider_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ message GetQuotaRequest {
// OPTIONAL.
// Opaque information.
cs3.types.v1beta1.Opaque opaque = 1;
// OPTIONAL.
// Limit the quota Response to the given reference
cs3.storage.provider.v1beta1.Reference ref = 2;
}

message GetQuotaResponse {
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13624,6 +13624,14 @@ <h3 id="cs3.storage.provider.v1beta1.GetQuotaRequest">GetQuotaRequest</h3>
Opaque information. </p></td>
</tr>

<tr>
<td>ref</td>
<td><a href="#cs3.storage.provider.v1beta1.Reference">Reference</a></td>
<td></td>
<td><p>OPTIONAL.
Limit the quota Response to the given reference </p></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 656f69e

Please sign in to comment.