StructuredQuery

com.google.firestore.v1.firestore.Target.QueryTarget.QueryType.StructuredQuery
final case class StructuredQuery(value: StructuredQuery) extends QueryType

Attributes

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

Members list

Type members

Types

Attributes

Source
Target.scala

Value members

Concrete methods

override def isStructuredQuery: Boolean

Attributes

Definition Classes
Source
Target.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Target.scala
override def structuredQuery: Option[StructuredQuery]

Attributes

Definition Classes
Source
Target.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
QueryType
Source
Target.scala
def isEmpty: Boolean

Attributes

Inherited from:
QueryType
Source
Target.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