syntax = "proto3"; package very.useful; import "google/protobuf/duration.proto"; message VeryUseful { string very = 1; int32 useful = 2; google.protobuf.Duration timing = 3; }