EnumValueDescriptorProto

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

Type members

Classlikes

class EnumValueDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, EnumValueDescriptorProto]) extends ObjectLens[UpperPB, EnumValueDescriptorProto]

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: EnumValueDescriptorProto): EnumValueDescriptorProto
def javaDescriptor: Descriptor
def of(name: Option[String], number: Option[Int], options: Option[EnumValueOptions]): EnumValueDescriptorProto
def parseFrom(`_input__`: CodedInputStream): EnumValueDescriptorProto
def toJavaProto(scalaPbSource: EnumValueDescriptorProto): EnumValueDescriptorProto

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def merge(a: EnumValueDescriptorProto, input: CodedInputStream): EnumValueDescriptorProto

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