Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::RunQueryResponse.
The response for Datastore.RunQuery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#batch
def batch() -> ::Google::Cloud::Datastore::V1::QueryResultBatch
Returns
- (::Google::Cloud::Datastore::V1::QueryResultBatch) — A batch of query results (always present).
#batch=
def batch=(value) -> ::Google::Cloud::Datastore::V1::QueryResultBatch
Parameter
- value (::Google::Cloud::Datastore::V1::QueryResultBatch) — A batch of query results (always present).
Returns
- (::Google::Cloud::Datastore::V1::QueryResultBatch) — A batch of query results (always present).
#query
def query() -> ::Google::Cloud::Datastore::V1::Query
Returns
-
(::Google::Cloud::Datastore::V1::Query) — The parsed form of the
GqlQuery
from the request, if it was set.
#query=
def query=(value) -> ::Google::Cloud::Datastore::V1::Query
Parameter
-
value (::Google::Cloud::Datastore::V1::Query) — The parsed form of the
GqlQuery
from the request, if it was set.
Returns
-
(::Google::Cloud::Datastore::V1::Query) — The parsed form of the
GqlQuery
from the request, if it was set.