Kind

io.bidmachine.protobuf.inference.v1.TypedValue.Kind
See theKind companion object
sealed trait Kind extends GeneratedOneof

Attributes

Companion
object
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BoolValue
class DoubleArray
class DoubleValue
object Empty
class FloatArray
class Int64Array
class Int64Array2D
class IntValue
class MapValue
class StringArray
class StringValue
Show all

Members list

Type members

Inherited and Abstract types

type ValueType

Attributes

Inherited from:
GeneratedOneof

Value members

Concrete methods

def boolValue: Option[Boolean]
def doubleArray: Option[DoubleArray]
def doubleValue: Option[Double]
def floatArray: Option[FloatArray]
def int64Array: Option[Int64Array]
def int64Array2D: Option[Int64Array2D]
def intValue: Option[Long]
def isBoolValue: Boolean
def isDefined: Boolean
def isDoubleArray: Boolean
def isDoubleValue: Boolean
def isEmpty: Boolean
def isFloatArray: Boolean
def isInt64Array: Boolean
def isInt64Array2D: Boolean
def isIntValue: Boolean
def isMapValue: Boolean
def isStringArray: Boolean
def isStringValue: Boolean
def mapValue: Option[TypedValueMap]
def stringArray: Option[StringArray]
def stringValue: Option[String]

Inherited methods

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
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof

Inherited and Abstract 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 value: ValueType

Attributes

Inherited from:
GeneratedOneof