The source syntax.
Generated from protobuf field <code>.google.protobuf.Syntax syntax = 5;</code>
int $var:
$this
public function setSyntax($var) { GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class); $this->syntax = $var; return $this; }