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