ListValue

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

Type members

Classlikes

class ListValueLens[UpperPB](_l: Lens[UpperPB, ListValue]) extends ObjectLens[UpperPB, ListValue]

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(values: Seq[Value]): ListValue
def parseFrom(`_input__`: CodedInputStream): ListValue

Inherited methods

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

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[ListValue]
def parseDelimitedFrom(input: CodedInputStream): Option[ListValue]
def parseFrom(s: Array[Byte]): ListValue
def parseFrom(input: InputStream): ListValue
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[ListValue]
def toByteArray(a: ListValue): Array[Byte]
def validate(s: Array[Byte]): Try[ListValue]
def validateAscii(s: String): Either[TextFormatError, ListValue]

Implicits