Package com.google.cloud.datastore
Interface RecordQuery<V>
- All Known Implementing Classes:
EntityQuery,GqlQuery,KeyQuery,ProjectionEntityQuery,StructuredQuery
@InternalApi
public interface RecordQuery<V>
An internal marker interface to represent
Query that returns the entity records.-
Method Summary
Modifier and TypeMethodDescriptiongetType()nextQuery(RunQueryResponse responsePb) voidpopulatePb(RunQueryRequest.Builder requestPb)
-
Method Details
-
getType
-
populatePb
-
nextQuery
-