Skip to content

Commit

Permalink
Expand TestAllTypes to allow removal of internal testing proto (#376)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin King <jcking@google.com>
  • Loading branch information
jcking authored Aug 16, 2024
1 parent c6ece48 commit e95981c
Show file tree
Hide file tree
Showing 4 changed files with 2,143 additions and 1,981 deletions.
6 changes: 6 additions & 0 deletions proto/test/v1/proto2/test_all_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ message TestAllTypes {
map<string, google.protobuf.BoolValue> map_string_bool_wrapper = 322;
map<string, google.protobuf.BytesValue> map_string_bytes_wrapper = 323;

oneof kind {
NestedTestAllTypes oneof_type = 400;
NestedMessage oneof_msg = 401;
bool oneof_bool = 402;
}

extensions 1000 to max;
}

Expand Down
Loading

0 comments on commit e95981c

Please sign in to comment.