public static interface QuotaProtos.ThrottleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
QuotaProtos.TimedQuota |
getTimedQuota()
optional .TimedQuota timed_quota = 2; |
QuotaProtos.TimedQuotaOrBuilder |
getTimedQuotaOrBuilder()
optional .TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleType |
getType()
optional .ThrottleType type = 1; |
boolean |
hasTimedQuota()
optional .TimedQuota timed_quota = 2; |
boolean |
hasType()
optional .ThrottleType type = 1; |
boolean hasType()
optional .ThrottleType type = 1;
QuotaProtos.ThrottleType getType()
optional .ThrottleType type = 1;
boolean hasTimedQuota()
optional .TimedQuota timed_quota = 2;
QuotaProtos.TimedQuota getTimedQuota()
optional .TimedQuota timed_quota = 2;
QuotaProtos.TimedQuotaOrBuilder getTimedQuotaOrBuilder()
optional .TimedQuota timed_quota = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.