Value

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

object Kind
Companion
class
sealed
trait Kind extends GeneratedOneof
Companion
object
implicit
class ValueLens[UpperPB](_l: Lens[UpperPB, Value]) extends ObjectLens[UpperPB, Value]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(kind: Kind): Value
def parseFrom(`_input__`: CodedInputStream): Value

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Value
def merge(a: Value, input: CodedInputStream): Value

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Value]
def parseDelimitedFrom(input: CodedInputStream): Option[Value]
def parseFrom(s: Array[Byte]): Value
def parseFrom(input: InputStream): Value
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Value]
def toByteArray(a: Value): Array[Byte]
def validate(s: Array[Byte]): Try[Value]
def validateAscii(s: String): Either[TextFormatError, Value]

Implicits

Implicits

final implicit
def ValueLens[UpperPB](_l: Lens[UpperPB, Value]): ValueLens[UpperPB]
implicit