feat(generator): emit ResumableUploadCallSettings on stub and service settings - #14318
Draft
whowes wants to merge 1 commit into
Draft
feat(generator): emit ResumableUploadCallSettings on stub and service settings#14318whowes wants to merge 1 commit into
whowes wants to merge 1 commit into
Conversation
whowes
added this pull request to stack #14327
September 9, 2026 06:35
whowes
force-pushed
the
whowes/generator-settings-codegen
branch
from
September 9, 2026 15:50
9e50315 to
e99b1f1
Compare
whowes
force-pushed
the
whowes/generator-settings-codegen
branch
from
September 9, 2026 20:16
e99b1f1 to
14d6389
Compare
whowes
removed this pull request from stack #14327
September 9, 2026 23:45
whowes
added this pull request to stack #14343
September 9, 2026 23:47
whowes
force-pushed
the
whowes/generator-settings-codegen
branch
from
September 9, 2026 23:50
14d6389 to
74e2bea
Compare
whowes
force-pushed
the
whowes/generator-settings-codegen
branch
from
September 10, 2026 01:15
74e2bea to
b03ac25
Compare
whowes
force-pushed
the
whowes/generator-settings-codegen
branch
from
September 10, 2026 06:04
b03ac25 to
fb557d9
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.



Adds generator support for emitting
ResumableUploadCallSettingson stub and service settings classes to support protocol-specific upload options. Resumable upload settings are populated with global timeouts extracted from the service configuration while bypassing standard unary retries, and unit goldens are included to lock in the generated AST.