-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Proto] Keep track of the names of Services, Messages, and Enums
In order to construct a fully qualified Java import from the proto file, we need to know the values of the "java_package" option as well as the services, messages, and enums in the proto file. The "java_pacakge" option is already recorded. In this commit, we add support for parsing the names of the services, message, and enums of a proto file and tracking them in the FileInfo struct.
- Loading branch information
1 parent
5385064
commit 4818ff2
Showing
3 changed files
with
134 additions
and
1 deletion.
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
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