SingleUseTransaction

com.google.spanner.v1.spanner.CommitRequest.Transaction.SingleUseTransaction
final case class SingleUseTransaction(value: TransactionOptions) extends Transaction

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override def isSingleUseTransaction: Boolean

Attributes

Definition Classes
Source
CommitRequest.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
CommitRequest.scala

Attributes

Definition Classes
Source
CommitRequest.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Transaction
Source
CommitRequest.scala
def isEmpty: Boolean

Attributes

Inherited from:
Transaction
Source
CommitRequest.scala
def isTransactionId: Boolean

Attributes

Inherited from:
Transaction
Source
CommitRequest.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def transactionId: Option[ByteString]

Attributes

Inherited from:
Transaction
Source
CommitRequest.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala