ListValue

com.google.protobuf.struct.Value$.Kind$.ListValue
final case class ListValue(value: ListValue) 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

Value members

Concrete methods

override def isListValue: Boolean

Attributes

Definition Classes
override def listValue: Option[ListValue]

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 isNullValue: 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 nullValue: Option[NullValue]

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