Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(internal/gapicgen): use correct region tags for gensnippets (#4022)
A side effect of this is that only methods that correspond to RPCs get region tags. I changed the error handling so any snippet issues are only warnings and don't `log.Fatal` (cc @noahdietz). I deleted and regenerated all of the snippets, which led to non-Method snippets (e.g. `NewClient`-type functions) being deleted. The first commit has the actual generator changes. The second commit is the regeneration. cc @amanda-tarafa.
- Loading branch information