Skip to content

Commit 25282fc

Browse files
chore: Update generation configuration at Thu Sep 25 02:30:46 UTC 2025 (#3094)
* chore: Update generation configuration at Wed Sep 24 17:56:23 UTC 2025 * chore: generate libraries at Wed Sep 24 17:56:59 UTC 2025 * chore: Update generation configuration at Thu Sep 25 02:30:46 UTC 2025 --------- Co-authored-by: Jin Seop Kim <[email protected]>
1 parent afc63e9 commit 25282fc

File tree

10 files changed

+38
-5
lines changed

10 files changed

+38
-5
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/[email protected].1
40+
- uses: googleapis/sdk-platform-java/.github/[email protected].2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5656
If you are using Gradle 5.x or later, add this to your dependencies:
5757

5858
```Groovy
59-
implementation platform('com.google.cloud:libraries-bom:26.65.0')
59+
implementation platform('com.google.cloud:libraries-bom:26.68.0')
6060
6161
implementation 'com.google.cloud:google-cloud-bigquerystorage'
6262
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.61.0
2-
googleapis_commitish: 8c74a4f9ad52cfd7a7d1f6427fa0a0511377a395
3-
libraries_bom_version: 26.65.0
1+
gapic_generator_version: 2.62.2
2+
googleapis_commitish: 329ace5e3712a2e37d6159d4dcd998d8c73f261e
3+
libraries_bom_version: 26.68.0
44
libraries:
55
- api_shortname: bigquerystorage
66
name_pretty: BigQuery Storage

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
5353
.setRequestMarshaller(
5454
ProtoUtils.marshaller(CreateReadSessionRequest.getDefaultInstance()))
5555
.setResponseMarshaller(ProtoUtils.marshaller(ReadSession.getDefaultInstance()))
56+
.setSampledToLocalTracing(true)
5657
.build();
5758

5859
private static final MethodDescriptor<ReadRowsRequest, ReadRowsResponse>
@@ -62,6 +63,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
6263
.setFullMethodName("google.cloud.bigquery.storage.v1.BigQueryRead/ReadRows")
6364
.setRequestMarshaller(ProtoUtils.marshaller(ReadRowsRequest.getDefaultInstance()))
6465
.setResponseMarshaller(ProtoUtils.marshaller(ReadRowsResponse.getDefaultInstance()))
66+
.setSampledToLocalTracing(true)
6567
.build();
6668

6769
private static final MethodDescriptor<SplitReadStreamRequest, SplitReadStreamResponse>
@@ -73,6 +75,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
7375
ProtoUtils.marshaller(SplitReadStreamRequest.getDefaultInstance()))
7476
.setResponseMarshaller(
7577
ProtoUtils.marshaller(SplitReadStreamResponse.getDefaultInstance()))
78+
.setSampledToLocalTracing(true)
7679
.build();
7780

7881
private final UnaryCallable<CreateReadSessionRequest, ReadSession> createReadSessionCallable;

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
5858
.setRequestMarshaller(
5959
ProtoUtils.marshaller(CreateWriteStreamRequest.getDefaultInstance()))
6060
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
61+
.setSampledToLocalTracing(true)
6162
.build();
6263

6364
private static final MethodDescriptor<AppendRowsRequest, AppendRowsResponse>
@@ -67,6 +68,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
6768
.setFullMethodName("google.cloud.bigquery.storage.v1.BigQueryWrite/AppendRows")
6869
.setRequestMarshaller(ProtoUtils.marshaller(AppendRowsRequest.getDefaultInstance()))
6970
.setResponseMarshaller(ProtoUtils.marshaller(AppendRowsResponse.getDefaultInstance()))
71+
.setSampledToLocalTracing(true)
7072
.build();
7173

7274
private static final MethodDescriptor<GetWriteStreamRequest, WriteStream>
@@ -77,6 +79,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
7779
.setRequestMarshaller(
7880
ProtoUtils.marshaller(GetWriteStreamRequest.getDefaultInstance()))
7981
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
82+
.setSampledToLocalTracing(true)
8083
.build();
8184

8285
private static final MethodDescriptor<FinalizeWriteStreamRequest, FinalizeWriteStreamResponse>
@@ -89,6 +92,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
8992
ProtoUtils.marshaller(FinalizeWriteStreamRequest.getDefaultInstance()))
9093
.setResponseMarshaller(
9194
ProtoUtils.marshaller(FinalizeWriteStreamResponse.getDefaultInstance()))
95+
.setSampledToLocalTracing(true)
9296
.build();
9397

9498
private static final MethodDescriptor<
@@ -103,6 +107,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
103107
ProtoUtils.marshaller(BatchCommitWriteStreamsRequest.getDefaultInstance()))
104108
.setResponseMarshaller(
105109
ProtoUtils.marshaller(BatchCommitWriteStreamsResponse.getDefaultInstance()))
110+
.setSampledToLocalTracing(true)
106111
.build();
107112

108113
private static final MethodDescriptor<FlushRowsRequest, FlushRowsResponse>
@@ -112,6 +117,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
112117
.setFullMethodName("google.cloud.bigquery.storage.v1.BigQueryWrite/FlushRows")
113118
.setRequestMarshaller(ProtoUtils.marshaller(FlushRowsRequest.getDefaultInstance()))
114119
.setResponseMarshaller(ProtoUtils.marshaller(FlushRowsResponse.getDefaultInstance()))
120+
.setSampledToLocalTracing(true)
115121
.build();
116122

117123
private final UnaryCallable<CreateWriteStreamRequest, WriteStream> createWriteStreamCallable;

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/stub/GrpcMetastorePartitionServiceStub.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
6565
.setResponseMarshaller(
6666
ProtoUtils.marshaller(
6767
BatchCreateMetastorePartitionsResponse.getDefaultInstance()))
68+
.setSampledToLocalTracing(true)
6869
.build();
6970

7071
private static final MethodDescriptor<BatchDeleteMetastorePartitionsRequest, Empty>
@@ -76,6 +77,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
7677
.setRequestMarshaller(
7778
ProtoUtils.marshaller(BatchDeleteMetastorePartitionsRequest.getDefaultInstance()))
7879
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
80+
.setSampledToLocalTracing(true)
7981
.build();
8082

8183
private static final MethodDescriptor<
@@ -92,6 +94,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
9294
.setResponseMarshaller(
9395
ProtoUtils.marshaller(
9496
BatchUpdateMetastorePartitionsResponse.getDefaultInstance()))
97+
.setSampledToLocalTracing(true)
9598
.build();
9699

97100
private static final MethodDescriptor<
@@ -106,6 +109,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
106109
ProtoUtils.marshaller(ListMetastorePartitionsRequest.getDefaultInstance()))
107110
.setResponseMarshaller(
108111
ProtoUtils.marshaller(ListMetastorePartitionsResponse.getDefaultInstance()))
112+
.setSampledToLocalTracing(true)
109113
.build();
110114

111115
private static final MethodDescriptor<
@@ -120,6 +124,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
120124
ProtoUtils.marshaller(StreamMetastorePartitionsRequest.getDefaultInstance()))
121125
.setResponseMarshaller(
122126
ProtoUtils.marshaller(StreamMetastorePartitionsResponse.getDefaultInstance()))
127+
.setSampledToLocalTracing(true)
123128
.build();
124129

125130
private final UnaryCallable<

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta/stub/GrpcMetastorePartitionServiceStub.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
6565
.setResponseMarshaller(
6666
ProtoUtils.marshaller(
6767
BatchCreateMetastorePartitionsResponse.getDefaultInstance()))
68+
.setSampledToLocalTracing(true)
6869
.build();
6970

7071
private static final MethodDescriptor<BatchDeleteMetastorePartitionsRequest, Empty>
@@ -76,6 +77,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
7677
.setRequestMarshaller(
7778
ProtoUtils.marshaller(BatchDeleteMetastorePartitionsRequest.getDefaultInstance()))
7879
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
80+
.setSampledToLocalTracing(true)
7981
.build();
8082

8183
private static final MethodDescriptor<
@@ -92,6 +94,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
9294
.setResponseMarshaller(
9395
ProtoUtils.marshaller(
9496
BatchUpdateMetastorePartitionsResponse.getDefaultInstance()))
97+
.setSampledToLocalTracing(true)
9598
.build();
9699

97100
private static final MethodDescriptor<
@@ -106,6 +109,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
106109
ProtoUtils.marshaller(ListMetastorePartitionsRequest.getDefaultInstance()))
107110
.setResponseMarshaller(
108111
ProtoUtils.marshaller(ListMetastorePartitionsResponse.getDefaultInstance()))
112+
.setSampledToLocalTracing(true)
109113
.build();
110114

111115
private static final MethodDescriptor<
@@ -120,6 +124,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
120124
ProtoUtils.marshaller(StreamMetastorePartitionsRequest.getDefaultInstance()))
121125
.setResponseMarshaller(
122126
ProtoUtils.marshaller(StreamMetastorePartitionsResponse.getDefaultInstance()))
127+
.setSampledToLocalTracing(true)
123128
.build();
124129

125130
private final UnaryCallable<

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
5353
ProtoUtils.marshaller(Storage.CreateReadSessionRequest.getDefaultInstance()))
5454
.setResponseMarshaller(
5555
ProtoUtils.marshaller(Storage.ReadSession.getDefaultInstance()))
56+
.setSampledToLocalTracing(true)
5657
.build();
5758

5859
private static final MethodDescriptor<Storage.ReadRowsRequest, Storage.ReadRowsResponse>
@@ -64,6 +65,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
6465
ProtoUtils.marshaller(Storage.ReadRowsRequest.getDefaultInstance()))
6566
.setResponseMarshaller(
6667
ProtoUtils.marshaller(Storage.ReadRowsResponse.getDefaultInstance()))
68+
.setSampledToLocalTracing(true)
6769
.build();
6870

6971
private static final MethodDescriptor<
@@ -83,6 +85,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
8385
.setResponseMarshaller(
8486
ProtoUtils.marshaller(
8587
Storage.BatchCreateReadSessionStreamsResponse.getDefaultInstance()))
88+
.setSampledToLocalTracing(true)
8689
.build();
8790

8891
private static final MethodDescriptor<Storage.FinalizeStreamRequest, Empty>
@@ -94,6 +97,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
9497
.setRequestMarshaller(
9598
ProtoUtils.marshaller(Storage.FinalizeStreamRequest.getDefaultInstance()))
9699
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
100+
.setSampledToLocalTracing(true)
97101
.build();
98102

99103
private static final MethodDescriptor<
@@ -108,6 +112,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
108112
ProtoUtils.marshaller(Storage.SplitReadStreamRequest.getDefaultInstance()))
109113
.setResponseMarshaller(
110114
ProtoUtils.marshaller(Storage.SplitReadStreamResponse.getDefaultInstance()))
115+
.setSampledToLocalTracing(true)
111116
.build();
112117

113118
private final UnaryCallable<Storage.CreateReadSessionRequest, Storage.ReadSession>

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/GrpcBigQueryReadStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
5656
.setRequestMarshaller(
5757
ProtoUtils.marshaller(CreateReadSessionRequest.getDefaultInstance()))
5858
.setResponseMarshaller(ProtoUtils.marshaller(ReadSession.getDefaultInstance()))
59+
.setSampledToLocalTracing(true)
5960
.build();
6061

6162
private static final MethodDescriptor<ReadRowsRequest, ReadRowsResponse>
@@ -65,6 +66,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
6566
.setFullMethodName("google.cloud.bigquery.storage.v1beta2.BigQueryRead/ReadRows")
6667
.setRequestMarshaller(ProtoUtils.marshaller(ReadRowsRequest.getDefaultInstance()))
6768
.setResponseMarshaller(ProtoUtils.marshaller(ReadRowsResponse.getDefaultInstance()))
69+
.setSampledToLocalTracing(true)
6870
.build();
6971

7072
private static final MethodDescriptor<SplitReadStreamRequest, SplitReadStreamResponse>
@@ -77,6 +79,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
7779
ProtoUtils.marshaller(SplitReadStreamRequest.getDefaultInstance()))
7880
.setResponseMarshaller(
7981
ProtoUtils.marshaller(SplitReadStreamResponse.getDefaultInstance()))
82+
.setSampledToLocalTracing(true)
8083
.build();
8184

8285
private final UnaryCallable<CreateReadSessionRequest, ReadSession> createReadSessionCallable;

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/GrpcBigQueryWriteStub.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
6464
.setRequestMarshaller(
6565
ProtoUtils.marshaller(CreateWriteStreamRequest.getDefaultInstance()))
6666
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
67+
.setSampledToLocalTracing(true)
6768
.build();
6869

6970
private static final MethodDescriptor<AppendRowsRequest, AppendRowsResponse>
@@ -73,6 +74,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
7374
.setFullMethodName("google.cloud.bigquery.storage.v1beta2.BigQueryWrite/AppendRows")
7475
.setRequestMarshaller(ProtoUtils.marshaller(AppendRowsRequest.getDefaultInstance()))
7576
.setResponseMarshaller(ProtoUtils.marshaller(AppendRowsResponse.getDefaultInstance()))
77+
.setSampledToLocalTracing(true)
7678
.build();
7779

7880
private static final MethodDescriptor<GetWriteStreamRequest, WriteStream>
@@ -84,6 +86,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
8486
.setRequestMarshaller(
8587
ProtoUtils.marshaller(GetWriteStreamRequest.getDefaultInstance()))
8688
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
89+
.setSampledToLocalTracing(true)
8790
.build();
8891

8992
private static final MethodDescriptor<FinalizeWriteStreamRequest, FinalizeWriteStreamResponse>
@@ -96,6 +99,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
9699
ProtoUtils.marshaller(FinalizeWriteStreamRequest.getDefaultInstance()))
97100
.setResponseMarshaller(
98101
ProtoUtils.marshaller(FinalizeWriteStreamResponse.getDefaultInstance()))
102+
.setSampledToLocalTracing(true)
99103
.build();
100104

101105
private static final MethodDescriptor<
@@ -110,6 +114,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
110114
ProtoUtils.marshaller(BatchCommitWriteStreamsRequest.getDefaultInstance()))
111115
.setResponseMarshaller(
112116
ProtoUtils.marshaller(BatchCommitWriteStreamsResponse.getDefaultInstance()))
117+
.setSampledToLocalTracing(true)
113118
.build();
114119

115120
private static final MethodDescriptor<FlushRowsRequest, FlushRowsResponse>
@@ -119,6 +124,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
119124
.setFullMethodName("google.cloud.bigquery.storage.v1beta2.BigQueryWrite/FlushRows")
120125
.setRequestMarshaller(ProtoUtils.marshaller(FlushRowsRequest.getDefaultInstance()))
121126
.setResponseMarshaller(ProtoUtils.marshaller(FlushRowsResponse.getDefaultInstance()))
127+
.setSampledToLocalTracing(true)
122128
.build();
123129

124130
private final UnaryCallable<CreateWriteStreamRequest, WriteStream> createWriteStreamCallable;

0 commit comments

Comments
 (0)