StringValue

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

type ValueType = String

Value members

Concrete methods

override def isStringValue: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
override def stringValue: Option[String]

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 isNullValue: Boolean

Attributes

Inherited from:
Kind
def isNumberValue: Boolean

Attributes

Inherited from:
Kind
def isStructValue: Boolean

Attributes

Inherited from:
Kind
def listValue: Option[ListValue]

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 structValue: Option[Struct]

Attributes

Inherited from:
Kind
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof