From f4dfa1a1467603f4415ad3d8750f25b8bfb02b36 Mon Sep 17 00:00:00 2001 From: theodorerose Date: Mon, 11 Jul 2022 15:02:06 +0000 Subject: [PATCH] Sync from Piper @460213275 PROTOBUF_SYNC_PIPER --- google/protobuf/util/json_format_proto3.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google/protobuf/util/json_format_proto3.proto b/google/protobuf/util/json_format_proto3.proto index 6ac7611781b6b..f9c5199e3a40e 100644 --- a/google/protobuf/util/json_format_proto3.proto +++ b/google/protobuf/util/json_format_proto3.proto @@ -180,6 +180,11 @@ message TestBoolValue { map bool_map = 2; } +message TestNullValue { + google.protobuf.NullValue null_value = 20; + repeated google.protobuf.NullValue repeated_null_value = 21; +} + message TestCustomJsonName { int32 value = 1 [json_name = "@value"]; }