TimestampValue

com.google.firestore.v1.document.Value.ValueTypeOneof.TimestampValue
final case class TimestampValue(value: Timestamp) extends ValueTypeOneof

Attributes

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

Value members

Concrete methods

override def isTimestampValue: Boolean

Attributes

Definition Classes
Source
Value.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Value.scala
override def timestampValue: Option[Timestamp]

Attributes

Definition Classes
Source
Value.scala

Inherited methods

def arrayValue: Option[ArrayValue]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def booleanValue: Option[Boolean]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def bytesValue: Option[ByteString]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def doubleValue: Option[Double]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def geoPointValue: Option[LatLng]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def integerValue: Option[Long]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isArrayValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isBooleanValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isBytesValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isDefined: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isDoubleValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isEmpty: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isGeoPointValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isIntegerValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isMapValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isNullValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isReferenceValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def isStringValue: Boolean

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def mapValue: Option[MapValue]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def nullValue: Option[NullValue]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def referenceValue: Option[String]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def stringValue: Option[String]

Attributes

Inherited from:
ValueTypeOneof
Source
Value.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala