Transaction

com.google.firestore.v1.firestore.RunAggregationQueryRequest.ConsistencySelector.Transaction
final case class Transaction(value: ByteString) extends ConsistencySelector

Attributes

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

Members list

Type members

Types

type ValueType = ByteString

Value members

Concrete methods

override def isTransaction: Boolean

Attributes

Definition Classes
Source
RunAggregationQueryRequest.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
RunAggregationQueryRequest.scala
override def transaction: Option[ByteString]

Attributes

Definition Classes
Source
RunAggregationQueryRequest.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
ConsistencySelector
Source
RunAggregationQueryRequest.scala
def isEmpty: Boolean

Attributes

Inherited from:
ConsistencySelector
Source
RunAggregationQueryRequest.scala
def isNewTransaction: Boolean

Attributes

Inherited from:
ConsistencySelector
Source
RunAggregationQueryRequest.scala
def isReadTime: Boolean

Attributes

Inherited from:
ConsistencySelector
Source
RunAggregationQueryRequest.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readTime: Option[Timestamp]

Attributes

Inherited from:
ConsistencySelector
Source
RunAggregationQueryRequest.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala