kind property

String? kind
getter/setter pair

The field type. Possible string values are:

  • "TYPE_UNKNOWN" : Field type unknown.
  • "TYPE_DOUBLE" : Field type double.
  • "TYPE_FLOAT" : Field type float.
  • "TYPE_INT64" : Field type int64.
  • "TYPE_UINT64" : Field type uint64.
  • "TYPE_INT32" : Field type int32.
  • "TYPE_FIXED64" : Field type fixed64.
  • "TYPE_FIXED32" : Field type fixed32.
  • "TYPE_BOOL" : Field type bool.
  • "TYPE_STRING" : Field type string.
  • "TYPE_GROUP" : Field type group. Proto2 syntax only, and deprecated.
  • "TYPE_MESSAGE" : Field type message.
  • "TYPE_BYTES" : Field type bytes.
  • "TYPE_UINT32" : Field type uint32.
  • "TYPE_ENUM" : Field type enum.
  • "TYPE_SFIXED32" : Field type sfixed32.
  • "TYPE_SFIXED64" : Field type sfixed64.
  • "TYPE_SINT32" : Field type sint32.
  • "TYPE_SINT64" : Field type sint64.

Implementation

core.String? kind;