public static enum PropertyOrder.Direction extends Enum<PropertyOrder.Direction> implements com.google.protobuf.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 com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PropertyOrder.Direction> |
internalGetValueMap() |
static PropertyOrder.Direction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PropertyOrder.Direction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PropertyOrder.Direction |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static PropertyOrder.Direction valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static PropertyOrder.Direction forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PropertyOrder.Direction> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PropertyOrder.Direction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.