FieldTransform

com.google.firestore.v1.write.DocumentTransform.FieldTransform
See theFieldTransform companion class
object FieldTransform extends GeneratedMessageCompanion[FieldTransform]

Attributes

Companion
class
Source
DocumentTransform.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FieldTransform]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

implicit class FieldTransformLens[UpperPB](_l: Lens[UpperPB, FieldTransform]) extends ObjectLens[UpperPB, FieldTransform]

Attributes

Source
DocumentTransform.scala
Supertypes
class ObjectLens[UpperPB, FieldTransform]
trait Lens[UpperPB, FieldTransform]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class ServerValue(val value: Int) extends GeneratedEnum

A value that is calculated by the server.

A value that is calculated by the server.

Attributes

Companion
object
Source
DocumentTransform.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ServerValue extends GeneratedEnumCompanion[ServerValue]

Attributes

Companion
class
Source
DocumentTransform.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[ServerValue]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object TransformType

Attributes

Companion
trait
Source
DocumentTransform.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TransformType extends GeneratedOneof

Attributes

Companion
object
Source
DocumentTransform.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Increment
class Maximum
class Minimum
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
DocumentTransform.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
DocumentTransform.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
DocumentTransform.scala
def of(fieldPath: String, transformType: TransformType): FieldTransform

Attributes

Source
DocumentTransform.scala
def parseFrom(`_input__`: CodedInputStream): FieldTransform

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
DocumentTransform.scala
def scalaDescriptor: Descriptor

Attributes

Source
DocumentTransform.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): FieldTransform

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: FieldTransform, input: CodedInputStream): FieldTransform

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[FieldTransform]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[FieldTransform]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): FieldTransform

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): FieldTransform

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[FieldTransform]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def toByteArray(a: FieldTransform): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[FieldTransform]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, FieldTransform]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
DocumentTransform.scala
final val INCREMENT_FIELD_NUMBER: 3

Attributes

Source
DocumentTransform.scala
final val MAXIMUM_FIELD_NUMBER: 4

Attributes

Source
DocumentTransform.scala
final val MINIMUM_FIELD_NUMBER: 5

Attributes

Source
DocumentTransform.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
DocumentTransform.scala

Implicits

Implicits

final implicit def FieldTransformLens[UpperPB](_l: Lens[UpperPB, FieldTransform]): FieldTransformLens[UpperPB]

Attributes

Source
DocumentTransform.scala
implicit def messageCompanion: GeneratedMessageCompanion[FieldTransform]

Attributes

Source
DocumentTransform.scala
implicit def messageReads: Reads[FieldTransform]

Attributes

Source
DocumentTransform.scala