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