Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::RequestStats.
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, there are the following supported methods:
- google.bigtable.v2.ReadRows
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#full_read_stats_view
def full_read_stats_view() -> ::Google::Cloud::Bigtable::V2::FullReadStatsView
Returns
- (::Google::Cloud::Bigtable::V2::FullReadStatsView) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
#full_read_stats_view=
def full_read_stats_view=(value) -> ::Google::Cloud::Bigtable::V2::FullReadStatsView
Parameter
- value (::Google::Cloud::Bigtable::V2::FullReadStatsView) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
Returns
- (::Google::Cloud::Bigtable::V2::FullReadStatsView) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.