| Modifier and Type | Method and Description |
|---|---|
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.clearPeriod()
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
MutateRowsResponse.Builder.getRateLimitInfoBuilder()
Information about how client should limit the rate (QPS).
|
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.mergeFrom(RateLimitInfo other) |
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergePeriod(com.google.protobuf.Duration value)
Time that clients should wait before adjusting the target rate again.
|
static RateLimitInfo.Builder |
RateLimitInfo.newBuilder() |
static RateLimitInfo.Builder |
RateLimitInfo.newBuilder(RateLimitInfo prototype) |
RateLimitInfo.Builder |
RateLimitInfo.newBuilderForType() |
protected RateLimitInfo.Builder |
RateLimitInfo.newBuilderForType(com.google.protobuf.AbstractMessage.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.setPeriod(com.google.protobuf.Duration.Builder builderForValue)
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.Builder.setPeriod(com.google.protobuf.Duration value)
Time that clients should wait before adjusting the target rate again.
|
RateLimitInfo.Builder |
RateLimitInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MutateRowsResponse.Builder |
MutateRowsResponse.Builder.setRateLimitInfo(RateLimitInfo.Builder builderForValue)
Information about how client should limit the rate (QPS).
|
Copyright © 2026 Google LLC. All rights reserved.