Enum BundledQuery.LimitType (3.3.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
FIRST

FIRST = 0;

FIRST_VALUE

FIRST = 0;

LAST

LAST = 1;

LAST_VALUE

LAST = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()