Uses of Enum
com.google.spanner.v1.TransactionOptions.IsolationLevel
-
Uses of TransactionOptions.IsolationLevel in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TransactionOptions.IsolationLevelModifier and TypeMethodDescriptionTransactionOptions.IsolationLevel.forNumber(int value) TransactionOptions.Builder.getIsolationLevel()Isolation level for the transaction.TransactionOptions.getIsolationLevel()Isolation level for the transaction.TransactionOptionsOrBuilder.getIsolationLevel()Isolation level for the transaction.TransactionOptions.IsolationLevel.valueOf(int value) Deprecated.TransactionOptions.IsolationLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static TransactionOptions.IsolationLevel[]TransactionOptions.IsolationLevel.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 TransactionOptions.IsolationLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TransactionOptions.IsolationLevel>TransactionOptions.IsolationLevel.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type TransactionOptions.IsolationLevelModifier and TypeMethodDescriptionTransactionOptions.Builder.setIsolationLevel(TransactionOptions.IsolationLevel value) Isolation level for the transaction.