RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clear() |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearExpirationSpecifier() |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearId() |
The unique id that is associated with each Quota either at individual descriptor level or whole descriptor set level.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearRequests() |
Number of matching requests granted in quota.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clearValidUntil() |
Point in time at which the quota expires.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.clone() |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Builder.getQuotaBuilder() |
Quota is available for a request if its entire descriptor set has cached quota available.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.DescriptorStatus.Builder.getQuotaBuilder() |
Quota is available for a request if its descriptor set has cached quota available for all
descriptors.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.mergeFrom(RateLimitResponse.Quota other) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.mergeValidUntil(com.google.protobuf.Timestamp value) |
Point in time at which the quota expires.
|
static RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.newBuilder() |
|
static RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.newBuilder(RateLimitResponse.Quota prototype) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.newBuilderForType() |
|
protected RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setId(String value) |
The unique id that is associated with each Quota either at individual descriptor level or whole descriptor set level.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The unique id that is associated with each Quota either at individual descriptor level or whole descriptor set level.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setRequests(int value) |
Number of matching requests granted in quota.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setValidUntil(com.google.protobuf.Timestamp value) |
Point in time at which the quota expires.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.Builder.setValidUntil(com.google.protobuf.Timestamp.Builder builderForValue) |
Point in time at which the quota expires.
|
RateLimitResponse.Quota.Builder |
RateLimitResponse.Quota.toBuilder() |
|