NamePart

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[NamePart, NamePart]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class NamePartLens[UpperPB](_l: Lens[UpperPB, NamePart]) extends ObjectLens[UpperPB, NamePart]

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 fromJavaProto(javaPbSource: NamePart): NamePart
def javaDescriptor: Descriptor
def of(namePart: String, isExtension: Boolean): NamePart
def parseFrom(`_input__`: CodedInputStream): NamePart
def toJavaProto(scalaPbSource: NamePart): NamePart

Inherited methods

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

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

Implicits