name of the event. This field is semantically required to be set to non-empty string.
Generated from protobuf field <code>string name = 2;</code>
string $var:
$this
public function setName($var) { GPBUtil::checkString($var, True); $this->name = $var; return $this; }