Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit a89b517

Browse files
fix: add resource reference to proto files
chore: update copyright and comments PiperOrigin-RevId: 309990843 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue May 5 11:51:12 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 4bef0001ac7040431ea24b6187424fdec9c08b1b Source-Link: googleapis/googleapis@4bef000
1 parent 30c07bc commit a89b517

8 files changed

Lines changed: 261 additions & 214 deletions

File tree

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BaseBigQueryStorageClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams
413413
* }
414414
* </code></pre>
415415
*
416-
* @param stream Stream to finalize.
416+
* @param stream Required. Stream to finalize.
417417
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
418418
*/
419419
public final void finalizeStream(Stream stream) {
@@ -509,7 +509,7 @@ public final UnaryCallable<FinalizeStreamRequest, Empty> finalizeStreamCallable(
509509
* }
510510
* </code></pre>
511511
*
512-
* @param originalStream Stream to split.
512+
* @param originalStream Required. Stream to split.
513513
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
514514
*/
515515
public final SplitReadStreamResponse splitReadStream(Stream originalStream) {

0 commit comments

Comments
 (0)