1syntax = "proto3"; 2 3package very.useful; 4 5import "google/protobuf/duration.proto"; 6 7message VeryUseful { 8 string very = 1; 9 int32 useful = 2; 10 google.protobuf.Duration timing = 3; 11} 12
1syntax = "proto3"; 2 3package very.useful; 4 5import "google/protobuf/duration.proto"; 6 7message VeryUseful { 8 string very = 1; 9 int32 useful = 2; 10 google.protobuf.Duration timing = 3; 11} 12