Uses of Interface
com.google.datastore.v1.PropertyOrderOrBuilder
-
Packages that use PropertyOrderOrBuilder Package Description com.google.datastore.v1 -
-
Uses of PropertyOrderOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement PropertyOrderOrBuilder Modifier and Type Class Description classPropertyOrderThe desired order for a specific property.static classPropertyOrder.BuilderThe desired order for a specific property.Methods in com.google.datastore.v1 that return PropertyOrderOrBuilder Modifier and Type Method Description PropertyOrderOrBuilderQuery.Builder. getOrderOrBuilder(int index)The order to apply to the query results (if empty, order is unspecified).PropertyOrderOrBuilderQuery. getOrderOrBuilder(int index)The order to apply to the query results (if empty, order is unspecified).PropertyOrderOrBuilderQueryOrBuilder. getOrderOrBuilder(int index)The order to apply to the query results (if empty, order is unspecified).Methods in com.google.datastore.v1 that return types with arguments of type PropertyOrderOrBuilder Modifier and Type Method Description List<? extends PropertyOrderOrBuilder>Query.Builder. getOrderOrBuilderList()The order to apply to the query results (if empty, order is unspecified).List<? extends PropertyOrderOrBuilder>Query. getOrderOrBuilderList()The order to apply to the query results (if empty, order is unspecified).List<? extends PropertyOrderOrBuilder>QueryOrBuilder. getOrderOrBuilderList()The order to apply to the query results (if empty, order is unspecified).
-