Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
08d7ee5
chore: Update generation configuration at Fri Oct 10 02:27:50 UTC 2025
cloud-java-bot Oct 10, 2025
b7daf47
chore: generate libraries at Fri Oct 10 02:28:28 UTC 2025
cloud-java-bot Oct 10, 2025
993e304
chore: merge main into generate-libraries-main
cloud-java-bot Oct 11, 2025
d9b4085
chore: Update generation configuration at Sat Oct 11 02:25:08 UTC 2025
cloud-java-bot Oct 11, 2025
666a86c
chore: generate libraries at Sat Oct 11 02:25:46 UTC 2025
cloud-java-bot Oct 11, 2025
79deb81
chore: Update generation configuration at Tue Oct 14 02:28:09 UTC 2025
cloud-java-bot Oct 14, 2025
3eecec7
chore: Update generation configuration at Wed Oct 15 02:32:50 UTC 2025
cloud-java-bot Oct 15, 2025
c36c29d
chore: Update generation configuration at Thu Oct 16 02:29:18 UTC 2025
cloud-java-bot Oct 16, 2025
753baca
chore: Update generation configuration at Fri Oct 17 02:29:04 UTC 2025
cloud-java-bot Oct 17, 2025
77ae432
chore: generate libraries at Fri Oct 17 02:29:50 UTC 2025
cloud-java-bot Oct 17, 2025
ae798fa
chore: Update generation configuration at Sat Oct 18 02:25:48 UTC 2025
cloud-java-bot Oct 18, 2025
dc024be
chore: Update generation configuration at Sun Oct 19 02:35:27 UTC 2025
cloud-java-bot Oct 19, 2025
78072e9
chore: merge main into generate-libraries-main
cloud-java-bot Oct 21, 2025
a37d880
chore: Update generation configuration at Tue Oct 21 02:28:40 UTC 2025
cloud-java-bot Oct 21, 2025
db80e40
chore: merge main into generate-libraries-main
cloud-java-bot Oct 22, 2025
a1d6534
chore: Update generation configuration at Wed Oct 22 02:29:18 UTC 2025
cloud-java-bot Oct 22, 2025
384d8d2
chore: generate libraries at Wed Oct 22 02:29:56 UTC 2025
cloud-java-bot Oct 22, 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 @@ -43,7 +43,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.63.0
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.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.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.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.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.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.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 @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.58.1</version>
<version>2.59.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.58.1</version>
<version>2.59.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.69.0')
implementation platform('com.google.cloud:libraries-bom:26.70.0')

implementation 'com.google.cloud:google-cloud-storage'
```
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: 7b2b58ff4fb3eee3c0923af35fdee90134fabe3b
libraries_bom_version: 26.69.0
gapic_generator_version: 2.63.0
googleapis_commitish: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
libraries_bom_version: 26.70.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down