public enum ReadRequest.OrderBy extends Enum<ReadRequest.OrderBy> implements ProtocolMessageEnum
An option to control the order in which rows are returned from a read.
Protobuf enum google.spanner.v1.ReadRequest.OrderBy
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ORDER_BY_NO_ORDER |
Read rows are returned in any order. |
ORDER_BY_NO_ORDER_VALUE |
Read rows are returned in any order. |
ORDER_BY_PRIMARY_KEY |
Read rows are returned in primary key order. In the event that this option is used in conjunction with the
|
ORDER_BY_PRIMARY_KEY_VALUE |
Read rows are returned in primary key order. In the event that this option is used in conjunction with the
|
ORDER_BY_UNSPECIFIED |
Default value. ORDER_BY_UNSPECIFIED is equivalent to ORDER_BY_PRIMARY_KEY. |
ORDER_BY_UNSPECIFIED_VALUE |
Default value. ORDER_BY_UNSPECIFIED is equivalent to ORDER_BY_PRIMARY_KEY. |
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() |