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