public interface RequestStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
FullReadStatsViewOrBuilder |
getStatsViewCase()
public abstract RequestStats.StatsViewCase getStatsViewCase()
Type | Description |
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;
Type | Description |
boolean | Whether the fullReadStatsView field is set. |