Add resource helper methods for resources referenced in response messages #624
Labels
generator
Bugs, features, and so forth pertaining to the generated client surface
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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.
The text was updated successfully, but these errors were encountered: