Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
2cdb7b4
chore: Update generation configuration at Tue May 6 02:29:24 UTC 2025
cloud-java-bot May 6, 2025
88fc23c
chore: merge main into generate-libraries-main
cloud-java-bot May 8, 2025
b4e374b
chore: Update generation configuration at Thu May 8 02:30:01 UTC 2025
cloud-java-bot May 8, 2025
5e7df46
chore: generate libraries at Thu May 8 02:30:33 UTC 2025
cloud-java-bot May 8, 2025
dc6d31c
chore: Update generation configuration at Fri May 9 02:29:40 UTC 2025
cloud-java-bot May 9, 2025
ec5241f
chore: Update generation configuration at Sat May 10 02:28:16 UTC 2025
cloud-java-bot May 10, 2025
b7fb9dc
chore: Update generation configuration at Sun May 11 02:30:51 UTC 2025
cloud-java-bot May 11, 2025
d763e70
chore: generate libraries at Sun May 11 02:31:19 UTC 2025
cloud-java-bot May 11, 2025
635898e
chore: Update generation configuration at Tue May 13 02:30:22 UTC 2025
cloud-java-bot May 13, 2025
dab361c
chore: Update generation configuration at Wed May 14 02:29:42 UTC 2025
cloud-java-bot May 14, 2025
f42fa16
chore: Update generation configuration at Thu May 15 02:29:27 UTC 2025
cloud-java-bot May 15, 2025
8f0f78d
chore: generate libraries at Thu May 15 02:29:57 UTC 2025
cloud-java-bot May 15, 2025
41b61fe
chore: merge main into generate-libraries-main
cloud-java-bot May 16, 2025
c3b92e3
chore: Update generation configuration at Fri May 16 02:30:18 UTC 2025
cloud-java-bot May 16, 2025
ea7c927
chore: Update generation configuration at Sat May 17 02:28:48 UTC 2025
cloud-java-bot May 17, 2025
5699a90
chore: Update generation configuration at Tue May 20 02:30:22 UTC 2025
cloud-java-bot May 20, 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 .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.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.48.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.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.48.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.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.48.0" # {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 @@ -51,7 +51,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.59.0')
implementation platform('com.google.cloud:libraries-bom:26.60.0')

implementation 'com.google.cloud:google-cloud-logging'
```
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.56.3
googleapis_commitish: 7ab5d0f5e87ed25778eeb8318e89cdad4d67ed6c
libraries_bom_version: 26.59.0
gapic_generator_version: 2.58.0
googleapis_commitish: 7d43527b927f65a80de9f0071d0a2e1c172de849
libraries_bom_version: 26.60.0
libraries:
- api_shortname: logging
name_pretty: Cloud Logging
Expand Down