Transform

com.google.firestore.v1.write.Write.Operation.Transform
final case class Transform(value: DocumentTransform) extends Operation

Attributes

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

Members list

Type members

Types

Attributes

Source
Write.scala

Value members

Concrete methods

override def isTransform: Boolean

Attributes

Definition Classes
Source
Write.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Write.scala
override def transform: Option[DocumentTransform]

Attributes

Definition Classes
Source
Write.scala

Inherited methods

def delete: Option[String]

Attributes

Inherited from:
Operation
Source
Write.scala
def isDefined: Boolean

Attributes

Inherited from:
Operation
Source
Write.scala
def isDelete: Boolean

Attributes

Inherited from:
Operation
Source
Write.scala
def isEmpty: Boolean

Attributes

Inherited from:
Operation
Source
Write.scala
def isUpdate: Boolean

Attributes

Inherited from:
Operation
Source
Write.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def update: Option[Document]

Attributes

Inherited from:
Operation
Source
Write.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala