Package com.google.cloud.datastore
Class StructuredQuery.OrderBy.Direction
- java.lang.Object
-
- com.google.cloud.StringEnumValue
-
- com.google.cloud.datastore.StructuredQuery.OrderBy.Direction
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StructuredQuery.OrderBy
public static final class StructuredQuery.OrderBy.Direction extends com.google.cloud.StringEnumValue
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StructuredQuery.OrderBy.Direction
ASCENDING
static StructuredQuery.OrderBy.Direction
DESCENDING
-
-
-
Field Detail
-
ASCENDING
public static final StructuredQuery.OrderBy.Direction ASCENDING
-
DESCENDING
public static final StructuredQuery.OrderBy.Direction DESCENDING
-
-