Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ExplainStats.
Pipeline explain stats.
Depending on the explain options in the original request, this can contain the optimized plan and / or execution stats.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::Google::Protobuf::Any-
(::Google::Protobuf::Any) — The format depends on the
output_formatoptions in the request.Currently there are two supported options:
TEXTandJSON. Both supply agoogle.protobuf.StringValue.
#data=
def data=(value) -> ::Google::Protobuf::Any-
value (::Google::Protobuf::Any) — The format depends on the
output_formatoptions in the request.Currently there are two supported options:
TEXTandJSON. Both supply agoogle.protobuf.StringValue.
-
(::Google::Protobuf::Any) — The format depends on the
output_formatoptions in the request.Currently there are two supported options:
TEXTandJSON. Both supply agoogle.protobuf.StringValue.