Skip to content

Commit a5f5928

Browse files
Google APIscopybara-github
authored andcommitted
docs: remove stale header guidance for AppendRows
PiperOrigin-RevId: 485941276
1 parent 013b7e1 commit a5f5928

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

google/cloud/bigquery/storage/v1/storage.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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/*}"

0 commit comments

Comments
 (0)