Uses of Class
com.google.cloud.datastore.ReadOption.QueryConfig
Packages that use ReadOption.QueryConfig
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of ReadOption.QueryConfig in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ReadOption.QueryConfigModifier and TypeMethodDescriptionstatic <Q extends Query<?>>
ReadOption.QueryConfig<Q>ReadOption.QueryConfig.create(Q query, ExplainOptions explainOptions) static <Q extends Query<?>>
ReadOption.QueryConfig<Q>ReadOption.QueryConfig.create(Q query, ExplainOptions explainOptions, List<ReadOption> readOptions) -
Uses of ReadOption.QueryConfig in com.google.cloud.datastore.execution.request
Methods in com.google.cloud.datastore.execution.request with parameters of type ReadOption.QueryConfigModifier and TypeMethodDescriptionAggregationQueryRequestProtoPreparer.prepare(ReadOption.QueryConfig<AggregationQuery> queryConfig)