Skip to content

Commit b210251

Browse files
chore: Update generation configuration at Thu Nov 13 02:35:52 UTC 2025 (#2606)
* chore: Update generation configuration at Wed Oct 29 02:36:04 UTC 2025 * chore: generate libraries at Wed Oct 29 02:36:40 UTC 2025 * chore: Update generation configuration at Thu Oct 30 02:35:08 UTC 2025 * chore: Update generation configuration at Fri Oct 31 02:36:01 UTC 2025 * chore: Update generation configuration at Sat Nov 1 02:35:35 UTC 2025 * chore: Update generation configuration at Tue Nov 4 02:36:23 UTC 2025 * chore: Update generation configuration at Wed Nov 5 02:35:14 UTC 2025 * chore: generate libraries at Wed Nov 5 02:35:46 UTC 2025 * chore: Update generation configuration at Thu Nov 6 02:35:50 UTC 2025 * chore: Update generation configuration at Fri Nov 7 02:34:52 UTC 2025 * chore: Update generation configuration at Sat Nov 8 02:31:55 UTC 2025 * chore: generate libraries at Sat Nov 8 02:32:23 UTC 2025 * chore: Update generation configuration at Tue Nov 11 02:35:53 UTC 2025 * chore: Update generation configuration at Wed Nov 12 02:34:52 UTC 2025 * chore: Update generation configuration at Thu Nov 13 02:35:52 UTC 2025 --------- Co-authored-by: Diego Marquez <[email protected]>
1 parent c99373f commit b210251

File tree

10 files changed

+87
-88
lines changed

10 files changed

+87
-88
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/scripts@v2.63.0
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 }}

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# the branch into which the pull request is merged
2727
base_branch: main
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.70.0</version>
22+
<version>26.71.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.142.0</version>
46+
<version>1.143.0</version>
4747
</dependency>
4848

4949
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.63.0
2-
googleapis_commitish: b1a9eefc2e1021fb9465bdac5e2984499451ae34
1+
gapic_generator_version: 2.64.1
2+
googleapis_commitish: 5342712986262b93211b136eb4bd6fb79b3764af
33
libraries_bom_version: 26.71.0
44
libraries:
55
- api_shortname: pubsub

grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PublisherGrpc.java

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
* messages to a topic.
2626
* </pre>
2727
*/
28-
@javax.annotation.Generated(
29-
value = "by gRPC proto compiler",
30-
comments = "Source: google/pubsub/v1/pubsub.proto")
3128
@io.grpc.stub.annotations.GrpcGenerated
3229
public final class PublisherGrpc {
3330

@@ -832,8 +829,9 @@ protected PublisherBlockingV2Stub build(
832829
* (https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
833830
* </pre>
834831
*/
835-
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request) {
836-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
832+
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request)
833+
throws io.grpc.StatusException {
834+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
837835
getChannel(), getCreateTopicMethod(), getCallOptions(), request);
838836
}
839837

@@ -845,8 +843,9 @@ public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request
845843
* mask. Note that certain properties of a topic are not modifiable.
846844
* </pre>
847845
*/
848-
public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRequest request) {
849-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
846+
public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRequest request)
847+
throws io.grpc.StatusException {
848+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
850849
getChannel(), getUpdateTopicMethod(), getCallOptions(), request);
851850
}
852851

@@ -858,9 +857,9 @@ public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRe
858857
* does not exist.
859858
* </pre>
860859
*/
861-
public com.google.pubsub.v1.PublishResponse publish(
862-
com.google.pubsub.v1.PublishRequest request) {
863-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
860+
public com.google.pubsub.v1.PublishResponse publish(com.google.pubsub.v1.PublishRequest request)
861+
throws io.grpc.StatusException {
862+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
864863
getChannel(), getPublishMethod(), getCallOptions(), request);
865864
}
866865

@@ -871,8 +870,9 @@ public com.google.pubsub.v1.PublishResponse publish(
871870
* Gets the configuration of a topic.
872871
* </pre>
873872
*/
874-
public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest request) {
875-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
873+
public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest request)
874+
throws io.grpc.StatusException {
875+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
876876
getChannel(), getGetTopicMethod(), getCallOptions(), request);
877877
}
878878

