Uses of Enum
com.google.spanner.v1.KeyRecipe.Part.Order
-
Uses of KeyRecipe.Part.Order in com.google.spanner.v1
Methods in com.google.spanner.v1 that return KeyRecipe.Part.OrderModifier and TypeMethodDescriptionstatic KeyRecipe.Part.OrderKeyRecipe.Part.Order.forNumber(int value) KeyRecipe.Part.Builder.getOrder()Whether the key column is sorted ascending or descending.KeyRecipe.Part.getOrder()Whether the key column is sorted ascending or descending.KeyRecipe.PartOrBuilder.getOrder()Whether the key column is sorted ascending or descending.static KeyRecipe.Part.OrderKeyRecipe.Part.Order.valueOf(int value) Deprecated.static KeyRecipe.Part.OrderKeyRecipe.Part.Order.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static KeyRecipe.Part.OrderReturns the enum constant of this type with the specified name.static KeyRecipe.Part.Order[]KeyRecipe.Part.Order.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.v1 that return types with arguments of type KeyRecipe.Part.OrderModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<KeyRecipe.Part.Order>KeyRecipe.Part.Order.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type KeyRecipe.Part.OrderModifier and TypeMethodDescriptionKeyRecipe.Part.Builder.setOrder(KeyRecipe.Part.Order value) Whether the key column is sorted ascending or descending.