Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
toolchains_protoc
/
b646d4ce80952a873b33fc3660aae5495d0ce082
/
.
/
examples
/
foo.proto
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
;
}