ResponseType

com.google.firestore.v1.firestore.ListenResponse.ResponseType
See theResponseType companion object
sealed trait ResponseType extends GeneratedOneof

Attributes

Companion
object
Source
ListenResponse.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class Filter
class TargetChange
Show all

Members list

Type members

Inherited types

type ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

Attributes

Source
ListenResponse.scala

Attributes

Source
ListenResponse.scala

Attributes

Source
ListenResponse.scala
def filter: Option[ExistenceFilter]

Attributes

Source
ListenResponse.scala
def isDefined: Boolean

Attributes

Source
ListenResponse.scala
def isDocumentChange: Boolean

Attributes

Source
ListenResponse.scala
def isDocumentDelete: Boolean

Attributes

Source
ListenResponse.scala
def isDocumentRemove: Boolean

Attributes

Source
ListenResponse.scala
def isEmpty: Boolean

Attributes

Source
ListenResponse.scala
def isFilter: Boolean

Attributes

Source
ListenResponse.scala
def isTargetChange: Boolean

Attributes

Source
ListenResponse.scala
def targetChange: Option[TargetChange]

Attributes

Source
ListenResponse.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def number: Int

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def value: ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala