EnumDescriptorProto

@SerialVersionUID(0L) final case class EnumDescriptorProto(name: Option[String], value: Seq[EnumValueDescriptorProto], options: Option[EnumOptions], reservedRange: Seq[EnumReservedRange], reservedName: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[EnumDescriptorProto]

Describes an enum type.

Value Params
reservedName

Reserved enum value names, which may not be reused. A given name may only be reserved once.

reservedRange

Range of reserved numeric values. Reserved numeric values may not be used by enum values in the same enum declaration. Reserved ranges may not overlap.

Companion
object
trait Updatable[EnumDescriptorProto]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def toByteArray: Array[Byte]

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
final def toByteString: ByteString

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
final def toPMessage: PMessage
Inherited from
GeneratedMessage
Inherited from
Updatable
final def writeDelimitedTo(output: OutputStream): Unit
Inherited from
GeneratedMessage
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Inherited from
GeneratedMessage