1syntax = "proto3"; 2 3package one.two.a_three; 4 5option ruby_package = "A::B::C"; 6 7message Four { 8 string a_string = 1; 9} 10