Kind

com.google.protobuf.`type`.Field.Kind
See theKind companion object
sealed abstract class Kind(val value: Int) extends GeneratedEnum

Basic field types.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Recognized
object TYPE_BOOL
object TYPE_BYTES
object TYPE_DOUBLE
object TYPE_ENUM
object TYPE_FIXED32
object TYPE_FIXED64
object TYPE_FLOAT
object TYPE_GROUP
object TYPE_INT32
object TYPE_INT64
object TYPE_MESSAGE
object TYPE_SFIXED32
object TYPE_SFIXED64
object TYPE_SINT32
object TYPE_SINT64
object TYPE_STRING
object TYPE_UINT32
object TYPE_UINT64
object TYPE_UNKNOWN
class Unrecognized
Show all

Members list

Type members

Types

type EnumType = Kind

Value members

Concrete methods

final def asRecognized: Option[Recognized]
def isTypeBool: Boolean
def isTypeBytes: Boolean
def isTypeDouble: Boolean
def isTypeEnum: Boolean
def isTypeFixed32: Boolean
def isTypeFixed64: Boolean
def isTypeFloat: Boolean
def isTypeGroup: Boolean
def isTypeInt32: Boolean
def isTypeInt64: Boolean
def isTypeMessage: Boolean
def isTypeSfixed32: Boolean
def isTypeSfixed64: Boolean
def isTypeSint32: Boolean
def isTypeSint64: Boolean
def isTypeString: Boolean
def isTypeUint32: Boolean
def isTypeUint64: Boolean
def isTypeUnknown: Boolean

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
GeneratedEnum
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
def name: String

Attributes

Inherited from:
GeneratedEnum
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Attributes

Inherited from:
GeneratedEnum
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

Concrete fields

val value: Int