public static final class QuotaProtos.ThrottleRequest.Builder extends <any> implements QuotaProtos.ThrottleRequestOrBuilder
ThrottleRequestpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public QuotaProtos.ThrottleRequest.Builder clear()
public QuotaProtos.ThrottleRequest.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public QuotaProtos.ThrottleRequest getDefaultInstanceForType()
public QuotaProtos.ThrottleRequest build()
public QuotaProtos.ThrottleRequest buildPartial()
public QuotaProtos.ThrottleRequest.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public QuotaProtos.ThrottleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasType()
optional .ThrottleType type = 1;hasType in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleType getType()
optional .ThrottleType type = 1;getType in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleRequest.Builder setType(QuotaProtos.ThrottleType value)
optional .ThrottleType type = 1;public QuotaProtos.ThrottleRequest.Builder clearType()
optional .ThrottleType type = 1;public boolean hasTimedQuota()
optional .TimedQuota timed_quota = 2;hasTimedQuota in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.TimedQuota getTimedQuota()
optional .TimedQuota timed_quota = 2;getTimedQuota in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleRequest.Builder setTimedQuota(QuotaProtos.TimedQuota value)
optional .TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder setTimedQuota(QuotaProtos.TimedQuota.Builder builderForValue)
optional .TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder mergeTimedQuota(QuotaProtos.TimedQuota value)
optional .TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder clearTimedQuota()
optional .TimedQuota timed_quota = 2;public QuotaProtos.TimedQuota.Builder getTimedQuotaBuilder()
optional .TimedQuota timed_quota = 2;public QuotaProtos.TimedQuotaOrBuilder getTimedQuotaOrBuilder()
optional .TimedQuota timed_quota = 2;getTimedQuotaOrBuilder in interface QuotaProtos.ThrottleRequestOrBuilder