diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java index 89be9c8065..485680e7c1 100644 --- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java +++ b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java @@ -325,12 +325,6 @@ public final UnaryCallable createWriteStr * `BatchCommitWriteStreams` rpc. * * - *

Note: For users coding against the gRPC api directly, it may be necessary to supply the - * x-goog-request-params system parameter with `write_stream=<full_write_stream_name>`. - * - *

More information about system parameters: - * https://cloud.google.com/apis/docs/system-parameters - * *

Sample code: * *

{@code
diff --git a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java b/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
index 0c49ab6859..e6d4a78c92 100644
--- a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
+++ b/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
@@ -424,11 +424,6 @@ public void createWriteStream(
      * * For PENDING streams, data is not made visible until the stream itself is
      * finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
      * committed via the `BatchCommitWriteStreams` rpc.
-     * Note: For users coding against the gRPC api directly, it may be
-     * necessary to supply the x-goog-request-params system parameter
-     * with `write_stream=<full_write_stream_name>`.
-     * More information about system parameters:
-     * https://cloud.google.com/apis/docs/system-parameters
      * 
*/ public io.grpc.stub.StreamObserver @@ -630,11 +625,6 @@ public void createWriteStream( * * For PENDING streams, data is not made visible until the stream itself is * finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly * committed via the `BatchCommitWriteStreams` rpc. - * Note: For users coding against the gRPC api directly, it may be - * necessary to supply the x-goog-request-params system parameter - * with `write_stream=<full_write_stream_name>`. - * More information about system parameters: - * https://cloud.google.com/apis/docs/system-parameters * */ public io.grpc.stub.StreamObserver diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/storage.proto b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/storage.proto index a49e1a389c..df602135b9 100644 --- a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/storage.proto +++ b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/storage.proto @@ -167,13 +167,6 @@ service BigQueryWrite { // * For PENDING streams, data is not made visible until the stream itself is // finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly // committed via the `BatchCommitWriteStreams` rpc. - // - // Note: For users coding against the gRPC api directly, it may be - // necessary to supply the x-goog-request-params system parameter - // with `write_stream=`. - // - // More information about system parameters: - // https://cloud.google.com/apis/docs/system-parameters rpc AppendRows(stream AppendRowsRequest) returns (stream AppendRowsResponse) { option (google.api.http) = { post: "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}"