QuotaProtos.QuotaScope |
QuotaProtos.TimedQuotaOrBuilder.getScope()
optional .QuotaScope scope = 4 [default = MACHINE];
|
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.getScope()
optional .QuotaScope scope = 4 [default = MACHINE];
|
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.Builder.getScope()
optional .QuotaScope scope = 4 [default = MACHINE];
|
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(int value) |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaProtos.QuotaScope[] |
QuotaProtos.QuotaScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|