Class: Google::Cloud::Bigtable::V2::SessionRequestStats
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::SessionRequestStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/session.rb
Overview
Internal usage only.
Instance Attribute Summary collapse
-
#backend_latency ⇒ ::Google::Protobuf::Duration
Backend (critical section) latency for the request.
Instance Attribute Details
#backend_latency ⇒ ::Google::Protobuf::Duration
Returns Backend (critical section) latency for the request.
575 576 577 578 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 575 class SessionRequestStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |