Kind

Companion:
class
trait Sum
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Kind.type

Type members

Classlikes

sealed trait Recognized extends Kind
case object TYPE_BOOL extends Kind with Recognized

Field type bool.

Field type bool.

case object TYPE_BYTES extends Kind with Recognized

Field type bytes.

Field type bytes.

case object TYPE_DOUBLE extends Kind with Recognized

Field type double.

Field type double.

case object TYPE_ENUM extends Kind with Recognized

Field type enum.

Field type enum.

case object TYPE_FIXED32 extends Kind with Recognized

Field type fixed32.

Field type fixed32.

case object TYPE_FIXED64 extends Kind with Recognized

Field type fixed64.

Field type fixed64.

case object TYPE_FLOAT extends Kind with Recognized

Field type float.

Field type float.

case object TYPE_GROUP extends Kind with Recognized

Field type group. Proto2 syntax only, and deprecated.

Field type group. Proto2 syntax only, and deprecated.

case object TYPE_INT32 extends Kind with Recognized

Field type int32.

Field type int32.

case object TYPE_INT64 extends Kind with Recognized

Field type int64.

Field type int64.

case object TYPE_MESSAGE extends Kind with Recognized

Field type message.

Field type message.

case object TYPE_SFIXED32 extends Kind with Recognized

Field type sfixed32.

Field type sfixed32.

case object TYPE_SFIXED64 extends Kind with Recognized

Field type sfixed64.

Field type sfixed64.

case object TYPE_SINT32 extends Kind with Recognized

Field type sint32.

Field type sint32.

case object TYPE_SINT64 extends Kind with Recognized

Field type sint64.

Field type sint64.

case object TYPE_STRING extends Kind with Recognized

Field type string.

Field type string.

case object TYPE_UINT32 extends Kind with Recognized

Field type uint32.

Field type uint32.

case object TYPE_UINT64 extends Kind with Recognized

Field type uint64.

Field type uint64.

case object TYPE_UNKNOWN extends Kind with Recognized

Field type unknown.

Field type unknown.

final case class Unrecognized(unrecognizedValue: Int) extends Kind with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type ValueType = A
Inherited from:
GeneratedEnumCompanion

Value members

Concrete methods

def fromJavaValue(pbJavaSource: Kind): Kind
def fromValue(`__value`: Int): Kind
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

def toJavaValue(pbScalaSource: Kind): Kind

Inherited methods

def fromName(name: String): Option[A]
Inherited from:
GeneratedEnumCompanion

Concrete fields

lazy val values: Seq[Kind]

Implicits

Implicits