Kind

sealed trait Kind extends GeneratedOneof
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type ValueType
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
Inherited from
Equals
def number: Int
Inherited from
GeneratedOneof
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
Inherited from
GeneratedOneof
def valueOption: Option[ValueType]
Inherited from
GeneratedOneof