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