Generated from protobuf field <code>optional bool php_generic_services = 42 [default = false];</code>
bool $var:
$this
public function setPhpGenericServices($var) { GPBUtil::checkBool($var); $this->php_generic_services = $var; return $this; }