Sign in
flutter
/
third_party
/
protobuf
/
a9ba1403c613187788d64b74e55bb1898d4f69f8
/
.
/
ruby
/
tests
/
utf8.proto
blob: ca8bc2c0844c34e9fde74e1c3be8d543e49a3e64 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
utf8_test_protos
;
message
TestUtf8
{
optional
string
optional_string
=
1
;
repeated
string
repeated_string
=
2
;
map
<
string
,
string
>
map_string_string
=
3
;
}