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