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