FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add support for partial success in ListBuckets for json by nidhiii-27 · Pull Request #3415 · googleapis/java-storage · GitHub

feat: add support for partial success in ListBuckets for json - #3415

Merged
nidhiii-27 merged 14 commits into
mainfrom
list-buckets
Dec 9, 2025
Merged

feat: add support for partial success in ListBuckets for json#3415
nidhiii-27 merged 14 commits into
mainfrom
list-buckets

Conversation

Copy link
Copy Markdown
Contributor

This PR adds support for the returnPartialSuccess parameter in ListBuckets calls for JSON.
A new Storage.BucketListOption.returnPartialSuccess(true) is introduced. When set, the list operation returns a set containing both reachable buckets and unreachable buckets. Unreachable buckets are distinguished by having the isUnreachable=true flag set.

product-auto-label Bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/java-storage API. labels Dec 5, 2025
nidhiii-27 marked this pull request as ready for review December 5, 2025 11:51
nidhiii-27 requested review from a team December 5, 2025 11:51
Dhriti07 previously approved these changes Dec 8, 2025
nidhiii-27 merged commit 37ef7f3 into main Dec 9, 2025
26 checks passed
nidhiii-27 deleted the list-buckets branch December 9, 2025 05:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL