Generated from protobuf field <code>string key = 1;</code>
string $var:
$this
public function setKey($var) { GPBUtil::checkString($var, True); $this->key = $var; return $this; }