Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
24c9685
chore: Update generation configuration at Wed Oct 8 02:28:44 UTC 2025
cloud-java-bot Oct 8, 2025
519a273
chore: merge main into generate-libraries-main
cloud-java-bot Oct 9, 2025
0407cb3
chore: Update generation configuration at Thu Oct 9 02:30:35 UTC 2025
cloud-java-bot Oct 9, 2025
43c90e7
chore: Update generation configuration at Fri Oct 10 02:30:09 UTC 2025
cloud-java-bot Oct 10, 2025
2fab4d9
chore: generate libraries at Fri Oct 10 02:30:44 UTC 2025
cloud-java-bot Oct 10, 2025
e139c9f
chore: Update generation configuration at Sat Oct 11 02:26:47 UTC 2025
cloud-java-bot Oct 11, 2025
692d61d
chore: Update generation configuration at Tue Oct 14 02:30:37 UTC 2025
cloud-java-bot Oct 14, 2025
774b827
chore: Update generation configuration at Wed Oct 15 02:31:52 UTC 2025
cloud-java-bot Oct 15, 2025
8da2433
chore: Update generation configuration at Thu Oct 16 02:30:42 UTC 2025
cloud-java-bot Oct 16, 2025
d38c866
chore: merge main into generate-libraries-main
cloud-java-bot Oct 17, 2025
bf59697
chore: Update generation configuration at Fri Oct 17 02:30:56 UTC 2025
cloud-java-bot Oct 17, 2025
a53de4b
chore: generate libraries at Fri Oct 17 02:31:36 UTC 2025
cloud-java-bot Oct 17, 2025
d673386
chore: merge main into generate-libraries-main
cloud-java-bot Oct 18, 2025
bf9d75f
chore: Update generation configuration at Sat Oct 18 02:27:09 UTC 2025
cloud-java-bot Oct 18, 2025
a6e1f11
chore: Update generation configuration at Sun Oct 19 02:34:05 UTC 2025
cloud-java-bot Oct 19, 2025
cf6122f
chore: merge main into generate-libraries-main
cloud-java-bot Oct 21, 2025
ed8026b
chore: Update generation configuration at Tue Oct 21 02:32:11 UTC 2025
cloud-java-bot Oct 21, 2025
9bb0424
chore: Update generation configuration at Wed Oct 22 02:33:15 UTC 2025
cloud-java-bot Oct 22, 2025
b94fd43
chore: Update generation configuration at Thu Oct 23 02:30:15 UTC 2025
cloud-java-bot Oct 23, 2025
93c1961
chore: Update generation configuration at Fri Oct 24 02:29:56 UTC 2025
cloud-java-bot Oct 24, 2025
336f62d
chore: Update generation configuration at Sat Oct 25 02:30:50 UTC 2025
cloud-java-bot Oct 25, 2025
3a7d951
chore: Update generation configuration at Tue Oct 28 02:31:00 UTC 2025
cloud-java-bot Oct 28, 2025
2617288
chore: generate libraries at Tue Oct 28 02:31:37 UTC 2025
cloud-java-bot Oct 28, 2025
aaf20b7
chore: Update generation configuration at Wed Oct 29 02:35:05 UTC 2025
cloud-java-bot Oct 29, 2025
0ed0181
chore: merge main into generate-libraries-main
cloud-java-bot Oct 30, 2025
c63f062
chore: Update generation configuration at Thu Oct 30 02:32:17 UTC 2025
cloud-java-bot Oct 30, 2025
159e416
chore: generate libraries at Thu Oct 30 02:32:46 UTC 2025
cloud-java-bot Oct 30, 2025
a695c7f
chore: Update generation configuration at Fri Oct 31 02:31:53 UTC 2025
cloud-java-bot Oct 31, 2025
6095d04
chore: Update generation configuration at Sat Nov 1 02:32:18 UTC 2025
cloud-java-bot Nov 1, 2025
6504642
chore: Update generation configuration at Tue Nov 4 02:32:00 UTC 2025
cloud-java-bot Nov 4, 2025
03d29be
chore: Update generation configuration at Wed Nov 5 02:32:34 UTC 2025
cloud-java-bot Nov 5, 2025
7377d13
chore: generate libraries at Wed Nov 5 02:33:07 UTC 2025
cloud-java-bot Nov 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.3
- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.0
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.69.0')
implementation platform('com.google.cloud:libraries-bom:26.71.0')
implementation 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.62.3
googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d
libraries_bom_version: 26.69.0
gapic_generator_version: 2.64.0
googleapis_commitish: baf777503d79555219eed1acebe01838ca448bb5
libraries_bom_version: 26.71.0
libraries:
- api_shortname: bigquerystorage
name_pretty: BigQuery Storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ public String call() throws Exception {
String fetchedLocation = writeStream.getLocation();
log.info(
String.format(
"Fetched location %s for stream name %s, extracted project and dataset"
+ " name: %s\"",
"Fetched location %s for stream name %s, extracted project and"
+ " dataset name: %s\"",
fetchedLocation, streamName, datasetAndProjectName));
return fetchedLocation;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
* The Read API can be used to read data from BigQuery.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1/storage.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BigQueryReadGrpc {

Expand Down Expand Up @@ -475,8 +472,9 @@ protected BigQueryReadBlockingV2Stub build(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(
com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);
}

Expand Down Expand Up @@ -517,8 +515,9 @@ public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStream(
com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
* https://cloud.google.com/bigquery/docs/write-api
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1/storage.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BigQueryWriteGrpc {

Expand Down Expand Up @@ -734,8 +731,9 @@ protected BigQueryWriteBlockingV2Stub build(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(
com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateWriteStreamMethod(), getCallOptions(), request);
}

Expand Down Expand Up @@ -786,8 +784,9 @@ public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(
com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetWriteStreamMethod(), getCallOptions(), request);
}

Expand All @@ -800,8 +799,9 @@ public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalizeWriteStream(
com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getFinalizeWriteStreamMethod(), getCallOptions(), request);
}

Expand All @@ -818,8 +818,9 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize
*/
public com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse
batchCommitWriteStreams(
com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchCommitWriteStreamsMethod(), getCallOptions(), request);
}

Expand All @@ -836,8 +837,9 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize
* </pre>
*/
public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(
com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1.FlushRowsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getFlushRowsMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
* metastore. The service supports only batch operations for write.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1alpha/metastore_partition.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MetastorePartitionServiceGrpc {

Expand Down Expand Up @@ -631,9 +628,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(
*/
public com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse
batchCreateMetastorePartitions(
com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest
request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchCreateMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -645,8 +642,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(
* </pre>
*/
public com.google.protobuf.Empty batchDeleteMetastorePartitions(
com.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchDeleteMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -659,9 +657,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(
*/
public com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse
batchUpdateMetastorePartitions(
com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest
request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchUpdateMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -674,8 +672,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(
*/
public com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse
listMetastorePartitions(
com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
* metastore. The service supports only batch operations for write.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1beta/metastore_partition.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MetastorePartitionServiceGrpc {

Expand Down Expand Up @@ -629,9 +626,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(
*/
public com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse
batchCreateMetastorePartitions(
com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest
request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchCreateMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -643,8 +640,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(
* </pre>
*/
public com.google.protobuf.Empty batchDeleteMetastorePartitions(
com.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchDeleteMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -657,9 +655,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(
*/
public com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse
batchUpdateMetastorePartitions(
com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest
request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchUpdateMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand All @@ -672,8 +670,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(
*/
public com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse
listMetastorePartitions(
com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListMetastorePartitionsMethod(), getCallOptions(), request);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* going forward.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1beta1/storage.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BigQueryStorageGrpc {

Expand Down Expand Up @@ -687,8 +684,9 @@ protected BigQueryStorageBlockingV2Stub build(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadSession(
com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);
}

Expand Down Expand Up @@ -726,8 +724,9 @@ public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadS
public com.google.cloud.bigquery.storage.v1beta1.Storage.BatchCreateReadSessionStreamsResponse
batchCreateReadSessionStreams(
com.google.cloud.bigquery.storage.v1beta1.Storage.BatchCreateReadSessionStreamsRequest
request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getBatchCreateReadSessionStreamsMethod(), getCallOptions(), request);
}

Expand All @@ -750,8 +749,9 @@ public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadS
* </pre>
*/
public com.google.protobuf.Empty finalizeStream(
com.google.cloud.bigquery.storage.v1beta1.Storage.FinalizeStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta1.Storage.FinalizeStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getFinalizeStreamMethod(), getCallOptions(), request);
}

Expand All @@ -774,8 +774,9 @@ public com.google.protobuf.Empty finalizeStream(
*/
public com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamResponse
splitReadStream(
com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
* API at the same time.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/storage/v1beta2/storage.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BigQueryReadGrpc {

Expand Down Expand Up @@ -487,8 +484,9 @@ protected BigQueryReadBlockingV2Stub build(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1beta2.ReadSession createReadSession(
com.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);
}

Expand Down Expand Up @@ -530,8 +528,9 @@ public com.google.cloud.bigquery.storage.v1beta2.ReadSession createReadSession(
* </pre>
*/
public com.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse splitReadStream(
com.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);
}
}
Expand Down
Loading
Loading