public enum Index.Direction extends Enum<Index.Direction> implements ProtocolMessageEnum
The direction determines how a property is indexed.
Protobuf enum google.datastore.admin.v1.Index.Direction
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ASCENDING |
The property's values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =. |
ASCENDING_VALUE |
The property's values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =. |
DESCENDING |
The property's values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =. |
DESCENDING_VALUE |
The property's values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =. |
DIRECTION_UNSPECIFIED |
The direction is unspecified. |
DIRECTION_UNSPECIFIED_VALUE |
The direction is unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |