Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
65aa52b
chore: Update generation configuration at Wed Oct 8 02:27:17 UTC 2025
cloud-java-bot Oct 8, 2025
8df590c
chore: Update generation configuration at Thu Oct 9 02:28:24 UTC 2025
cloud-java-bot Oct 9, 2025
4d56202
chore: Update generation configuration at Fri Oct 10 02:29:00 UTC 2025
cloud-java-bot Oct 10, 2025
5b1d6b4
chore: generate libraries at Fri Oct 10 02:29:35 UTC 2025
cloud-java-bot Oct 10, 2025
ba2db28
chore: Update generation configuration at Sat Oct 11 02:25:28 UTC 2025
cloud-java-bot Oct 11, 2025
6d656a6
chore: Update generation configuration at Tue Oct 14 02:28:59 UTC 2025
cloud-java-bot Oct 14, 2025
ad6c88d
chore: Update generation configuration at Wed Oct 15 02:30:10 UTC 2025
cloud-java-bot Oct 15, 2025
2bdc3d9
chore: Update generation configuration at Thu Oct 16 02:28:16 UTC 2025
cloud-java-bot Oct 16, 2025
4d5727c
chore: Update generation configuration at Fri Oct 17 02:29:00 UTC 2025
cloud-java-bot Oct 17, 2025
b3296f0
chore: merge main into generate-libraries-main
cloud-java-bot Oct 18, 2025
e6557b4
chore: Update generation configuration at Sat Oct 18 02:24:44 UTC 2025
cloud-java-bot Oct 18, 2025
ecb540b
chore: Update generation configuration at Sun Oct 19 02:32:51 UTC 2025
cloud-java-bot Oct 19, 2025
8419b2b
chore: merge main into generate-libraries-main
cloud-java-bot Oct 21, 2025
8242742
chore: Update generation configuration at Tue Oct 21 02:29:07 UTC 2025
cloud-java-bot Oct 21, 2025
b66f8a1
chore: Update generation configuration at Wed Oct 22 02:31:20 UTC 2025
cloud-java-bot Oct 22, 2025
24ecb8a
chore: Update generation configuration at Thu Oct 23 02:30:23 UTC 2025
cloud-java-bot Oct 23, 2025
b047184
chore: Update generation configuration at Fri Oct 24 02:27:25 UTC 2025
cloud-java-bot Oct 24, 2025
8cff701
chore: Update generation configuration at Sat Oct 25 02:27:45 UTC 2025
cloud-java-bot Oct 25, 2025
300f0de
chore: Update generation configuration at Tue Oct 28 02:30:17 UTC 2025
cloud-java-bot Oct 28, 2025
297f771
chore: generate libraries at Tue Oct 28 02:30:49 UTC 2025
cloud-java-bot Oct 28, 2025
2eafc68
chore: Update generation configuration at Wed Oct 29 02:32:51 UTC 2025
cloud-java-bot Oct 29, 2025
117b7b6
chore: Update generation configuration at Thu Oct 30 02:30:51 UTC 2025
cloud-java-bot Oct 30, 2025
55fcc6d
chore: Update generation configuration at Fri Oct 31 02:31:32 UTC 2025
cloud-java-bot Oct 31, 2025
65d38fc
chore: Update generation configuration at Sat Nov 1 02:31:54 UTC 2025
cloud-java-bot Nov 1, 2025
381840a
chore: Update generation configuration at Tue Nov 4 02:31:03 UTC 2025
cloud-java-bot Nov 4, 2025
3e440d0
chore: Update generation configuration at Wed Nov 5 02:30:36 UTC 2025
cloud-java-bot Nov 5, 2025
c48b4a2
chore: generate libraries at Wed Nov 5 02:31:09 UTC 2025
cloud-java-bot Nov 5, 2025
63e1a24
chore: Update generation configuration at Thu Nov 6 02:31:37 UTC 2025
cloud-java-bot Nov 6, 2025
d7a406a
chore: Update generation configuration at Fri Nov 7 02:30:31 UTC 2025
cloud-java-bot Nov 7, 2025
4371384
chore: Update generation configuration at Sat Nov 8 02:27:33 UTC 2025
cloud-java-bot Nov 8, 2025
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/scripts@v2.62.3
- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1
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 @@ -49,7 +49,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.69.0')
implementation platform('com.google.cloud:libraries-bom:26.71.0')

implementation 'com.google.cloud:google-cloud-firestore'
```
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.62.3
googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d
libraries_bom_version: 26.69.0
gapic_generator_version: 2.64.1
googleapis_commitish: 1b5f8632487bce889ce05366647addc6ef5ee36d
libraries_bom_version: 26.71.0
libraries:
- api_shortname: firestore
name_pretty: Cloud Firestore
Expand Down
Loading
Loading