feat(gax): add ResumableUploadClient and types for startUpload() - #14072
Draft
whowes wants to merge 1 commit into
Draft
feat(gax): add ResumableUploadClient and types for startUpload()#14072whowes wants to merge 1 commit into
whowes wants to merge 1 commit into
Conversation
whowes
force-pushed
the
whowes/resumable-upload-client
branch
2 times, most recently
from
August 13, 2026 22:38
24d585f to
1ee141c
Compare
Contributor
Author
|
/gemini review |
whowes
force-pushed
the
whowes/resumable-upload-client
branch
from
August 14, 2026 00:28
1ee141c to
8bf9f95
Compare
whowes
force-pushed
the
whowes/resumable-upload-client
branch
2 times, most recently
from
August 14, 2026 01:14
1dd6b86 to
b8e7261
Compare
whowes
marked this pull request as ready for review
August 14, 2026 01:54
whowes
marked this pull request as draft
August 14, 2026 16:05
whowes
force-pushed
the
whowes/resumable-upload-client
branch
from
August 17, 2026 23:44
b8e7261 to
003083c
Compare
whowes
changed the base branch from
main
to
whowes/string-http-response-parser
August 17, 2026 23:44
whowes
force-pushed
the
whowes/resumable-upload-client
branch
2 times, most recently
from
August 18, 2026 00:03
34d9c14 to
68cadaf
Compare
Contributor
Author
|
/gemini review |
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces the initial API types and interfaces for low-level resumable upload operations under the com.google.api.gax.resumable package. It adds the ResumableUploadClient interface, the ResumableUploadSession and StartUploadRequest AutoValue classes, and corresponding unit tests to verify immutability, path normalization, and chunk granularity defaults. I have no feedback to provide.
whowes
force-pushed
the
whowes/resumable-upload-client
branch
from
August 18, 2026 00:35
68cadaf to
c07069b
Compare
whowes
force-pushed
the
whowes/resumable-upload-client
branch
from
August 18, 2026 21:51
c07069b to
8a4d18e
Compare
whowes
changed the base branch from
whowes/string-http-response-parser
to
whowes/get-first-header
August 18, 2026 21:53
|
|
whowes
force-pushed
the
whowes/resumable-upload-client
branch
from
August 18, 2026 22:52
8a4d18e to
8ca4f84
Compare
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





HTTP/JSON client implementation for startUpload is in #14091.