Class: Google::Cloud::Firestore::V1::ExplainMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::ExplainMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query_profile.rb
Overview
Explain metrics for the query.
Instance Attribute Summary collapse
-
#execution_stats ⇒ ::Google::Cloud::Firestore::V1::ExecutionStats
Aggregated stats from the execution of the query.
-
#plan_summary ⇒ ::Google::Cloud::Firestore::V1::PlanSummary
Planning phase information for the query.
Instance Attribute Details
#execution_stats ⇒ ::Google::Cloud::Firestore::V1::ExecutionStats
Returns Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
48 49 50 51 |
# File 'proto_docs/google/firestore/v1/query_profile.rb', line 48 class ExplainMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#plan_summary ⇒ ::Google::Cloud::Firestore::V1::PlanSummary
Returns Planning phase information for the query.
48 49 50 51 |
# File 'proto_docs/google/firestore/v1/query_profile.rb', line 48 class ExplainMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |