Uses of Class
com.google.datastore.v1.PropertyOrder.Direction
-
Packages that use PropertyOrder.Direction Package Description com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of PropertyOrder.Direction in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyOrder.Direction Modifier and Type Method Description static PropertyOrder.Direction
PropertyOrder.Direction. forNumber(int value)
PropertyOrder.Direction
PropertyOrder.Builder. getDirection()
The direction to order by.PropertyOrder.Direction
PropertyOrder. getDirection()
The direction to order by.PropertyOrder.Direction
PropertyOrderOrBuilder. getDirection()
The direction to order by.static PropertyOrder.Direction
PropertyOrder.Direction. valueOf(int value)
Deprecated.static PropertyOrder.Direction
PropertyOrder.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PropertyOrder.Direction
PropertyOrder.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyOrder.Direction[]
PropertyOrder.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type PropertyOrder.Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PropertyOrder.Direction>
PropertyOrder.Direction. internalGetValueMap()
Methods in com.google.datastore.v1 with parameters of type PropertyOrder.Direction Modifier and Type Method Description PropertyOrder.Builder
PropertyOrder.Builder. setDirection(PropertyOrder.Direction value)
The direction to order by. -
Uses of PropertyOrder.Direction in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client with parameters of type PropertyOrder.Direction Modifier and Type Method Description static PropertyOrder.Builder
DatastoreHelper. makeOrder(String property, PropertyOrder.Direction direction)
Make a sort order for use in a query.
-