Id

com.google.spanner.v1.transaction.TransactionSelector.Selector.Id
final case class Id(value: ByteString) 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

type ValueType = ByteString

Attributes

Source
TransactionSelector.scala

Value members

Concrete methods

override def id: Option[ByteString]

Attributes

Definition Classes
Source
TransactionSelector.scala
override def isId: Boolean

Attributes

Definition Classes
Source
TransactionSelector.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
TransactionSelector.scala

Inherited methods

def begin: Option[TransactionOptions]

Attributes

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

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 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