Collection

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

Type members

Classlikes

class CollectionLens[UpperPB](_l: Lens[UpperPB, Collection]) extends ObjectLens[UpperPB, Collection]

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(`type`: Option[String], nonEmpty: Option[Boolean], adapter: Option[String]): Collection
def parseFrom(`_input__`: CodedInputStream): Collection

Inherited methods

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

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

Implicits