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 GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait Recognizedobject TYPE_BOOL.typeobject TYPE_BYTES.typeobject TYPE_DOUBLE.typeobject TYPE_ENUM.typeobject TYPE_FIXED32.typeobject TYPE_FIXED64.typeobject TYPE_FLOAT.typeobject TYPE_GROUP.typeobject TYPE_INT32.typeobject TYPE_INT64.typeobject TYPE_MESSAGE.typeobject TYPE_SFIXED32.typeobject TYPE_SFIXED64.typeobject TYPE_SINT32.typeobject TYPE_SINT64.typeobject TYPE_STRING.typeobject TYPE_UINT32.typeobject TYPE_UINT64.typeobject TYPE_UNKNOWN.typeclass UnrecognizedShow all
Members list
Type members
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
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
In this article