common protos are added in the generated proto list #453
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The generated proto list has unneeded common protos which is in gax, but not in the generator. So including those set of protos like
google.api.annotations.prot
o will give the below error.It’s because that the api depends on other apis which have different paths so that the commonprefix which is used to filter the protos is incorrect.
use case: nodejs-asset, nodejs-containeranalysis.
The text was updated successfully, but these errors were encountered: