Unrecognized

final case class Unrecognized(unrecognizedValue: Int) extends Label with UnrecognizedEnum
class Label
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from:
Label

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
Label
def index: Int
Inherited from:
UnrecognizedEnum
def isLabelOptional: Boolean
Inherited from:
Label
def isLabelRepeated: Boolean
Inherited from:
Label
def isLabelRequired: Boolean
Inherited from:
Label
override def isUnrecognized: Boolean
Definition Classes
Inherited from:
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
UnrecognizedEnum
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
GeneratedEnum

Inherited fields

val value: Int
Inherited from:
Label