1syntax = "proto3"; 2 3package one.two.a_three.and; 4 5option ruby_package = "AA.BB.CC"; 6 7message Four { 8 string another_string = 1; 9} 10