Skip to content

Instantly share code, notes, and snippets.

@yugui
Created May 10, 2016 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yugui/d436e77e8ab1d112827176c78e9ac3ea to your computer and use it in GitHub Desktop.
Save yugui/d436e77e8ab1d112827176c78e9ac3ea to your computer and use it in GitHub Desktop.
syntax = "proto3";
package example;
message Example {
oneof oneof_field {
string string_value = 1;
int32 int32_value = 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment