Uses of Class
com.google.bigtable.v2.RateLimitInfo
-
Packages that use RateLimitInfo Package Description com.google.bigtable.v2 -
-
Uses of RateLimitInfo in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RateLimitInfo Modifier and Type Method Description RateLimitInfo
RateLimitInfo.Builder. build()
RateLimitInfo
RateLimitInfo.Builder. buildPartial()
static RateLimitInfo
RateLimitInfo. getDefaultInstance()
RateLimitInfo
RateLimitInfo.Builder. getDefaultInstanceForType()
RateLimitInfo
RateLimitInfo. getDefaultInstanceForType()
RateLimitInfo
MutateRowsResponse.Builder. getRateLimitInfo()
Information about how client should limit the rate (QPS).RateLimitInfo
MutateRowsResponse. getRateLimitInfo()
Information about how client should limit the rate (QPS).RateLimitInfo
MutateRowsResponseOrBuilder. 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(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)
static RateLimitInfo
RateLimitInfo. parseFrom(ByteBuffer data)
static RateLimitInfo
RateLimitInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type RateLimitInfo Modifier and Type Method Description com.google.protobuf.Parser<RateLimitInfo>
RateLimitInfo. getParserForType()
static com.google.protobuf.Parser<RateLimitInfo>
RateLimitInfo. parser()
Methods in com.google.bigtable.v2 with parameters of type RateLimitInfo Modifier and Type Method 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).
-