Enum

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

Type members

Classlikes

class EnumLens[UpperPB](_l: Lens[UpperPB, Enum]) extends ObjectLens[UpperPB, Enum]

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: Enum): Enum
def javaDescriptor: Descriptor
def of(name: String, enumvalue: Seq[EnumValue], options: Seq[OptionProto], sourceContext: Option[SourceContext], syntax: Syntax): Enum
def parseFrom(`_input__`: CodedInputStream): Enum
def toJavaProto(scalaPbSource: Enum): Enum

Inherited methods

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

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

Implicits