Generated from protobuf field <code>optional string trailing_comments = 4;</code>
string $var:
$this
public function setTrailingComments($var) { GPBUtil::checkString($var, True); $this->trailing_comments = $var; return $this; }