public static final class FullReadStatsView.Builder extends com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder> implements FullReadStatsViewOrBuilder
FullReadStatsView captures all known information about a read.Protobuf type
google.bigtable.v2.FullReadStatsView| Modifier and Type | Method and Description |
|---|---|
FullReadStatsView |
build() |
FullReadStatsView |
buildPartial() |
FullReadStatsView.Builder |
clear() |
FullReadStatsView.Builder |
clearReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
FullReadStatsView.Builder |
clearRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from
the server side.
|
FullReadStatsView |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ReadIterationStats |
getReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
ReadIterationStats.Builder |
getReadIterationStatsBuilder()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
ReadIterationStatsOrBuilder |
getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
RequestLatencyStats |
getRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from
the server side.
|
RequestLatencyStats.Builder |
getRequestLatencyStatsBuilder()
Request latency stats describe the time taken to complete a request, from
the server side.
|
RequestLatencyStatsOrBuilder |
getRequestLatencyStatsOrBuilder()
Request latency stats describe the time taken to complete a request, from
the server side.
|
boolean |
hasReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
boolean |
hasRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from
the server side.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FullReadStatsView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FullReadStatsView.Builder |
mergeFrom(FullReadStatsView other) |
FullReadStatsView.Builder |
mergeFrom(com.google.protobuf.Message other) |
FullReadStatsView.Builder |
mergeReadIterationStats(ReadIterationStats value)
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
FullReadStatsView.Builder |
mergeRequestLatencyStats(RequestLatencyStats value)
Request latency stats describe the time taken to complete a request, from
the server side.
|
FullReadStatsView.Builder |
setReadIterationStats(ReadIterationStats.Builder builderForValue)
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
FullReadStatsView.Builder |
setReadIterationStats(ReadIterationStats value)
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
FullReadStatsView.Builder |
setRequestLatencyStats(RequestLatencyStats.Builder builderForValue)
Request latency stats describe the time taken to complete a request, from
the server side.
|
FullReadStatsView.Builder |
setRequestLatencyStats(RequestLatencyStats value)
Request latency stats describe the time taken to complete a request, from
the server side.
|
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<FullReadStatsView.Builder>public FullReadStatsView.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.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<FullReadStatsView.Builder>public FullReadStatsView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FullReadStatsView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FullReadStatsView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FullReadStatsView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder mergeFrom(FullReadStatsView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>public FullReadStatsView.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<FullReadStatsView.Builder>IOExceptionpublic boolean hasReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;hasReadIterationStats in interface FullReadStatsViewOrBuilderpublic ReadIterationStats getReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;getReadIterationStats in interface FullReadStatsViewOrBuilderpublic FullReadStatsView.Builder setReadIterationStats(ReadIterationStats value)
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;public FullReadStatsView.Builder setReadIterationStats(ReadIterationStats.Builder builderForValue)
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;public FullReadStatsView.Builder mergeReadIterationStats(ReadIterationStats value)
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;public FullReadStatsView.Builder clearReadIterationStats()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;public ReadIterationStats.Builder getReadIterationStatsBuilder()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;public ReadIterationStatsOrBuilder getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;getReadIterationStatsOrBuilder in interface FullReadStatsViewOrBuilderpublic boolean hasRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;hasRequestLatencyStats in interface FullReadStatsViewOrBuilderpublic RequestLatencyStats getRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;getRequestLatencyStats in interface FullReadStatsViewOrBuilderpublic FullReadStatsView.Builder setRequestLatencyStats(RequestLatencyStats value)
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;public FullReadStatsView.Builder setRequestLatencyStats(RequestLatencyStats.Builder builderForValue)
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;public FullReadStatsView.Builder mergeRequestLatencyStats(RequestLatencyStats value)
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;public FullReadStatsView.Builder clearRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;public RequestLatencyStats.Builder getRequestLatencyStatsBuilder()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;public RequestLatencyStatsOrBuilder getRequestLatencyStatsOrBuilder()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;getRequestLatencyStatsOrBuilder in interface FullReadStatsViewOrBuilderCopyright © 2026 Google LLC. All rights reserved.