Class: Google::Cloud::Firestore::V1::ExplainMetrics

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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