File tree Expand file tree Collapse file tree
google/cloud/bigquery/storage/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,13 +167,6 @@ service BigQueryWrite {
167167 // * For PENDING streams, data is not made visible until the stream itself is
168168 // finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
169169 // committed via the `BatchCommitWriteStreams` rpc.
170- //
171- // Note: For users coding against the gRPC api directly, it may be
172- // necessary to supply the x-goog-request-params system parameter
173- // with `write_stream=<full_write_stream_name>`.
174- //
175- // More information about system parameters:
176- // https://cloud.google.com/apis/docs/system-parameters
177170 rpc AppendRows (stream AppendRowsRequest ) returns (stream AppendRowsResponse ) {
178171 option (google.api.http ) = {
179172 post : "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}"
You can’t perform that action at this time.
0 commit comments