TransactionId

com.google.spanner.v1.spanner.CommitRequest.Transaction.TransactionId
final case class TransactionId(value: ByteString) 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

type ValueType = ByteString

Attributes

Source
CommitRequest.scala

Value members

Concrete methods

override def isTransactionId: Boolean

Attributes

Definition Classes
Source
CommitRequest.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
CommitRequest.scala
override def transactionId: Option[ByteString]

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 isSingleUseTransaction: Boolean

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala