Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1cfe08c
chore: Update generation configuration at Tue Jan 27 02:48:00 UTC 2026
cloud-java-bot Jan 27, 2026
2c097c8
chore: merge main into generate-libraries-main
cloud-java-bot Jan 28, 2026
2a9881c
chore: Update generation configuration at Wed Jan 28 02:45:19 UTC 2026
cloud-java-bot Jan 28, 2026
e7bc462
chore: Update generation configuration at Thu Jan 29 02:58:14 UTC 2026
cloud-java-bot Jan 29, 2026
f37803e
chore: Update generation configuration at Fri Jan 30 02:59:03 UTC 2026
cloud-java-bot Jan 30, 2026
257a656
chore: merge main into generate-libraries-main
cloud-java-bot Jan 31, 2026
c194f69
chore: Update generation configuration at Sat Jan 31 02:55:08 UTC 2026
cloud-java-bot Jan 31, 2026
1564d89
chore: generate libraries at Sat Jan 31 02:55:36 UTC 2026
cloud-java-bot Jan 31, 2026
7f72946
chore: Update generation configuration at Sun Feb 1 03:05:25 UTC 2026
cloud-java-bot Feb 1, 2026
e47c910
chore: Update generation configuration at Tue Feb 3 03:02:24 UTC 2026
cloud-java-bot Feb 3, 2026
d42c53b
chore: Update generation configuration at Wed Feb 4 03:00:02 UTC 2026
cloud-java-bot Feb 4, 2026
b6134e3
chore: Update generation configuration at Thu Feb 5 03:01:27 UTC 2026
cloud-java-bot Feb 5, 2026
06d9f4c
chore: generate libraries at Thu Feb 5 03:01:57 UTC 2026
cloud-java-bot Feb 5, 2026
9133867
chore: Update generation configuration at Fri Feb 6 03:00:39 UTC 2026
cloud-java-bot Feb 6, 2026
d8f16e1
chore: Update generation configuration at Sat Feb 7 02:57:26 UTC 2026
cloud-java-bot Feb 7, 2026
8341a76
chore: Update generation configuration at Tue Feb 10 03:05:35 UTC 2026
cloud-java-bot Feb 10, 2026
907def5
chore: merge main into generate-libraries-main
cloud-java-bot Feb 11, 2026
9893271
chore: Update generation configuration at Wed Feb 11 03:05:47 UTC 2026
cloud-java-bot Feb 11, 2026
27eb570
chore: merge main into generate-libraries-main
cloud-java-bot Feb 12, 2026
c9bd0e0
chore: Update generation configuration at Thu Feb 12 03:05:23 UTC 2026
cloud-java-bot Feb 12, 2026
2531bf3
chore: merge main into generate-libraries-main
cloud-java-bot Feb 13, 2026
f6254a3
chore: Update generation configuration at Fri Feb 13 03:05:24 UTC 2026
cloud-java-bot Feb 13, 2026
287c329
chore: generate libraries at Fri Feb 13 03:05:55 UTC 2026
cloud-java-bot Feb 13, 2026
c6b84da
chore: Update generation configuration at Sat Feb 14 02:59:26 UTC 2026
cloud-java-bot Feb 14, 2026
a2a9447
chore: Update generation configuration at Sun Feb 15 03:05:15 UTC 2026
cloud-java-bot Feb 15, 2026
b2916b2
chore: generate libraries at Sun Feb 15 03:05:44 UTC 2026
cloud-java-bot Feb 15, 2026
3ebffde
chore: Update generation configuration at Tue Feb 17 03:02:46 UTC 2026
cloud-java-bot Feb 17, 2026
8504dd0
chore: merge main into generate-libraries-main
cloud-java-bot Feb 18, 2026
4098640
chore: Update generation configuration at Wed Feb 18 03:03:55 UTC 2026
cloud-java-bot Feb 18, 2026
01d5259
chore: merge main into generate-libraries-main
cloud-java-bot Feb 19, 2026
b5276cf
chore: Update generation configuration at Thu Feb 19 03:03:15 UTC 2026
cloud-java-bot Feb 19, 2026
985c86e
chore: Update generation configuration at Fri Feb 20 03:01:16 UTC 2026
cloud-java-bot Feb 20, 2026
fb60890
chore: generate libraries at Fri Feb 20 03:01:49 UTC 2026
cloud-java-bot Feb 20, 2026
a8479cb
chore: Update generation configuration at Sat Feb 21 02:56:46 UTC 2026
cloud-java-bot Feb 21, 2026
6d7f324
chore: Update generation configuration at Tue Feb 24 03:03:00 UTC 2026
cloud-java-bot Feb 24, 2026
2ed0ed0
chore: merge main into generate-libraries-main
cloud-java-bot Feb 25, 2026
fca11c7
chore: Update generation configuration at Wed Feb 25 03:03:27 UTC 2026
cloud-java-bot Feb 25, 2026
0115f2b
chore: generate libraries at Wed Feb 25 03:03:54 UTC 2026
cloud-java-bot Feb 25, 2026
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 .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.57.0" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.57.0" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.57.0" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.74.0</version>
<version>26.76.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -43,15 +43,15 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.146.0</version>
<version>1.148.0</version>
</dependency>

```

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

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.74.0')
implementation platform('com.google.cloud:libraries-bom:26.76.0')

implementation 'com.google.cloud:google-cloud-pubsub'
```
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.66.0
googleapis_commitish: 2ac88973cbafba24e4fb6f31038e0c76174ae704
libraries_bom_version: 26.74.0
gapic_generator_version: 2.67.0
googleapis_commitish: c662840a94dbdf708caa44893a2d49119cdd391c
libraries_bom_version: 26.76.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
Expand Down

This file was deleted.

Loading