Set this option to true to allow mapping different tag names to the same value.
Generated from protobuf field <code>optional bool allow_alias = 2;</code>
bool $var:
$this
public function setAllowAlias($var) { GPBUtil::checkBool($var); $this->allow_alias = $var; return $this; }