Uses of Class
com.google.cloud.datastore.AggregationQuery.Mode
-
Packages that use AggregationQuery.Mode Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of AggregationQuery.Mode in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return AggregationQuery.Mode Modifier and Type Method Description AggregationQuery.ModeAggregationQuery. getMode()Returns theAggregationQuery.Modefor this query.static AggregationQuery.ModeAggregationQuery.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationQuery.Mode[]AggregationQuery.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-