aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/any_test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/any_test.proto')
-rw-r--r--python/google/protobuf/internal/any_test.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/google/protobuf/internal/any_test.proto b/python/google/protobuf/internal/any_test.proto
index 76a7ebd6..1a563fd9 100644
--- a/python/google/protobuf/internal/any_test.proto
+++ b/python/google/protobuf/internal/any_test.proto
@@ -39,6 +39,7 @@ import "google/protobuf/any.proto";
message TestAny {
optional google.protobuf.Any value = 1;
optional int32 int_value = 2;
+ map<string,int32> map_value = 3;
extensions 10 to max;
}