Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::ExplainStats (v2.3.0)

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
Returns
  • (::Google::Protobuf::Any) — The format depends on the output_format options in the request.

    Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.

#data=

def data=(value) -> ::Google::Protobuf::Any
Parameter
  • value (::Google::Protobuf::Any) — The format depends on the output_format options in the request.

    Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.

Returns
  • (::Google::Protobuf::Any) — The format depends on the output_format options in the request.

    Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.