RateLimitInfo.Builder |
RateLimitInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clear() |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clearFactor() |
If it has been at least one `period` since the last load adjustment, the
client should multiply the current load by this value to get the new target
load.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clearPeriod() |
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.clone() |
|
RateLimitInfo.Builder |
MutateRowsResponse.Builder.getRateLimitInfoBuilder() |
Information about how client should limit the rate (QPS).
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergeFrom(RateLimitInfo other) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergePeriod(com.google.protobuf.Duration value) |
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RateLimitInfo.Builder |
RateLimitInfo.newBuilder() |
|
static RateLimitInfo.Builder |
RateLimitInfo.newBuilder(RateLimitInfo prototype) |
|
RateLimitInfo.Builder |
RateLimitInfo.newBuilderForType() |
|
protected RateLimitInfo.Builder |
RateLimitInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setFactor(double value) |
If it has been at least one `period` since the last load adjustment, the
client should multiply the current load by this value to get the new target
load.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setPeriod(com.google.protobuf.Duration value) |
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setPeriod(com.google.protobuf.Duration.Builder builderForValue) |
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RateLimitInfo.Builder |
RateLimitInfo.toBuilder() |
|