Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/[email protected].1
- uses: googleapis/sdk-platform-java/.github/[email protected].2
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.65.0')
implementation platform('com.google.cloud:libraries-bom:26.68.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.61.0
googleapis_commitish: 8c74a4f9ad52cfd7a7d1f6427fa0a0511377a395
libraries_bom_version: 26.65.0
gapic_generator_version: 2.62.2
googleapis_commitish: 329ace5e3712a2e37d6159d4dcd998d8c73f261e
libraries_bom_version: 26.68.0
libraries:
- api_shortname: bigquerystorage
name_pretty: BigQuery Storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
.setRequestMarshaller(
ProtoUtils.marshaller(CreateReadSessionRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(ReadSession.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private static final MethodDescriptor<SplitReadStreamRequest, SplitReadStreamResponse>
Expand All @@ -73,6 +75,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
ProtoUtils.marshaller(SplitReadStreamRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(SplitReadStreamResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private final UnaryCallable<CreateReadSessionRequest, ReadSession> createReadSessionCallable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
.setRequestMarshaller(
ProtoUtils.marshaller(CreateWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private static final MethodDescriptor<GetWriteStreamRequest, WriteStream>
Expand All @@ -77,6 +79,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
.setRequestMarshaller(
ProtoUtils.marshaller(GetWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<FinalizeWriteStreamRequest, FinalizeWriteStreamResponse>
Expand All @@ -89,6 +92,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
ProtoUtils.marshaller(FinalizeWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(FinalizeWriteStreamResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -103,6 +107,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
ProtoUtils.marshaller(BatchCommitWriteStreamsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(BatchCommitWriteStreamsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private final UnaryCallable<CreateWriteStreamRequest, WriteStream> createWriteStreamCallable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setResponseMarshaller(
ProtoUtils.marshaller(
BatchCreateMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<BatchDeleteMetastorePartitionsRequest, Empty>
Expand All @@ -76,6 +77,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setRequestMarshaller(
ProtoUtils.marshaller(BatchDeleteMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -92,6 +94,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setResponseMarshaller(
ProtoUtils.marshaller(
BatchUpdateMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -106,6 +109,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
ProtoUtils.marshaller(ListMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(ListMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -120,6 +124,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
ProtoUtils.marshaller(StreamMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(StreamMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private final UnaryCallable<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setResponseMarshaller(
ProtoUtils.marshaller(
BatchCreateMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<BatchDeleteMetastorePartitionsRequest, Empty>
Expand All @@ -76,6 +77,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setRequestMarshaller(
ProtoUtils.marshaller(BatchDeleteMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -92,6 +94,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
.setResponseMarshaller(
ProtoUtils.marshaller(
BatchUpdateMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -106,6 +109,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
ProtoUtils.marshaller(ListMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(ListMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -120,6 +124,7 @@ public class GrpcMetastorePartitionServiceStub extends MetastorePartitionService
ProtoUtils.marshaller(StreamMetastorePartitionsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(StreamMetastorePartitionsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private final UnaryCallable<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
ProtoUtils.marshaller(Storage.CreateReadSessionRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(Storage.ReadSession.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<Storage.ReadRowsRequest, Storage.ReadRowsResponse>
Expand All @@ -64,6 +65,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
ProtoUtils.marshaller(Storage.ReadRowsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(Storage.ReadRowsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -83,6 +85,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
.setResponseMarshaller(
ProtoUtils.marshaller(
Storage.BatchCreateReadSessionStreamsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<Storage.FinalizeStreamRequest, Empty>
Expand All @@ -94,6 +97,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
.setRequestMarshaller(
ProtoUtils.marshaller(Storage.FinalizeStreamRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -108,6 +112,7 @@ public class GrpcBigQueryStorageStub extends BigQueryStorageStub {
ProtoUtils.marshaller(Storage.SplitReadStreamRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(Storage.SplitReadStreamResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private final UnaryCallable<Storage.CreateReadSessionRequest, Storage.ReadSession>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
.setRequestMarshaller(
ProtoUtils.marshaller(CreateReadSessionRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(ReadSession.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private static final MethodDescriptor<SplitReadStreamRequest, SplitReadStreamResponse>
Expand All @@ -77,6 +79,7 @@ public class GrpcBigQueryReadStub extends BigQueryReadStub {
ProtoUtils.marshaller(SplitReadStreamRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(SplitReadStreamResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private final UnaryCallable<CreateReadSessionRequest, ReadSession> createReadSessionCallable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
.setRequestMarshaller(
ProtoUtils.marshaller(CreateWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private static final MethodDescriptor<GetWriteStreamRequest, WriteStream>
Expand All @@ -84,6 +86,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
.setRequestMarshaller(
ProtoUtils.marshaller(GetWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(WriteStream.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<FinalizeWriteStreamRequest, FinalizeWriteStreamResponse>
Expand All @@ -96,6 +99,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
ProtoUtils.marshaller(FinalizeWriteStreamRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(FinalizeWriteStreamResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

private static final MethodDescriptor<
Expand All @@ -110,6 +114,7 @@ public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
ProtoUtils.marshaller(BatchCommitWriteStreamsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(BatchCommitWriteStreamsResponse.getDefaultInstance()))
.setSampledToLocalTracing(true)
.build();

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

private final UnaryCallable<CreateWriteStreamRequest, WriteStream> createWriteStreamCallable;
Expand Down
Loading