BooleanValue

com.google.firestore.v1.document.Value.ValueTypeOneof.BooleanValue
final case class BooleanValue(value: Boolean) 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

type ValueType = Boolean

Attributes

Source
Value.scala

Value members

Concrete methods

override def booleanValue: Option[Boolean]

Attributes

Definition Classes
Source
Value.scala
override def isBooleanValue: Boolean

Attributes

Definition Classes
Source
Value.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Value.scala

Inherited methods

def arrayValue: Option[ArrayValue]

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 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 isTimestampValue: 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 timestampValue: Option[Timestamp]

Attributes

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

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala