Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Created August 29, 2022 11:57
Show Gist options
  • Save cp-hardik-p/37705a7f00e6901c1e3c814af20521aa to your computer and use it in GitHub Desktop.
Save cp-hardik-p/37705a7f00e6901c1e3c814af20521aa to your computer and use it in GitHub Desktop.
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