For Google-internal migration only. Do not use.
Generated from protobuf field <code>optional bool weak = 10 [default = false];</code>
bool $var:
$this
public function setWeak($var) { GPBUtil::checkBool($var); $this->weak = $var; return $this; }