You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
In Secret Manager, the SecretVersion resource is never referenced directly in a request by type, only in responses. This means that under the current generator logic, no service derives resource helper methods for it.
The fix is to have services also consider (recursive) response types for determining resource helper methods to generate.