public static enum PropertyOrder.Direction extends java.lang.Enum<PropertyOrder.Direction> implements ProtocolMessageEnum
The sort direction.Protobuf enum
google.datastore.v1.PropertyOrder.Direction
Enum Constant and Description |
---|
ASCENDING
Ascending.
|
DESCENDING
Descending.
|
DIRECTION_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ASCENDING_VALUE
Ascending.
|
static int |
DESCENDING_VALUE
Descending.
|
static int |
DIRECTION_UNSPECIFIED_VALUE
Unspecified.
|
Modifier and Type | Method and Description |
---|---|
static PropertyOrder.Direction |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<PropertyOrder.Direction> |
internalGetValueMap() |
static PropertyOrder.Direction |
valueOf(Descriptors.EnumValueDescriptor desc) |
static PropertyOrder.Direction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PropertyOrder.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyOrder.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyOrder.Direction DIRECTION_UNSPECIFIED
Unspecified. This value must not be used.
DIRECTION_UNSPECIFIED = 0;
public static final PropertyOrder.Direction ASCENDING
Ascending.
ASCENDING = 1;
public static final PropertyOrder.Direction DESCENDING
Descending.
DESCENDING = 2;
public static final PropertyOrder.Direction UNRECOGNIZED
public static final int DIRECTION_UNSPECIFIED_VALUE
Unspecified. This value must not be used.
DIRECTION_UNSPECIFIED = 0;
public static final int ASCENDING_VALUE
Ascending.
ASCENDING = 1;
public static final int DESCENDING_VALUE
Descending.
DESCENDING = 2;
public static PropertyOrder.Direction[] values()
for (PropertyOrder.Direction c : PropertyOrder.Direction.values()) System.out.println(c);
public static PropertyOrder.Direction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static PropertyOrder.Direction valueOf(int value)
forNumber(int)
instead.public static PropertyOrder.Direction forNumber(int value)
public static Internal.EnumLiteMap<PropertyOrder.Direction> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static PropertyOrder.Direction valueOf(Descriptors.EnumValueDescriptor desc)