Reference documentation and code samples for the Cloud Datastore V1 Client class QueryPlan.
Plan for the query.
Generated from protobuf message google.datastore.v1.QueryPlan
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ plan_info
Google\Protobuf\Struct
Planning phase information for the query. It will include: { "indexes_used": [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ] }
getPlanInfo
Planning phase information for the query. It will include: { "indexes_used": [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ] }
hasPlanInfo
clearPlanInfo
setPlanInfo
Planning phase information for the query. It will include: { "indexes_used": [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ] }
$this