-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unknown resources do not cause a generator crash (#675)
Some resource references do not map to actual known resource types, e.g. from the Logging API string destination = 3 [ (google.api.resource_reference) = { type: "*" } ]; It's easiest to just ignore invalid resource types.
- Loading branch information
1 parent
d80f56c
commit 2d23d7d
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters