Uses of Enum
com.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode
-
Uses of TransactionOptions.ReadWrite.ReadLockMode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TransactionOptions.ReadWrite.ReadLockModeModifier and TypeMethodDescriptionTransactionOptions.ReadWrite.ReadLockMode.forNumber(int value) TransactionOptions.ReadWrite.Builder.getReadLockMode()Read lock mode for the transaction.TransactionOptions.ReadWrite.getReadLockMode()Read lock mode for the transaction.TransactionOptions.ReadWriteOrBuilder.getReadLockMode()Read lock mode for the transaction.TransactionOptions.ReadWrite.ReadLockMode.valueOf(int value) Deprecated.TransactionOptions.ReadWrite.ReadLockMode.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.TransactionOptions.ReadWrite.ReadLockMode.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.ReadWrite.ReadLockModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TransactionOptions.ReadWrite.ReadLockMode>TransactionOptions.ReadWrite.ReadLockMode.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type TransactionOptions.ReadWrite.ReadLockModeModifier and TypeMethodDescriptionTransactionOptions.ReadWrite.Builder.setReadLockMode(TransactionOptions.ReadWrite.ReadLockMode value) Read lock mode for the transaction.