Sign in
flutter
/
third_party
/
protobuf
/
7bb78cdb7ba5cf6b30bb9a0d5a6a8f6fdf30d086
/
.
/
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
;
}