Class FullReadStatsView.Builder (2.16.0)

public static final class FullReadStatsView.Builder extends GeneratedMessageV3.Builder<FullReadStatsView.Builder> implements FullReadStatsViewOrBuilder

FullReadStatsView captures all known information about a read.

Protobuf type google.bigtable.v2.FullReadStatsView

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FullReadStatsView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

build()

public FullReadStatsView build()
Returns
TypeDescription
FullReadStatsView

buildPartial()

public FullReadStatsView buildPartial()
Returns
TypeDescription
FullReadStatsView

clear()

public FullReadStatsView.Builder clear()
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FullReadStatsView.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FullReadStatsView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

clearReadIterationStats()

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;

Returns
TypeDescription
FullReadStatsView.Builder

clearRequestLatencyStats()

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;

Returns
TypeDescription
FullReadStatsView.Builder

clone()

public FullReadStatsView.Builder clone()
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

getDefaultInstanceForType()

public FullReadStatsView getDefaultInstanceForType()
Returns
TypeDescription
FullReadStatsView

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getReadIterationStats()

public 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;

Returns
TypeDescription
ReadIterationStats

The readIterationStats.

getReadIterationStatsBuilder()

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;

Returns
TypeDescription
ReadIterationStats.Builder

getReadIterationStatsOrBuilder()

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;

Returns
TypeDescription
ReadIterationStatsOrBuilder

getRequestLatencyStats()

public 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;

Returns
TypeDescription
RequestLatencyStats

The requestLatencyStats.

getRequestLatencyStatsBuilder()

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;

Returns
TypeDescription
RequestLatencyStats.Builder

getRequestLatencyStatsOrBuilder()

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;

Returns
TypeDescription
RequestLatencyStatsOrBuilder

hasReadIterationStats()

public 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;

Returns
TypeDescription
boolean

Whether the readIterationStats field is set.

hasRequestLatencyStats()

public 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;

Returns
TypeDescription
boolean

Whether the requestLatencyStats field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FullReadStatsView other)

public FullReadStatsView.Builder mergeFrom(FullReadStatsView other)
Parameter
NameDescription
otherFullReadStatsView
Returns
TypeDescription
FullReadStatsView.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FullReadStatsView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FullReadStatsView.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FullReadStatsView.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

mergeReadIterationStats(ReadIterationStats value)

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;

Parameter
NameDescription
valueReadIterationStats
Returns
TypeDescription
FullReadStatsView.Builder

mergeRequestLatencyStats(RequestLatencyStats value)

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;

Parameter
NameDescription
valueRequestLatencyStats
Returns
TypeDescription
FullReadStatsView.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FullReadStatsView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FullReadStatsView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

setReadIterationStats(ReadIterationStats value)

public 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;

Parameter
NameDescription
valueReadIterationStats
Returns
TypeDescription
FullReadStatsView.Builder

setReadIterationStats(ReadIterationStats.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueReadIterationStats.Builder
Returns
TypeDescription
FullReadStatsView.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FullReadStatsView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FullReadStatsView.Builder
Overrides

setRequestLatencyStats(RequestLatencyStats value)

public 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;

Parameter
NameDescription
valueRequestLatencyStats
Returns
TypeDescription
FullReadStatsView.Builder

setRequestLatencyStats(RequestLatencyStats.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueRequestLatencyStats.Builder
Returns
TypeDescription
FullReadStatsView.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final FullReadStatsView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FullReadStatsView.Builder
Overrides