NullValue

com.google.protobuf.struct.Value.Kind.NullValue
final case class NullValue(value: NullValue) extends Kind

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override def isNullValue: Boolean

Attributes

Definition Classes
override def nullValue: Option[NullValue]

Attributes

Definition Classes
override def number: Int

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 isNumberValue: 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 numberValue: Option[Double]

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