[Automated] Update gcloud CLI Options - #4926
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Too many files changed for review (1658 files, 100 file limit). |
Review: Automated gcloud CLI options updateThis is a fully generated PR (1657 files changed, +12,342/-12,513) produced by
No issues found. Given the file count, this isn't an exhaustive per-file audit, but the sampled evidence is consistent with a correct, in-scope mechanical regeneration, matching this repo's stated policy that current tool output is authoritative even when it breaks prior generated APIs. |
|
Manual review found remaining sibling-help contamination in This output does not yet complete #4870. Holding this generated PR while the generic parser is corrected and authoritative output is regenerated; generated files must not be patched manually. |
b3c750f to
0f63058
Compare
8516452 to
f511f75
Compare
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ReviewScope correction first: GitHub reports 1,658 changed files, but that's because this PR's base ref (
Previous comment check: @thomhurst's review comment flagged sibling-help contamination surviving in
I also grepped the full regenerated Conclusion: thomhurst's blocking concern is resolved in the current head. I found no remaining contamination pattern, and the type corrections (enum → primitive where appropriate) plus description scoping look correct throughout. No actionable findings — this looks safe to unblock. |
|
The earlier sibling-help blocker is resolved at f511f75: LogsPath is string, ProcessCount and ThreadCount are int, and DownloadType/UploadType have their own enum properties and descriptions. Full generation 34808204420 completed successfully from source 0f63058. Manifest, generated head, and current parent source fingerprints all match 53791aecb50b7c2fbf3eb53a487242969e78aaa2dc1f2e50b973a220979b03af; coverage remains 7,927 commands. Changes stay within generated Google artifacts and their API ledger, including current ConfigureAwait(false) service output. Current-head Claude review is CLEAR, there are no review threads, and generated Google integration checks pass. |
cd0f2b1
into
issue-4799-gcloud-group-descriptions
* fix(generator): scope plain argument group descriptions (#4799) * fix(ci): isolate feature-branch generation output (#4797) * fix(generator): scope same-indentation argument groups (#4799) * chore(generator): use upstream branch isolation after rebase (#4799) * fix(generator): parse gcloud enum default headers (#4799) * chore: Update gcloud CLI options (#4926) Co-authored-by: thomhurst <[email protected]> * fix(generator): retain classified argument groups across prose (#4799) --------- Co-authored-by: thomhurst <[email protected]>
Summary
This PR contains automatically generated updates to gcloud CLI options classes.
The generator scraped the latest CLI help output from the installed tool.
Changes
Assembly-wide public API impact
Affected API families:
Gcloud.Breaking changes are present. Consumers may need to update method arguments, option property types or nullability, enum members, and references to removed APIs.
Representative removed or changed members:
ModularPipelines.Google.Enums.GcloudDestinationModularPipelines.Google.Enums.GcloudDestination.File = 0 -> ModularPipelines.Google.Enums.GcloudDestinationModularPipelines.Google.Enums.GcloudDestination.Sliced = 1 -> ModularPipelines.Google.Enums.GcloudDestinationModularPipelines.Google.Enums.GcloudDestination.Streaming = 2 -> ModularPipelines.Google.Enums.GcloudDestinationModularPipelines.Google.Enums.GcloudExportRepresentative added members:
ModularPipelines.Google.Enums.GcloudDownloadTypeModularPipelines.Google.Enums.GcloudDownloadType.File = 0 -> ModularPipelines.Google.Enums.GcloudDownloadTypeModularPipelines.Google.Enums.GcloudDownloadType.Sliced = 1 -> ModularPipelines.Google.Enums.GcloudDownloadTypeModularPipelines.Google.Enums.GcloudDownloadType.Streaming = 2 -> ModularPipelines.Google.Enums.GcloudDownloadTypeModularPipelines.Google.Enums.GcloudTestType.DirectConnectivity = 0 -> ModularPipelines.Google.Enums.GcloudTestTypeCommand coverage
Command coverage report:
Verification
🤖 Generated with ModularPipelines.OptionsGenerator