AppendMissingElements

com.google.firestore.v1.write.DocumentTransform.FieldTransform.TransformType.AppendMissingElements
final case class AppendMissingElements(value: ArrayValue) extends TransformType

Attributes

Source
DocumentTransform.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
DocumentTransform.scala

Value members

Concrete methods

override def appendMissingElements: Option[ArrayValue]

Attributes

Definition Classes
Source
DocumentTransform.scala
override def isAppendMissingElements: Boolean

Attributes

Definition Classes
Source
DocumentTransform.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
DocumentTransform.scala

Inherited methods

def increment: Option[Value]

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isDefined: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isEmpty: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isIncrement: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isMaximum: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isMinimum: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isRemoveAllFromArray: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def isSetToServerValue: Boolean

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def maximum: Option[Value]

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def minimum: Option[Value]

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala

Attributes

Inherited from:
TransformType
Source
DocumentTransform.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala