public static interface QuotaBackend.WithUser extends QuotaBackend.WithResource
Modifier and Type | Method and Description |
---|---|
QuotaBackend.WithResource |
account(Account.Id account)
Scope the request down to an account.
|
QuotaBackend.WithResource |
change(Change.Id change,
Project.NameKey project)
Scope the request down to a change.
|
QuotaBackend.WithResource |
project(Project.NameKey project)
Scope the request down to a project.
|
availableTokens, dryRun, requestToken, requestTokens
QuotaBackend.WithResource account(Account.Id account)
QuotaBackend.WithResource project(Project.NameKey project)
QuotaBackend.WithResource change(Change.Id change, Project.NameKey project)