Reference documentation and code samples for the Cloud Datastore V1 Client class RunQueryResponse.
The response for Datastore.RunQuery .
Generated from protobuf message google.datastore.v1.RunQueryResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ batch
↳ query
getBatch
A batch of query results (always present).
Generated from protobuf field .google.datastore.v1.QueryResultBatch batch = 1;
hasBatch
clearBatch
setBatch
A batch of query results (always present).
Generated from protobuf field .google.datastore.v1.QueryResultBatch batch = 1;
$this
getQuery
The parsed form of the GqlQuery
from the request, if it was set.
Generated from protobuf field .google.datastore.v1.Query query = 2;
hasQuery
clearQuery
setQuery
The parsed form of the GqlQuery
from the request, if it was set.
Generated from protobuf field .google.datastore.v1.Query query = 2;
$this