EnumValueOptions

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

Type members

Classlikes

class EnumValueOptionsLens[UpperPB](_l: Lens[UpperPB, EnumValueOptions]) extends ObjectLens[UpperPB, EnumValueOptions]

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(`extends`: Seq[String], scalaName: Option[String], annotations: Seq[String]): EnumValueOptions
def parseFrom(`_input__`: CodedInputStream): EnumValueOptions

Inherited methods

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

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