EnumValue

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

Type members

Classlikes

class EnumValueLens[UpperPB](_l: Lens[UpperPB, EnumValue]) extends ObjectLens[UpperPB, EnumValue]

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(name: String, number: Int, options: Seq[OptionProto]): EnumValue
def parseFrom(`_input__`: CodedInputStream): EnumValue

Inherited methods

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

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

Implicits