TargetChange

com.google.firestore.v1.firestore.ListenResponse.ResponseType.TargetChange
final case class TargetChange(value: TargetChange) extends ResponseType

Attributes

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

Members list

Type members

Types

Attributes

Source
ListenResponse.scala

Value members

Concrete methods

override def isTargetChange: Boolean

Attributes

Definition Classes
Source
ListenResponse.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ListenResponse.scala
override def targetChange: Option[TargetChange]

Attributes

Definition Classes
Source
ListenResponse.scala

Inherited methods

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def filter: Option[ExistenceFilter]

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isDefined: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isDocumentChange: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isDocumentDelete: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isDocumentRemove: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isEmpty: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def isFilter: Boolean

Attributes

Inherited from:
ResponseType
Source
ListenResponse.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala