The field type.
Generated from protobuf field <code>.google.protobuf.Field.Kind kind = 1;</code>
int $var:
$this
public function setKind($var) { GPBUtil::checkEnum($var, \Google\Protobuf\Field\Kind::class); $this->kind = $var; return $this; }