Uses of Enum
com.google.firestore.v1.StructuredQuery.Direction
-
Uses of StructuredQuery.Direction in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.DirectionModifier and TypeMethodDescriptionstatic StructuredQuery.DirectionStructuredQuery.Direction.forNumber(int value) StructuredQuery.Order.Builder.getDirection()The direction to order by.StructuredQuery.Order.getDirection()The direction to order by.StructuredQuery.OrderOrBuilder.getDirection()The direction to order by.static StructuredQuery.DirectionStructuredQuery.Direction.valueOf(int value) Deprecated.static StructuredQuery.DirectionStructuredQuery.Direction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static StructuredQuery.DirectionReturns the enum constant of this type with the specified name.static StructuredQuery.Direction[]StructuredQuery.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.v1 that return types with arguments of type StructuredQuery.DirectionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.Direction>StructuredQuery.Direction.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.DirectionModifier and TypeMethodDescriptionStructuredQuery.Order.Builder.setDirection(StructuredQuery.Direction value) The direction to order by.