@@ -884,8 +884,8 @@ public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest
884884
* </pre>
885885
*/
886886
public com.google.pubsub.v1.ListTopicsResponse listTopics(
887-
com.google.pubsub.v1.ListTopicsRequest request) {
888-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
887+
com.google.pubsub.v1.ListTopicsRequest request) throws io.grpc.StatusException {
888+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
889889
getChannel(), getListTopicsMethod(), getCallOptions(), request);
890890
}
891891

@@ -897,8 +897,8 @@ public com.google.pubsub.v1.ListTopicsResponse listTopics(
897897
* </pre>
898898
*/
899899
public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscriptions(
900-
com.google.pubsub.v1.ListTopicSubscriptionsRequest request) {
901-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
900+
com.google.pubsub.v1.ListTopicSubscriptionsRequest request) throws io.grpc.StatusException {
901+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
902902
getChannel(), getListTopicSubscriptionsMethod(), getCallOptions(), request);
903903
}
904904

@@ -914,8 +914,8 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
914914
* </pre>
915915
*/
916916
public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
917-
com.google.pubsub.v1.ListTopicSnapshotsRequest request) {
918-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
917+
com.google.pubsub.v1.ListTopicSnapshotsRequest request) throws io.grpc.StatusException {
918+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
919919
getChannel(), getListTopicSnapshotsMethod(), getCallOptions(), request);
920920
}
921921

@@ -930,8 +930,9 @@ public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
930930
* not deleted, but their `topic` field is set to `_deleted-topic_`.
931931
* </pre>
932932
*/
933-
public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request) {
934-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
933+
public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request)
934+
throws io.grpc.StatusException {
935+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
935936
getChannel(), getDeleteTopicMethod(), getCallOptions(), request);
936937
}
937938

@@ -946,8 +947,8 @@ public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicReq
946947
* </pre>
947948
*/
948949
public com.google.pubsub.v1.DetachSubscriptionResponse detachSubscription(
949-
com.google.pubsub.v1.DetachSubscriptionRequest request) {
950-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
950+
com.google.pubsub.v1.DetachSubscriptionRequest request) throws io.grpc.StatusException {
951+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
951952
getChannel(), getDetachSubscriptionMethod(), getCallOptions(), request);
952953
}
953954
}

grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/SchemaServiceGrpc.java

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
* Service for doing schema-related operations.
2525
* </pre>
2626
*/
27-
@javax.annotation.Generated(
28-
value = "by gRPC proto compiler",
29-
comments = "Source: google/pubsub/v1/schema.proto")
3027
@io.grpc.stub.annotations.GrpcGenerated
3128
public final class SchemaServiceGrpc {
3229

@@ -881,8 +878,8 @@ protected SchemaServiceBlockingV2Stub build(
881878
* </pre>
882879
*/
883880
public com.google.pubsub.v1.Schema createSchema(
884-
com.google.pubsub.v1.CreateSchemaRequest request) {
885-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
881+
com.google.pubsub.v1.CreateSchemaRequest request) throws io.grpc.StatusException {
882+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
886883
getChannel(), getCreateSchemaMethod(), getCallOptions(), request);
887884
}
888885

@@ -893,8 +890,9 @@ public com.google.pubsub.v1.Schema createSchema(
893890
* Gets a schema.
894891
* </pre>
895892
*/
896-
public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaRequest request) {
897-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
893+
public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaRequest request)
894+
throws io.grpc.StatusException {
895+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
898896
getChannel(), getGetSchemaMethod(), getCallOptions(), request);
899897
}
900898

@@ -906,8 +904,8 @@ public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaReque
906904
* </pre>
907905
*/
908906
public com.google.pubsub.v1.ListSchemasResponse listSchemas(
909-
com.google.pubsub.v1.ListSchemasRequest request) {
910-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
907+
com.google.pubsub.v1.ListSchemasRequest request) throws io.grpc.StatusException {
908+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
911909
getChannel(), getListSchemasMethod(), getCallOptions(), request);
912910
}
913911

