Interface RequestStatsOrBuilder (2.17.1)

public interface RequestStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullReadStatsView()

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

Returns
TypeDescription
FullReadStatsView

The fullReadStatsView.

getFullReadStatsViewOrBuilder()

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

Returns
TypeDescription
FullReadStatsViewOrBuilder

getStatsViewCase()

public abstract RequestStats.StatsViewCase getStatsViewCase()
Returns
TypeDescription
RequestStats.StatsViewCase

hasFullReadStatsView()

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

Returns
TypeDescription
boolean

Whether the fullReadStatsView field is set.