public static final class FullReadStatsView.Builder extends com.google.protobuf.GeneratedMessageV3.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.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FullReadStatsView |
build() |
FullReadStatsView |
buildPartial() |
FullReadStatsView.Builder |
clear() |
FullReadStatsView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FullReadStatsView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FullReadStatsView.Builder |
clearReadIterationStats()
Iteration stats describe how efficient the read is, e.g.
|
FullReadStatsView.Builder |
clearRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from
the server side.
|
FullReadStatsView.Builder |
clone() |
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.
|
ReadIterationStats.Builder |
getReadIterationStatsBuilder()
Iteration stats describe how efficient the read is, e.g.
|
ReadIterationStatsOrBuilder |
getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g.
|
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.
|
boolean |
hasRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from
the server side.
|
protected com.google.protobuf.GeneratedMessageV3.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.
|
FullReadStatsView.Builder |
mergeRequestLatencyStats(RequestLatencyStats value)
Request latency stats describe the time taken to complete a request, from
the server side.
|
FullReadStatsView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FullReadStatsView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FullReadStatsView.Builder |
setReadIterationStats(ReadIterationStats.Builder builderForValue)
Iteration stats describe how efficient the read is, e.g.
|
FullReadStatsView.Builder |
setReadIterationStats(ReadIterationStats value)
Iteration stats describe how efficient the read is, e.g.
|
FullReadStatsView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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.
|
FullReadStatsView.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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 clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public FullReadStatsView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public 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.GeneratedMessageV3.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 FullReadStatsViewOrBuilderpublic final FullReadStatsView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>public final FullReadStatsView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>Copyright © 2023 Google LLC. All rights reserved.