Class: Google::Cloud::Firestore::V1::ExplainStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/explain_stats.rb

Overview

Pipeline explain stats.

Depending on the explain options in the original request, this can contain the optimized plan and / or execution stats.

Instance Attribute Summary collapse

Instance Attribute Details

#data::Google::Protobuf::Any



34
35
36
37
# File 'proto_docs/google/firestore/v1/explain_stats.rb', line 34

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