Skip to content

fix(auditmanager)!: generate correct go proto code#13872

Open
hongalex wants to merge 4 commits intogoogleapis:mainfrom
hongalex:breaking-fix-auditmanager
Open

fix(auditmanager)!: generate correct go proto code#13872
hongalex wants to merge 4 commits intogoogleapis:mainfrom
hongalex:breaking-fix-auditmanager

Conversation

@hongalex
Copy link
Member

This is a breaking change: we are removing the incorrectly generated apiv1main/*.pb.go files and placing them in apiv1/ directory instead.

@hongalex hongalex requested review from a team as code owners February 20, 2026 20:04
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly addresses the issue of incorrectly generated Go proto code for the auditmanager service. By moving the proto files from apiv1main/ to apiv1/ and updating all internal references, imports, and documentation links, the package structure is now consistent with the intended API versioning. This is a breaking change as noted in the PR description, which is appropriate given the correction of the package path. The changes in the binary descriptors within the .pb.go files accurately reflect the new Go package path. The author has been thorough in updating all examples and snippets to ensure consistency across the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants