feat(gax): add ResumableUploadCallable creation to Callables and HttpJsonCallableFactory - #14242
feat(gax): add ResumableUploadCallable creation to Callables and HttpJsonCallableFactory#14242whowes wants to merge 1 commit into
Conversation
aef944f to
8cca7df
Compare
8cca7df to
13ed5aa
Compare
13ed5aa to
cb17291
Compare
3c30fa0 to
f88f691
Compare
…JsonCallableFactory
f88f691 to
c36a2ad
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces support for resumable uploads in the HTTP/JSON transport layer by adding the createResumableUploadCallable factory method to HttpJsonCallableFactory and the resumableUpload utility method to Callables. Corresponding unit tests have also been added to verify their behavior. There are no review comments, so I have no feedback to provide.
|
|




This change wires up the minimal Callable implementation from #14241 into the relevant existing factory classes.