Skip to content

Commit af40810

Browse files
chore: Update generation configuration at Fri Oct 3 02:29:13 UTC 2025 (#2568)
* chore: Update generation configuration at Tue Sep 30 02:29:43 UTC 2025 * chore: generate libraries at Tue Sep 30 02:30:17 UTC 2025 * chore: Update generation configuration at Wed Oct 1 02:34:55 UTC 2025 * chore: Update generation configuration at Thu Oct 2 02:29:38 UTC 2025 * chore: Update generation configuration at Fri Oct 3 02:29:13 UTC 2025 * chore: generate libraries at Fri Oct 3 02:29:47 UTC 2025
1 parent 0189388 commit af40810

File tree

14 files changed

+282
-153
lines changed

14 files changed

+282
-153
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17, 21, 24]
28+
java: [11, 17, 21, 25]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4

.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.62.2
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.3
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.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.3" # {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.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.3" # {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.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.3" # {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
@@ -43,15 +43,15 @@ 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.141.4</version>
46+
<version>1.141.5</version>
4747
</dependency>
4848

4949
```
5050

5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.68.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.69.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

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.62.2
2-
googleapis_commitish: 31b413bc4feb03f6849c718048c2b9998561b5fa
3-
libraries_bom_version: 26.68.0
1+
gapic_generator_version: 2.62.3
2+
googleapis_commitish: 9070e63a1f574261c153ef6e94afc55677200337
3+
libraries_bom_version: 26.69.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriptionAdminClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,7 @@ public final UnaryCallable<PullRequest, PullResponse> pullCallable() {
24062406
* .setClientId("clientId908408390")
24072407
* .setMaxOutstandingMessages(-1315266996)
24082408
* .setMaxOutstandingBytes(-2103098517)
2409+
* .setProtocolVersion(-1161610703)
24092410
* .build();
24102411
* bidiStream.send(request);
24112412
* for (StreamingPullResponse response : bidiStream) {

google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/SubscriptionAdminClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ public void streamingPullTest() throws Exception {
10741074
.setClientId("clientId908408390")
10751075
.setMaxOutstandingMessages(-1315266996)
10761076
.setMaxOutstandingBytes(-2103098517)
1077+
.setProtocolVersion(-1161610703)
10771078
.build();
10781079

10791080
MockStreamObserver<StreamingPullResponse> responseObserver = new MockStreamObserver<>();
@@ -1105,6 +1106,7 @@ public void streamingPullExceptionTest() throws Exception {
11051106
.setClientId("clientId908408390")
11061107
.setMaxOutstandingMessages(-1315266996)
11071108
.setMaxOutstandingBytes(-2103098517)
1109+
.setProtocolVersion(-1161610703)
11081110
.build();
11091111

11101112
MockStreamObserver<StreamingPullResponse> responseObserver = new MockStreamObserver<>();

0 commit comments

Comments
 (0)