Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
1f10d39
chore: Update generation configuration at Fri Feb 13 02:58:26 UTC 2026
cloud-java-bot Feb 13, 2026
ce34635
chore: Update generation configuration at Sat Feb 14 02:52:56 UTC 2026
cloud-java-bot Feb 14, 2026
70ea8e1
chore: Update generation configuration at Sun Feb 15 02:58:25 UTC 2026
cloud-java-bot Feb 15, 2026
c88e81a
chore: generate libraries at Sun Feb 15 02:58:54 UTC 2026
cloud-java-bot Feb 15, 2026
acd5b04
chore: Update generation configuration at Tue Feb 17 02:55:44 UTC 2026
cloud-java-bot Feb 17, 2026
1707394
chore: merge main into generate-libraries-main
cloud-java-bot Feb 18, 2026
4e6df8a
chore: Update generation configuration at Wed Feb 18 02:56:57 UTC 2026
cloud-java-bot Feb 18, 2026
91d3807
chore: merge main into generate-libraries-main
cloud-java-bot Feb 19, 2026
a9d45f8
chore: Update generation configuration at Thu Feb 19 02:56:36 UTC 2026
cloud-java-bot Feb 19, 2026
4151b72
chore: Update generation configuration at Fri Feb 20 02:54:25 UTC 2026
cloud-java-bot Feb 20, 2026
ba5e585
chore: Update generation configuration at Sat Feb 21 02:50:12 UTC 2026
cloud-java-bot Feb 21, 2026
8c42974
chore: Update generation configuration at Tue Feb 24 02:55:58 UTC 2026
cloud-java-bot Feb 24, 2026
84b4219
chore: merge main into generate-libraries-main
cloud-java-bot Feb 25, 2026
01014a6
chore: Update generation configuration at Wed Feb 25 02:56:37 UTC 2026
cloud-java-bot Feb 25, 2026
709ae97
chore: Update generation configuration at Thu Feb 26 02:53:56 UTC 2026
cloud-java-bot Feb 26, 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 .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.66.1
- uses: googleapis/sdk-platform-java/.github/scripts@v2.67.0
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.75.0')
implementation platform('com.google.cloud:libraries-bom:26.76.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.66.1
googleapis_commitish: 5b2aa2c08c23f26d6e8abe65377077c624878d12
libraries_bom_version: 26.75.0
gapic_generator_version: 2.67.0
googleapis_commitish: dd3d17addb94bd4a392a5270795c11a27a1334fc
libraries_bom_version: 26.76.0
libraries:
- api_shortname: firestore
name_pretty: Cloud Firestore
Expand Down
Loading