MinReadTimestamp

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

Attributes

Source
TransactionOptions.scala
Graph
Supertypes
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 isMinReadTimestamp: Boolean

Attributes

Definition Classes
Source
TransactionOptions.scala
override def minReadTimestamp: Option[Timestamp]

Attributes

Definition Classes
Source
TransactionOptions.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
TransactionOptions.scala

Inherited methods

def exactStaleness: Option[Duration]

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def isDefined: Boolean

Attributes

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

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def isExactStaleness: Boolean

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def isMaxStaleness: Boolean

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def isReadTimestamp: Boolean

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def isStrong: Boolean

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def maxStaleness: Option[Duration]

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readTimestamp: Option[Timestamp]

Attributes

Inherited from:
TimestampBound
Source
TransactionOptions.scala
def strong: Option[Boolean]

Attributes

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

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala