Unrecognized

com.google.protobuf.`type`.Field.Kind.Unrecognized
final case class Unrecognized(unrecognizedValue: Int) extends Kind, UnrecognizedEnum

Attributes

Graph
Supertypes
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type EnumType = Kind

Attributes

Inherited from:
Kind

Attributes

Inherited from:
Kind

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Kind

Attributes

Inherited from:
Kind
def index: Int

Attributes

Inherited from:
UnrecognizedEnum
def isTypeBool: Boolean

Attributes

Inherited from:
Kind
def isTypeBytes: Boolean

Attributes

Inherited from:
Kind
def isTypeDouble: Boolean

Attributes

Inherited from:
Kind
def isTypeEnum: Boolean

Attributes

Inherited from:
Kind
def isTypeFixed32: Boolean

Attributes

Inherited from:
Kind
def isTypeFixed64: Boolean

Attributes

Inherited from:
Kind
def isTypeFloat: Boolean

Attributes

Inherited from:
Kind
def isTypeGroup: Boolean

Attributes

Inherited from:
Kind
def isTypeInt32: Boolean

Attributes

Inherited from:
Kind
def isTypeInt64: Boolean

Attributes

Inherited from:
Kind
def isTypeMessage: Boolean

Attributes

Inherited from:
Kind
def isTypeSfixed32: Boolean

Attributes

Inherited from:
Kind
def isTypeSfixed64: Boolean

Attributes

Inherited from:
Kind
def isTypeSint32: Boolean

Attributes

Inherited from:
Kind
def isTypeSint64: Boolean

Attributes

Inherited from:
Kind
def isTypeString: Boolean

Attributes

Inherited from:
Kind
def isTypeUint32: Boolean

Attributes

Inherited from:
Kind
def isTypeUint64: Boolean

Attributes

Inherited from:
Kind
def isTypeUnknown: Boolean

Attributes

Inherited from:
Kind
override def isUnrecognized: Boolean

Attributes

Definition Classes
Inherited from:
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
def name: String

Attributes

Inherited from:
UnrecognizedEnum
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Definition Classes
Inherited from:
UnrecognizedEnum
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int

Attributes

Inherited from:
Kind