Identifies if server streams multiple server messages
Generated from protobuf field <code>optional bool server_streaming = 6 [default = false];</code>
bool $var:
$this
public function setServerStreaming($var) { GPBUtil::checkBool($var); $this->server_streaming = $var; return $this; }