| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.direction()
Deprecated.
|
StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.getDirection()
Returns the order's direction.
|
static StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQuery.OrderBy.Direction[] |
StructuredQuery.OrderBy.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StructuredQuery.OrderBy(String property,
StructuredQuery.OrderBy.Direction direction) |
Copyright © 2016 Google. All rights reserved.