Cloud Firestore V1 Client - Class ExplainStats (2.0.1-RC1)

Reference documentation and code samples for the Cloud Firestore V1 Client class ExplainStats.

Pipeline explain stats.

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

Generated from protobuf message google.firestore.v1.ExplainStats

Namespace

Google \ Cloud \ Firestore \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data 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.

getData

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
Type Description
Google\Protobuf\Any|null

hasData

clearData

setData

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.

Parameter
Name Description
var Google\Protobuf\Any
Returns
Type Description
$this