ReadOnly

com.google.spanner.v1.transaction.TransactionOptions.Mode.ReadOnly
final case class ReadOnly(value: ReadOnly) extends Mode

Attributes

Source
TransactionOptions.scala
Graph
Supertypes
trait Mode
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Attributes

Source
TransactionOptions.scala

Value members

Concrete methods

override def isReadOnly: Boolean

Attributes

Definition Classes
Source
TransactionOptions.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
TransactionOptions.scala
override def readOnly: Option[ReadOnly]

Attributes

Definition Classes
Source
TransactionOptions.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isEmpty: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isPartitionedDml: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isReadWrite: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readWrite: Option[ReadWrite]

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala