Some of the generated files, e.g. src/generated/cloud/aiplatform/v1/src/model.rs here are huge (11MB).
In IntelliJ, the default max size for analysis is 2.5Mb. If you do not increase it, the IDE will complain that it does not know about any of the types defined in these large files. It would also be nice to be able to look at the source on GitHub.
Would you consider breaking up the files into smaller chunks?
Some of the generated files, e.g.
src/generated/cloud/aiplatform/v1/src/model.rshere are huge (11MB).In IntelliJ, the default max size for analysis is 2.5Mb. If you do not increase it, the IDE will complain that it does not know about any of the types defined in these large files. It would also be nice to be able to look at the source on GitHub.
Would you consider breaking up the files into smaller chunks?