Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
chore: generate libraries at Tue Sep 9 17:26:06 UTC 2025
  • Loading branch information
cloud-java-bot committed Sep 9, 2025
commit 4f41bfa48a25f1a3a87afb20cbcb3202faf40593
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ implementation 'com.google.cloud:google-cloud-storage'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage:2.56.0'
implementation 'com.google.cloud:google-cloud-storage:2.57.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.56.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.57.0"
```

## Authentication
Expand Down Expand Up @@ -523,7 +523,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.56.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ public static JsonTrimmingScenario of(Map<String, String> m, Set<String> fieldsT
+ " \"generation\": \"1755811928351810\",\n"
+ " \"id\": \"some-bucket/some-name/1755811928351810\",\n"
+ " \"md5Hash\": \"1B2M2Y8AsgTpgAmY7PhCfg\\u003d\\u003d\",\n"
+ " \"mediaLink\": \"https://storage.googleapis.com/download/storage/v1/b/some-bucket/o/some-name?generation\\u003d1755811928351810\\u0026alt\\u003dmedia\",\n"
+ " \"mediaLink\":"
+ " \"https://storage.googleapis.com/download/storage/v1/b/some-bucket/o/some-name?generation\\u003d1755811928351810\\u0026alt\\u003dmedia\",\n"
+ " \"metadata\": {\n"
+ " \"k1\": \"\"\n"
+ " },\n"
Expand Down
Loading