Package com.google.gerrit.server.quota
Interface QuotaBackend.WithUser
- All Superinterfaces:
QuotaBackend.WithResource
- Enclosing interface:
QuotaBackend
An interface capable of issuing quota requests. Scope can be futher reduced by providing a
top-level entity.
-
Method Summary
Modifier and TypeMethodDescriptionaccount
(Account.Id account) Scope the request down to an account.change
(Change.Id change, Project.NameKey project) Scope the request down to a change.project
(Project.NameKey project) Scope the request down to a project.Methods inherited from interface com.google.gerrit.server.quota.QuotaBackend.WithResource
availableTokens, dryRun, requestToken, requestTokens
-
Method Details
-
account
Scope the request down to an account. -
project
Scope the request down to a project. -
change
Scope the request down to a change.
-