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 class
PropertyOrder
The desired order for a specific property.static class
PropertyOrder.Builder
The desired order for a specific property.Methods in com.google.datastore.v1 that return PropertyOrderOrBuilder Modifier and Type Method Description PropertyOrderOrBuilder
Query.Builder. getOrderOrBuilder(int index)
The order to apply to the query results (if empty, order is unspecified).PropertyOrderOrBuilder
Query. getOrderOrBuilder(int index)
The order to apply to the query results (if empty, order is unspecified).PropertyOrderOrBuilder
QueryOrBuilder. 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).
-