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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data |
Google\Protobuf\Any
The format depends on the |
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 |
|