Package | Description |
---|---|
com.google.datastore.v1 | |
com.google.datastore.v1.client |
Modifier and Type | Method and Description |
---|---|
static PropertyOrder.Direction |
PropertyOrder.Direction.forNumber(int value) |
PropertyOrder.Direction |
PropertyOrderOrBuilder.getDirection()
The direction to order by.
|
PropertyOrder.Direction |
PropertyOrder.getDirection()
The direction to order by.
|
PropertyOrder.Direction |
PropertyOrder.Builder.getDirection()
The direction to order by.
|
static PropertyOrder.Direction |
PropertyOrder.Direction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PropertyOrder.Direction |
PropertyOrder.Direction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PropertyOrder.Direction> |
PropertyOrder.Direction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PropertyOrder.Builder |
PropertyOrder.Builder.setDirection(PropertyOrder.Direction value)
The direction to order by.
|
Modifier and Type | Method and Description |
---|---|
static PropertyOrder.Builder |
DatastoreHelper.makeOrder(String property,
PropertyOrder.Direction direction)
Make a sort order for use in a query.
|
Copyright © 2023 Google LLC. All rights reserved.