blob: f9fca4af34668a777df4e18144be595f0c1eb59b [file]
syntax = "proto3";
import "google/protobuf/any.proto";
option java_package = "proto";
message Foo {
string msg = 1;
repeated google.protobuf.Any details = 2;
}