Unrecognized

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

Type members

Inherited types

type EnumType = Kind
Inherited from:
Kind

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
Kind
def index: Int
Inherited from:
UnrecognizedEnum
def isTypeBool: Boolean
Inherited from:
Kind
def isTypeBytes: Boolean
Inherited from:
Kind
def isTypeDouble: Boolean
Inherited from:
Kind
def isTypeEnum: Boolean
Inherited from:
Kind
def isTypeFixed32: Boolean
Inherited from:
Kind
def isTypeFixed64: Boolean
Inherited from:
Kind
def isTypeFloat: Boolean
Inherited from:
Kind
def isTypeGroup: Boolean
Inherited from:
Kind
def isTypeInt32: Boolean
Inherited from:
Kind
def isTypeInt64: Boolean
Inherited from:
Kind
def isTypeMessage: Boolean
Inherited from:
Kind
def isTypeSfixed32: Boolean
Inherited from:
Kind
def isTypeSfixed64: Boolean
Inherited from:
Kind
def isTypeSint32: Boolean
Inherited from:
Kind
def isTypeSint64: Boolean
Inherited from:
Kind
def isTypeString: Boolean
Inherited from:
Kind
def isTypeUint32: Boolean
Inherited from:
Kind
def isTypeUint64: Boolean
Inherited from:
Kind
def isTypeUnknown: Boolean
Inherited from:
Kind
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:
Kind