public static final class RequestStats.Builder extends com.google.protobuf.GeneratedMessage.Builder<RequestStats.Builder> implements RequestStatsOrBuilder
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, the following method is supported: google.bigtable.v2.ReadRowsProtobuf type
google.bigtable.v2.RequestStats| Modifier and Type | Method and Description |
|---|---|
RequestStats |
build() |
RequestStats |
buildPartial() |
RequestStats.Builder |
clear() |
RequestStats.Builder |
clearFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
RequestStats.Builder |
clearStatsView() |
RequestStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FullReadStatsView |
getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
FullReadStatsView.Builder |
getFullReadStatsViewBuilder()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
FullReadStatsViewOrBuilder |
getFullReadStatsViewOrBuilder()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
RequestStats.StatsViewCase |
getStatsViewCase() |
boolean |
hasFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RequestStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RequestStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
RequestStats.Builder |
mergeFrom(RequestStats other) |
RequestStats.Builder |
mergeFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
RequestStats.Builder |
setFullReadStatsView(FullReadStatsView.Builder builderForValue)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
RequestStats.Builder |
setFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RequestStats.Builder>public RequestStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RequestStats.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RequestStats.Builder>public RequestStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RequestStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RequestStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RequestStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RequestStats.Builder>public RequestStats.Builder mergeFrom(RequestStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RequestStats.Builder>public RequestStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RequestStats.Builder>IOExceptionpublic RequestStats.StatsViewCase getStatsViewCase()
getStatsViewCase in interface RequestStatsOrBuilderpublic RequestStats.Builder clearStatsView()
public boolean hasFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;hasFullReadStatsView in interface RequestStatsOrBuilderpublic FullReadStatsView getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;getFullReadStatsView in interface RequestStatsOrBuilderpublic RequestStats.Builder setFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;public RequestStats.Builder setFullReadStatsView(FullReadStatsView.Builder builderForValue)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;public RequestStats.Builder mergeFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;public RequestStats.Builder clearFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;public FullReadStatsView.Builder getFullReadStatsViewBuilder()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;public FullReadStatsViewOrBuilder getFullReadStatsViewOrBuilder()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;getFullReadStatsViewOrBuilder in interface RequestStatsOrBuilderCopyright © 2026 Google LLC. All rights reserved.