aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/unittest_well_known_types.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_well_known_types.proto')
-rw-r--r--src/google/protobuf/unittest_well_known_types.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_well_known_types.proto b/src/google/protobuf/unittest_well_known_types.proto
index 2cb7775c..c9075244 100644
--- a/src/google/protobuf/unittest_well_known_types.proto
+++ b/src/google/protobuf/unittest_well_known_types.proto
@@ -39,6 +39,8 @@ message TestWellKnownTypes {
google.protobuf.BoolValue bool_field = 16;
google.protobuf.StringValue string_field = 17;
google.protobuf.BytesValue bytes_field = 18;
+ // Part of struct, but useful to be able to test separately
+ google.protobuf.Value value_field = 19;
}
// A repeated field for each well-known type.