Created
August 29, 2022 11:57
-
-
Save cp-hardik-p/37705a7f00e6901c1e3c814af20521aa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| syntax = "proto3"; | |
| option java_package = "com.example.protodatastore"; | |
| option java_multiple_files = true; | |
| message EmployeePreference{ | |
| string emp_name = 1; | |
| string emp_designation = 2; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment