chore: Update generation configuration at Fri Nov 7 19:42:03 UTC 202… · googleapis/java-bigquerystorage@3704f63

30 files changed

lines changed

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/scripts@v2.62.3

40+

- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1

4141

if: env.SHOULD_RUN == 'true'

4242

with:

4343

base_ref: ${{ github.base_ref }}

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.69.0')

59+

implementation platform('com.google.cloud:libraries-bom:26.71.0')

6060
6161

implementation 'com.google.cloud:google-cloud-bigquerystorage'

6262

```

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

1-

gapic_generator_version: 2.62.3

2-

googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d

3-

libraries_bom_version: 26.69.0

1+

gapic_generator_version: 2.64.1

2+

googleapis_commitish: 04bd623ce9d0c06f1e842a6fc6d5ed7dc9baee13

3+

libraries_bom_version: 26.71.0

44

libraries:

55

- api_shortname: bigquerystorage

66

name_pretty: BigQuery Storage

Original file line numberDiff line numberDiff line change

@@ -84,7 +84,7 @@

8484

* </tr>

8585

* <tr>

8686

* <td><p> ReadRows</td>

87-

* <td><p> Reads rows from the stream in the format prescribed by the ReadSession. Each response contains one or more table rows, up to a maximum of 100 MiB per response; read requests which attempt to read individual rows larger than 100 MiB will fail.

87+

* <td><p> Reads rows from the stream in the format prescribed by the ReadSession. Each response contains one or more table rows, up to a maximum of 128 MB per response; read requests which attempt to read individual rows larger than 128 MB will fail.

8888

* <p> Each request also returns a set of stream statistics reflecting the current state of the stream.</td>

8989

* <td>

9090

* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>

@@ -414,8 +414,8 @@ public final UnaryCallable<CreateReadSessionRequest, ReadSession> createReadSess

414414

// AUTO-GENERATED DOCUMENTATION AND METHOD.

415415

/**

416416

* Reads rows from the stream in the format prescribed by the ReadSession. Each response contains

417-

* one or more table rows, up to a maximum of 100 MiB per response; read requests which attempt to

418-

* read individual rows larger than 100 MiB will fail.

417+

* one or more table rows, up to a maximum of 128 MB per response; read requests which attempt to

418+

* read individual rows larger than 128 MB will fail.

419419

*

420420

* <p>Each request also returns a set of stream statistics reflecting the current state of the

421421

* stream.

Original file line numberDiff line numberDiff line change

@@ -25,9 +25,6 @@

2525

* The Read API can be used to read data from BigQuery.

2626

* </pre>

2727

*/

28-

@javax.annotation.Generated(

29-

value = "by gRPC proto compiler",

30-

comments = "Source: google/cloud/bigquery/storage/v1/storage.proto")

3128

@io.grpc.stub.annotations.GrpcGenerated

3229

public final class BigQueryReadGrpc {

3330

@@ -276,9 +273,9 @@ default void createReadSession(

276273

*

277274

* <pre>

278275

* Reads rows from the stream in the format prescribed by the ReadSession.

279-

* Each response contains one or more table rows, up to a maximum of 100 MiB

276+

* Each response contains one or more table rows, up to a maximum of 128 MB

280277

* per response; read requests which attempt to read individual rows larger

281-

* than 100 MiB will fail.

278+

* than 128 MB will fail.

282279

* Each request also returns a set of stream statistics reflecting the current

283280

* state of the stream.

284281

* </pre>

@@ -389,9 +386,9 @@ public void createReadSession(

389386

*

390387

* <pre>

391388

* Reads rows from the stream in the format prescribed by the ReadSession.

392-

* Each response contains one or more table rows, up to a maximum of 100 MiB

389+

* Each response contains one or more table rows, up to a maximum of 128 MB

393390

* per response; read requests which attempt to read individual rows larger

394-

* than 100 MiB will fail.

391+

* than 128 MB will fail.

395392

* Each request also returns a set of stream statistics reflecting the current

396393

* state of the stream.

397394

* </pre>

@@ -475,8 +472,9 @@ protected BigQueryReadBlockingV2Stub build(

475472

* </pre>

476473

*/

477474

public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(

478-

com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {

479-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

475+

com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request)

476+

throws io.grpc.StatusException {

477+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

480478

getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);

481479

}

482480

@@ -485,9 +483,9 @@ public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(

485483

*

486484

* <pre>

487485

* Reads rows from the stream in the format prescribed by the ReadSession.

488-

* Each response contains one or more table rows, up to a maximum of 100 MiB

486+

* Each response contains one or more table rows, up to a maximum of 128 MB

489487

* per response; read requests which attempt to read individual rows larger

490-

* than 100 MiB will fail.

488+

* than 128 MB will fail.

491489

* Each request also returns a set of stream statistics reflecting the current

492490

* state of the stream.

493491

* </pre>

@@ -517,8 +515,9 @@ public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(

517515

* </pre>

518516

*/

519517

public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStream(

520-

com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {

521-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

518+

com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request)

519+

throws io.grpc.StatusException {

520+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

522521

getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);

523522

}

524523

}

@@ -576,9 +575,9 @@ public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(

576575

*

577576

* <pre>

578577

* Reads rows from the stream in the format prescribed by the ReadSession.

579-

* Each response contains one or more table rows, up to a maximum of 100 MiB

578+

* Each response contains one or more table rows, up to a maximum of 128 MB

580579

* per response; read requests which attempt to read individual rows larger

581-

* than 100 MiB will fail.

580+

* than 128 MB will fail.

582581

* Each request also returns a set of stream statistics reflecting the current

583582

* state of the stream.

584583

* </pre>

Original file line numberDiff line numberDiff line change

@@ -27,9 +27,6 @@

2727

* https://cloud.google.com/bigquery/docs/write-api

2828

* </pre>

2929

*/

30-

@javax.annotation.Generated(

31-

value = "by gRPC proto compiler",

32-

comments = "Source: google/cloud/bigquery/storage/v1/storage.proto")

3330

@io.grpc.stub.annotations.GrpcGenerated

3431

public final class BigQueryWriteGrpc {

3532

@@ -734,8 +731,9 @@ protected BigQueryWriteBlockingV2Stub build(

734731

* </pre>

735732

*/

736733

public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(

737-

com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {

738-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

734+

com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request)

735+

throws io.grpc.StatusException {

736+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

739737

getChannel(), getCreateWriteStreamMethod(), getCallOptions(), request);

740738

}

741739

@@ -786,8 +784,9 @@ public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(

786784

* </pre>

787785

*/

788786

public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(

789-

com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {

790-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

787+

com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request)

788+

throws io.grpc.StatusException {

789+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

791790

getChannel(), getGetWriteStreamMethod(), getCallOptions(), request);

792791

}

793792

@@ -800,8 +799,9 @@ public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(

800799

* </pre>

801800

*/

802801

public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalizeWriteStream(

803-

com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {

804-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

802+

com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request)

803+

throws io.grpc.StatusException {

804+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

805805

getChannel(), getFinalizeWriteStreamMethod(), getCallOptions(), request);

806806

}

807807

@@ -818,8 +818,9 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize

818818

*/

819819

public com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse

820820

batchCommitWriteStreams(

821-

com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {

822-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

821+

com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request)

822+

throws io.grpc.StatusException {

823+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

823824

getChannel(), getBatchCommitWriteStreamsMethod(), getCallOptions(), request);

824825

}

825826

@@ -836,8 +837,9 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize

836837

* </pre>

837838

*/

838839

public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(

839-

com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {

840-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

840+

com.google.cloud.bigquery.storage.v1.FlushRowsRequest request)

841+

throws io.grpc.StatusException {

842+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

841843

getChannel(), getFlushRowsMethod(), getCallOptions(), request);

842844

}

843845

}

Original file line numberDiff line numberDiff line change

@@ -26,9 +26,6 @@

2626

* metastore. The service supports only batch operations for write.

2727

* </pre>

2828

*/

29-

@javax.annotation.Generated(

30-

value = "by gRPC proto compiler",

31-

comments = "Source: google/cloud/bigquery/storage/v1alpha/metastore_partition.proto")

3229

@io.grpc.stub.annotations.GrpcGenerated

3330

public final class MetastorePartitionServiceGrpc {

3431

@@ -631,9 +628,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(

631628

*/

632629

public com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse

633630

batchCreateMetastorePartitions(

634-

com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest

635-

request) {

636-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

631+

com.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest request)

632+

throws io.grpc.StatusException {

633+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

637634

getChannel(), getBatchCreateMetastorePartitionsMethod(), getCallOptions(), request);

638635

}

639636

@@ -645,8 +642,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(

645642

* </pre>

646643

*/

647644

public com.google.protobuf.Empty batchDeleteMetastorePartitions(

648-

com.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest request) {

649-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

645+

com.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest request)

646+

throws io.grpc.StatusException {

647+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

650648

getChannel(), getBatchDeleteMetastorePartitionsMethod(), getCallOptions(), request);

651649

}

652650

@@ -659,9 +657,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(

659657

*/

660658

public com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse

661659

batchUpdateMetastorePartitions(

662-

com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest

663-

request) {

664-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

660+

com.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest request)

661+

throws io.grpc.StatusException {

662+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

665663

getChannel(), getBatchUpdateMetastorePartitionsMethod(), getCallOptions(), request);

666664

}

667665

@@ -674,8 +672,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(

674672

*/

675673

public com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse

676674

listMetastorePartitions(

677-

com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest request) {

678-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

675+

com.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest request)

676+

throws io.grpc.StatusException {

677+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

679678

getChannel(), getListMetastorePartitionsMethod(), getCallOptions(), request);

680679

}

681680
Original file line numberDiff line numberDiff line change

@@ -26,9 +26,6 @@

2626

* metastore. The service supports only batch operations for write.

2727

* </pre>

2828

*/

29-

@javax.annotation.Generated(

30-

value = "by gRPC proto compiler",

31-

comments = "Source: google/cloud/bigquery/storage/v1beta/metastore_partition.proto")

3229

@io.grpc.stub.annotations.GrpcGenerated

3330

public final class MetastorePartitionServiceGrpc {

3431

@@ -629,9 +626,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(

629626

*/

630627

public com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse

631628

batchCreateMetastorePartitions(

632-

com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest

633-

request) {

634-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

629+

com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest request)

630+

throws io.grpc.StatusException {

631+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

635632

getChannel(), getBatchCreateMetastorePartitionsMethod(), getCallOptions(), request);

636633

}

637634

@@ -643,8 +640,9 @@ protected MetastorePartitionServiceBlockingV2Stub build(

643640

* </pre>

644641

*/

645642

public com.google.protobuf.Empty batchDeleteMetastorePartitions(

646-

com.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest request) {

647-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

643+

com.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest request)

644+

throws io.grpc.StatusException {

645+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

648646

getChannel(), getBatchDeleteMetastorePartitionsMethod(), getCallOptions(), request);

649647

}

650648

@@ -657,9 +655,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(

657655

*/

658656

public com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse

659657

batchUpdateMetastorePartitions(

660-

com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest

661-

request) {

662-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

658+

com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest request)

659+

throws io.grpc.StatusException {

660+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

663661

getChannel(), getBatchUpdateMetastorePartitionsMethod(), getCallOptions(), request);

664662

}

665663

@@ -672,8 +670,9 @@ public com.google.protobuf.Empty batchDeleteMetastorePartitions(

672670

*/

673671

public com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse

674672

listMetastorePartitions(

675-

com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest request) {

676-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

673+

com.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest request)

674+

throws io.grpc.StatusException {

675+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

677676

getChannel(), getListMetastorePartitionsMethod(), getCallOptions(), request);

678677

}

679678
Original file line numberDiff line numberDiff line change

@@ -29,9 +29,6 @@

2929

* going forward.

3030

* </pre>

3131

*/

32-

@javax.annotation.Generated(

33-

value = "by gRPC proto compiler",

34-

comments = "Source: google/cloud/bigquery/storage/v1beta1/storage.proto")

3532

@io.grpc.stub.annotations.GrpcGenerated

3633

public final class BigQueryStorageGrpc {

3734

@@ -687,8 +684,9 @@ protected BigQueryStorageBlockingV2Stub build(

687684

* </pre>

688685

*/

689686

public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadSession(

690-

com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest request) {

691-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

687+

com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest request)

688+

throws io.grpc.StatusException {

689+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

692690

getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);

693691

}

694692

@@ -726,8 +724,9 @@ public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadS

726724

public com.google.cloud.bigquery.storage.v1beta1.Storage.BatchCreateReadSessionStreamsResponse

727725

batchCreateReadSessionStreams(

728726

com.google.cloud.bigquery.storage.v1beta1.Storage.BatchCreateReadSessionStreamsRequest

729-

request) {

730-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

727+

request)

728+

throws io.grpc.StatusException {

729+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

731730

getChannel(), getBatchCreateReadSessionStreamsMethod(), getCallOptions(), request);

732731

}

733732

@@ -750,8 +749,9 @@ public com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession createReadS

750749

* </pre>

751750

*/

752751

public com.google.protobuf.Empty finalizeStream(

753-

com.google.cloud.bigquery.storage.v1beta1.Storage.FinalizeStreamRequest request) {

754-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

752+

com.google.cloud.bigquery.storage.v1beta1.Storage.FinalizeStreamRequest request)

753+

throws io.grpc.StatusException {

754+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

755755

getChannel(), getFinalizeStreamMethod(), getCallOptions(), request);

756756

}

757757

@@ -774,8 +774,9 @@ public com.google.protobuf.Empty finalizeStream(

774774

*/

775775

public com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamResponse

776776

splitReadStream(

777-

com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamRequest request) {

778-

return io.grpc.stub.ClientCalls.blockingUnaryCall(

777+

com.google.cloud.bigquery.storage.v1beta1.Storage.SplitReadStreamRequest request)

778+

throws io.grpc.StatusException {

779+

return io.grpc.stub.ClientCalls.blockingV2UnaryCall(

779780

getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);

780781

}

781782

}