@SerialVersionUID(0L) final case class EnumValueDescriptorProto(name: Option[String], number: Option[Int], options: Option[EnumValueOptions], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[EnumValueDescriptorProto]
Describes a value within an enum.
Describes a value within an enum.
- Companion
- object
trait Updatable[EnumValueDescriptorProto]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
- Inherited from
- GeneratedMessage
Serializes the messgae and returns a ByteString containing its raw bytes
Serializes the messgae and returns a ByteString containing its raw bytes
- Inherited from
- GeneratedMessage
def update(ms: Lens[EnumValueDescriptorProto, EnumValueDescriptorProto] => () => EnumValueDescriptorProto*): EnumValueDescriptorProto
- Inherited from
- Updatable
Serializes the message into the given output stream
Serializes the message into the given output stream
- Inherited from
- GeneratedMessage