public enum BundledQuery.LimitType extends Enum<BundledQuery.LimitType> implements ProtocolMessageEnum
If the query is a limit query, should the limit be applied to the beginning or the end of results.
Protobuf enum google.firestore.bundle.BundledQuery.LimitType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FIRST |
|
FIRST_VALUE |
|
LAST |
|
LAST_VALUE |
|
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() |