QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.clear() |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.clearBypassGlobals()
optional bool bypass_globals = 1 [default = false];
|
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.clearThrottle()
optional .Throttle throttle = 2;
|
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.clone() |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.mergeFrom(com.google.protobuf.Message other) |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.mergeFrom(QuotaProtos.Quotas other) |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.mergeThrottle(QuotaProtos.Throttle value)
optional .Throttle throttle = 2;
|
static QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.newBuilder() |
static QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.newBuilder(QuotaProtos.Quotas prototype) |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.newBuilderForType() |
protected QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.setBypassGlobals(boolean value)
optional bool bypass_globals = 1 [default = false];
|
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.setThrottle(QuotaProtos.Throttle.Builder builderForValue)
optional .Throttle throttle = 2;
|
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.Builder.setThrottle(QuotaProtos.Throttle value)
optional .Throttle throttle = 2;
|
QuotaProtos.Quotas.Builder |
QuotaProtos.Quotas.toBuilder() |