FieldsEntry

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

Type members

Classlikes

class FieldsEntryLens[UpperPB](_l: Lens[UpperPB, FieldsEntry]) extends ObjectLens[UpperPB, FieldsEntry]

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(key: String, value: Option[Value]): FieldsEntry
def parseFrom(`_input__`: CodedInputStream): FieldsEntry

Inherited methods

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

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

Implicits

Implicits

@transient
implicit val keyValueMapper: TypeMapper[FieldsEntry, (String, Value)]