Package com.google.bigtable.v2
Interface RequestStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestStats,RequestStats.Builder
public interface RequestStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAvailable with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.booleanAvailable with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFullReadStatsView
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:
- Whether the fullReadStatsView field is set.
-
getFullReadStatsView
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:
- The fullReadStatsView.
-
getFullReadStatsViewOrBuilder
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; -
getStatsViewCase
RequestStats.StatsViewCase getStatsViewCase()
-