Class: Google::Cloud::Bigtable::V2::RequestStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/request_stats.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#full_read_stats_view::Google::Cloud::Bigtable::V2::FullReadStatsView

Returns Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.

Returns:



97
98
99
100
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 97

class RequestStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end