Kind

com.google.protobuf.struct.Value$.Kind
See theKind companion object
sealed trait Kind extends GeneratedOneof

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class BoolValue
object Empty.type
class ListValue
class NullValue

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
GeneratedOneof

Value members

Concrete methods

def boolValue: Option[Boolean]
def isBoolValue: Boolean
def isDefined: Boolean
def isEmpty: Boolean
def isListValue: Boolean
def isNullValue: Boolean
def isNumberValue: Boolean
def isStringValue: Boolean
def isStructValue: Boolean
def listValue: Option[ListValue]
def nullValue: Option[NullValue]
def numberValue: Option[Double]
def stringValue: Option[String]
def structValue: Option[Struct]

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def number: Int

Attributes

Inherited from:
GeneratedOneof
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Attributes

Inherited from:
GeneratedOneof
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof