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