| Modifier and Type | Method and Description |
|---|---|
RateLimitInfo |
RateLimitInfo.Builder.build() |
RateLimitInfo |
RateLimitInfo.Builder.buildPartial() |
static RateLimitInfo |
RateLimitInfo.getDefaultInstance() |
RateLimitInfo |
RateLimitInfo.getDefaultInstanceForType() |
RateLimitInfo |
RateLimitInfo.Builder.getDefaultInstanceForType() |
RateLimitInfo |
MutateRowsResponseOrBuilder.getRateLimitInfo()
Information about how client should limit the rate (QPS).
|
RateLimitInfo |
MutateRowsResponse.getRateLimitInfo()
Information about how client should limit the rate (QPS).
|
RateLimitInfo |
MutateRowsResponse.Builder.getRateLimitInfo()
Information about how client should limit the rate (QPS).
|
static RateLimitInfo |
RateLimitInfo.parseDelimitedFrom(InputStream input) |
static RateLimitInfo |
RateLimitInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitInfo |
RateLimitInfo.parseFrom(byte[] data) |
static RateLimitInfo |
RateLimitInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitInfo |
RateLimitInfo.parseFrom(ByteBuffer data) |
static RateLimitInfo |
RateLimitInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitInfo |
RateLimitInfo.parseFrom(com.google.protobuf.ByteString data) |
static RateLimitInfo |
RateLimitInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitInfo |
RateLimitInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitInfo |
RateLimitInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitInfo |
RateLimitInfo.parseFrom(InputStream input) |
static RateLimitInfo |
RateLimitInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RateLimitInfo> |
RateLimitInfo.getParserForType() |
static com.google.protobuf.Parser<RateLimitInfo> |
RateLimitInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
RateLimitInfo.Builder |
RateLimitInfo.Builder.mergeFrom(RateLimitInfo other) |
MutateRowsResponse.Builder |
MutateRowsResponse.Builder.mergeRateLimitInfo(RateLimitInfo value)
Information about how client should limit the rate (QPS).
|
static RateLimitInfo.Builder |
RateLimitInfo.newBuilder(RateLimitInfo prototype) |
MutateRowsResponse.Builder |
MutateRowsResponse.Builder.setRateLimitInfo(RateLimitInfo value)
Information about how client should limit the rate (QPS).
|
Copyright © 2026 Google LLC. All rights reserved.