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
#all_read_stats
def all_read_stats() -> ::Google::Cloud::Bigtable::V2::AllReadStats
Returns
- (::Google::Cloud::Bigtable::V2::AllReadStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
#all_read_stats=
def all_read_stats=(value) -> ::Google::Cloud::Bigtable::V2::AllReadStats
Parameter
- value (::Google::Cloud::Bigtable::V2::AllReadStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
Returns
- (::Google::Cloud::Bigtable::V2::AllReadStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
#read_efficiency_stats
def read_efficiency_stats() -> ::Google::Cloud::Bigtable::V2::ReadEfficiencyStats
Returns
- (::Google::Cloud::Bigtable::V2::ReadEfficiencyStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.
#read_efficiency_stats=
def read_efficiency_stats=(value) -> ::Google::Cloud::Bigtable::V2::ReadEfficiencyStats
Parameter
- value (::Google::Cloud::Bigtable::V2::ReadEfficiencyStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.
Returns
- (::Google::Cloud::Bigtable::V2::ReadEfficiencyStats) — Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.