Interface TransactionOptions.ReadWriteOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TransactionOptions.ReadWrite.ReadLockMode getReadLockMode()
      Read lock mode for the transaction.
      int getReadLockModeValue()
      Read lock mode for the transaction.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getReadLockModeValue

        int getReadLockModeValue()
         Read lock mode for the transaction.
         
        .google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;
        Returns:
        The enum numeric value on the wire for readLockMode.
      • getReadLockMode

        TransactionOptions.ReadWrite.ReadLockMode getReadLockMode()
         Read lock mode for the transaction.
         
        .google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;
        Returns:
        The readLockMode.