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_BOOLobject TYPE_BYTESobject TYPE_DOUBLEobject TYPE_ENUMobject TYPE_FIXED32object TYPE_FIXED64object TYPE_FLOATobject TYPE_GROUPobject TYPE_INT32object TYPE_INT64object TYPE_MESSAGEobject TYPE_SFIXED32object TYPE_SFIXED64object TYPE_SINT32object TYPE_SINT64object TYPE_STRINGobject TYPE_UINT32object TYPE_UINT64object TYPE_UNKNOWNclass 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