Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
486951b
chore: Update generation configuration at Tue Jan 27 02:41:50 UTC 2026
cloud-java-bot Jan 27, 2026
9a15da4
chore: Update generation configuration at Wed Jan 28 02:39:15 UTC 2026
cloud-java-bot Jan 28, 2026
fa5a1cb
chore: Update generation configuration at Thu Jan 29 02:51:40 UTC 2026
cloud-java-bot Jan 29, 2026
f74a672
chore: Update generation configuration at Fri Jan 30 02:51:51 UTC 2026
cloud-java-bot Jan 30, 2026
8dfe48e
chore: merge main into generate-libraries-main
cloud-java-bot Jan 31, 2026
acde385
chore: Update generation configuration at Sat Jan 31 02:48:51 UTC 2026
cloud-java-bot Jan 31, 2026
8718a55
chore: generate libraries at Sat Jan 31 02:49:19 UTC 2026
cloud-java-bot Jan 31, 2026
d668b9f
chore: Update generation configuration at Sun Feb 1 02:58:18 UTC 2026
cloud-java-bot Feb 1, 2026
1717155
chore: Update generation configuration at Tue Feb 3 02:55:02 UTC 2026
cloud-java-bot Feb 3, 2026
908d27a
chore: Update generation configuration at Wed Feb 4 02:52:38 UTC 2026
cloud-java-bot Feb 4, 2026
0c4b16e
chore: Update generation configuration at Thu Feb 5 02:53:54 UTC 2026
cloud-java-bot Feb 5, 2026
189ca86
chore: generate libraries at Thu Feb 5 02:54:25 UTC 2026
cloud-java-bot Feb 5, 2026
08cb58c
chore: Update generation configuration at Fri Feb 6 02:53:44 UTC 2026
cloud-java-bot Feb 6, 2026
b9fc4b9
chore: Update generation configuration at Sat Feb 7 02:50:54 UTC 2026
cloud-java-bot Feb 7, 2026
5554eae
chore: Update generation configuration at Tue Feb 10 02:58:24 UTC 2026
cloud-java-bot Feb 10, 2026
17cc784
chore: merge main into generate-libraries-main
cloud-java-bot Feb 11, 2026
17b0c8e
chore: Update generation configuration at Wed Feb 11 02:57:58 UTC 2026
cloud-java-bot Feb 11, 2026
28c4572
chore: merge main into generate-libraries-main
cloud-java-bot Feb 12, 2026
0d77495
chore: Update generation configuration at Thu Feb 12 02:57:47 UTC 2026
cloud-java-bot Feb 12, 2026
cf996be
chore: Update generation configuration at Fri Feb 13 02:57:54 UTC 2026
cloud-java-bot Feb 13, 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_GITHUB_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.0
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
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.56.1" # {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.56.1" # {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.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
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.74.0')
implementation platform('com.google.cloud:libraries-bom:26.75.0')

implementation 'com.google.cloud:google-cloud-datastore'
```
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.66.1
googleapis_commitish: 6eead6ed94bddc12fe22189880a0b8f722c70478
libraries_bom_version: 26.75.0
libraries:
- api_shortname: datastore
name_pretty: Cloud Datastore
Expand Down
Loading