@@ -919,8 +917,8 @@ public com.google.pubsub.v1.ListSchemasResponse listSchemas(
919917
* </pre>
920918
*/
921919
public com.google.pubsub.v1.ListSchemaRevisionsResponse listSchemaRevisions(
922-
com.google.pubsub.v1.ListSchemaRevisionsRequest request) {
923-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
920+
com.google.pubsub.v1.ListSchemaRevisionsRequest request) throws io.grpc.StatusException {
921+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
924922
getChannel(), getListSchemaRevisionsMethod(), getCallOptions(), request);
925923
}
926924

@@ -932,8 +930,8 @@ public com.google.pubsub.v1.ListSchemaRevisionsResponse listSchemaRevisions(
932930
* </pre>
933931
*/
934932
public com.google.pubsub.v1.Schema commitSchema(
935-
com.google.pubsub.v1.CommitSchemaRequest request) {
936-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
933+
com.google.pubsub.v1.CommitSchemaRequest request) throws io.grpc.StatusException {
934+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
937935
getChannel(), getCommitSchemaMethod(), getCallOptions(), request);
938936
}
939937

@@ -945,8 +943,8 @@ public com.google.pubsub.v1.Schema commitSchema(
945943
* </pre>
946944
*/
947945
public com.google.pubsub.v1.Schema rollbackSchema(
948-
com.google.pubsub.v1.RollbackSchemaRequest request) {
949-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
946+
com.google.pubsub.v1.RollbackSchemaRequest request) throws io.grpc.StatusException {
947+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
950948
getChannel(), getRollbackSchemaMethod(), getCallOptions(), request);
951949
}
952950

@@ -958,8 +956,8 @@ public com.google.pubsub.v1.Schema rollbackSchema(
958956
* </pre>
959957
*/
960958
public com.google.pubsub.v1.Schema deleteSchemaRevision(
961-
com.google.pubsub.v1.DeleteSchemaRevisionRequest request) {
962-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
959+
com.google.pubsub.v1.DeleteSchemaRevisionRequest request) throws io.grpc.StatusException {
960+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
963961
getChannel(), getDeleteSchemaRevisionMethod(), getCallOptions(), request);
964962
}
965963

@@ -970,9 +968,9 @@ public com.google.pubsub.v1.Schema deleteSchemaRevision(
970968
* Deletes a schema.
971969
* </pre>
972970
*/
973-
public com.google.protobuf.Empty deleteSchema(
974-
com.google.pubsub.v1.DeleteSchemaRequest request) {
975-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
971+
public com.google.protobuf.Empty deleteSchema(com.google.pubsub.v1.DeleteSchemaRequest request)
972+
throws io.grpc.StatusException {
973+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
976974
getChannel(), getDeleteSchemaMethod(), getCallOptions(), request);
977975
}
978976

@@ -984,8 +982,8 @@ public com.google.protobuf.Empty deleteSchema(
984982
* </pre>
985983
*/
986984
public com.google.pubsub.v1.ValidateSchemaResponse validateSchema(
987-
com.google.pubsub.v1.ValidateSchemaRequest request) {
988-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
985+
com.google.pubsub.v1.ValidateSchemaRequest request) throws io.grpc.StatusException {
986+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
989987
getChannel(), getValidateSchemaMethod(), getCallOptions(), request);
990988
}
991989

@@ -997,8 +995,8 @@ public com.google.pubsub.v1.ValidateSchemaResponse validateSchema(
997995
* </pre>
998996
*/
999997
public com.google.pubsub.v1.ValidateMessageResponse validateMessage(
1000-
com.google.pubsub.v1.ValidateMessageRequest request) {
1001-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
998+
com.google.pubsub.v1.ValidateMessageRequest request) throws io.grpc.StatusException {
999+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
10021000
getChannel(), getValidateMessageMethod(), getCallOptions(), request);
10031001
}
10041002
}

0 commit comments

Comments
 (0)