public enum Index.IndexField.Order extends Enum<Index.IndexField.Order> implements ProtocolMessageEnum
The supported orderings.
Protobuf enum google.firestore.admin.v1.Index.IndexField.Order
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ASCENDING | The field is ordered by ascending field value. |
ASCENDING_VALUE | The field is ordered by ascending field value. |
DESCENDING | The field is ordered by descending field value. |
DESCENDING_VALUE | The field is ordered by descending field value. |
ORDER_UNSPECIFIED | The ordering is unspecified. Not a valid option. |
ORDER_UNSPECIFIED_VALUE | The ordering is unspecified. Not a valid option. |
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() |