Uses of Enum
com.google.spanner.v1.KeyRecipe.Part.NullOrder
-
Uses of KeyRecipe.Part.NullOrder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return KeyRecipe.Part.NullOrderModifier and TypeMethodDescriptionstatic KeyRecipe.Part.NullOrderKeyRecipe.Part.NullOrder.forNumber(int value) KeyRecipe.Part.Builder.getNullOrder()How NULLs are represented in the encoded key part.KeyRecipe.Part.getNullOrder()How NULLs are represented in the encoded key part.KeyRecipe.PartOrBuilder.getNullOrder()How NULLs are represented in the encoded key part.static KeyRecipe.Part.NullOrderKeyRecipe.Part.NullOrder.valueOf(int value) Deprecated.static KeyRecipe.Part.NullOrderKeyRecipe.Part.NullOrder.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static KeyRecipe.Part.NullOrderReturns the enum constant of this type with the specified name.static KeyRecipe.Part.NullOrder[]KeyRecipe.Part.NullOrder.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.NullOrderModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<KeyRecipe.Part.NullOrder>KeyRecipe.Part.NullOrder.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type KeyRecipe.Part.NullOrderModifier and TypeMethodDescriptionKeyRecipe.Part.Builder.setNullOrder(KeyRecipe.Part.NullOrder value) How NULLs are represented in the encoded key part.