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.DirectionPropertyOrder.Direction. forNumber(int value)PropertyOrder.DirectionPropertyOrder.Builder. getDirection()The direction to order by.PropertyOrder.DirectionPropertyOrder. getDirection()The direction to order by.PropertyOrder.DirectionPropertyOrderOrBuilder. getDirection()The direction to order by.static PropertyOrder.DirectionPropertyOrder.Direction. valueOf(int value)Deprecated.static PropertyOrder.DirectionPropertyOrder.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PropertyOrder.DirectionPropertyOrder.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.BuilderPropertyOrder.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.BuilderDatastoreHelper. makeOrder(String property, PropertyOrder.Direction direction)Make a sort order for use in a query.
-