NumberValue

com.google.protobuf.struct.Value$.Kind$.NumberValue
final case class NumberValue(value: Double) extends Kind

Attributes

Graph
Supertypes
trait Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type ValueType = Double

Value members

Concrete methods

override def isNumberValue: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
override def numberValue: Option[Double]

Attributes

Definition Classes

Inherited methods

def boolValue: Option[Boolean]

Attributes

Inherited from:
Kind
def isBoolValue: Boolean

Attributes

Inherited from:
Kind
def isDefined: Boolean

Attributes

Inherited from:
Kind
def isEmpty: Boolean

Attributes

Inherited from:
Kind
def isListValue: Boolean

Attributes

Inherited from:
Kind
def isNullValue: Boolean

Attributes

Inherited from:
Kind
def isStringValue: Boolean

Attributes

Inherited from:
Kind
def isStructValue: Boolean

Attributes

Inherited from:
Kind
def listValue: Option[ListValue]

Attributes

Inherited from:
Kind
def nullValue: Option[NullValue]

Attributes

Inherited from:
Kind
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stringValue: Option[String]

Attributes

Inherited from:
Kind
def structValue: Option[Struct]

Attributes

Inherited from:
Kind
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof