The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
Generated from protobuf field <code>optional string syntax = 12;</code>
string
public function getSyntax() { return isset($this->syntax) ? $this->syntax : ''; }