Begin

com.google.spanner.v1.transaction.TransactionSelector.Selector.Begin
final case class Begin(value: TransactionOptions) extends Selector

Attributes

Source
TransactionSelector.scala
Graph
Supertypes
trait Selector
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 begin: Option[TransactionOptions]

Attributes

Definition Classes
Source
TransactionSelector.scala
override def isBegin: Boolean

Attributes

Definition Classes
Source
TransactionSelector.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
TransactionSelector.scala

Inherited methods

def id: Option[ByteString]

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def isDefined: Boolean

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def isEmpty: Boolean

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def isId: Boolean

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def isSingleUse: Boolean

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Selector
Source
TransactionSelector.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala