Skip to content

Commit 6f60d8e

Browse files
[CHANGE ME] Re-generated to pick up changes in the API or client library generator. (#255)
* Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on googleapis/gapic-generator-python#402 PiperOrigin-RevId: 309824146 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon May 4 15:06:44 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: e0f9d9e1f9de890db765be46f45ca8490723e3eb Source-Link: googleapis/googleapis@e0f9d9e * 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 42470d5 commit 6f60d8e

File tree

9 files changed

+263
-216
lines changed

9 files changed

+263
-216
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigquerystorage</artifactId>
44-
<version>0.131.0-beta</version>
44+
<version>0.131.1-beta</version>
4545
</dependency>
4646

4747
```

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)