If true, the response is streamed.
Generated from protobuf field <code>bool response_streaming = 5;</code>
bool $var:
$this
public function setResponseStreaming($var) { GPBUtil::checkBool($var); $this->response_streaming = $var; return $this; }