Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 1de23be

Browse files
docs: remove stale header guidance for AppendRows (#1866)
* docs: remove stale header guidance for AppendRows PiperOrigin-RevId: 485941276 Source-Link: googleapis/googleapis@a5f5928 Source-Link: https://github.com/googleapis/googleapis-gen/commit/61ebfaa325101bc9b29ee34900b45b2f0d23981e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFlYmZhYTMyNTEwMWJjOWIyOWVlMzQ5MDBiNDViMmYwZDIzOTgxZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 08b8468 commit 1de23be

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

  • google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1
  • grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1
  • proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,6 @@ public final UnaryCallable<CreateWriteStreamRequest, WriteStream> createWriteStr
325325
* `BatchCommitWriteStreams` rpc.
326326
* </ul>
327327
*
328-
* <p>Note: For users coding against the gRPC api directly, it may be necessary to supply the
329-
* x-goog-request-params system parameter with `write_stream=&lt;full_write_stream_name&gt;`.
330-
*
331-
* <p>More information about system parameters:
332-
* https://cloud.google.com/apis/docs/system-parameters
333-
*
334328
* <p>Sample code:
335329
*
336330
* <pre>{@code

grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,6 @@ public void createWriteStream(
424424
* * For PENDING streams, data is not made visible until the stream itself is
425425
* finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
426426
* committed via the `BatchCommitWriteStreams` rpc.
427-
* Note: For users coding against the gRPC api directly, it may be
428-
* necessary to supply the x-goog-request-params system parameter
429-
* with `write_stream=&lt;full_write_stream_name&gt;`.
430-
* More information about system parameters:
431-
* https://cloud.google.com/apis/docs/system-parameters
432427
* </pre>
433428
*/
434429
public io.grpc.stub.StreamObserver<com.google.cloud.bigquery.storage.v1.AppendRowsRequest>
@@ -630,11 +625,6 @@ public void createWriteStream(
630625
* * For PENDING streams, data is not made visible until the stream itself is
631626
* finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
632627
* committed via the `BatchCommitWriteStreams` rpc.
633-
* Note: For users coding against the gRPC api directly, it may be
634-
* necessary to supply the x-goog-request-params system parameter
635-
* with `write_stream=&lt;full_write_stream_name&gt;`.
636-
* More information about system parameters:
637-
* https://cloud.google.com/apis/docs/system-parameters
638628
* </pre>
639629
*/
640630
public io.grpc.stub.StreamObserver<com.google.cloud.bigquery.storage.v1.AppendRowsRequest>

proto-google-cloud-bigquerystorage-v1/src/main/proto/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)