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

Commit 00d8ccb

Browse files
yoshi-automationstephaniewang526elharo
authored
feat: re-generated to pick up changes in the API or client library generator. (#49)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * chore: add to ignored clirr ignored files * move clirr file * chore: add to ignored clirr ignored files * narrow down field def * narrow down field def Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com> Co-authored-by: Elliotte Rusty Harold <elharo@users.noreply.github.com>
1 parent e4e54e3 commit 00d8ccb

File tree

19 files changed

+203
-159
lines changed

19 files changed

+203
-159
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -198,6 +198,7 @@ public BigQueryStorageStub getStub() {
198198
*/
199199
public final ReadSession createReadSession(
200200
TableReference tableReference, String parent, int requestedStreams) {
201+
201202
CreateReadSessionRequest request =
202203
CreateReadSessionRequest.newBuilder()
203204
.setTableReference(tableReference)
@@ -328,6 +329,7 @@ public final ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> readRows
328329
*/
329330
public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams(
330331
ReadSession session, int requestedStreams) {
332+
331333
BatchCreateReadSessionStreamsRequest request =
332334
BatchCreateReadSessionStreamsRequest.newBuilder()
333335
.setSession(session)
@@ -417,6 +419,7 @@ public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams
417419
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
418420
*/
419421
public final void finalizeStream(Stream stream) {
422+
420423
FinalizeStreamRequest request = FinalizeStreamRequest.newBuilder().setStream(stream).build();
421424
finalizeStream(request);
422425
}
@@ -513,6 +516,7 @@ public final UnaryCallable<FinalizeStreamRequest, Empty> finalizeStreamCallable(
513516
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
514517
*/
515518
public final SplitReadStreamResponse splitReadStream(Stream originalStream) {
519+
516520
SplitReadStreamRequest request =
517521
SplitReadStreamRequest.newBuilder().setOriginalStream(originalStream).build();
518522
return splitReadStream(request);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/BaseBigQueryStorageClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/MockBigQueryStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/MockBigQueryStorageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)