Skip to content

Commit

Permalink
Fix jsonTest.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
allenc3 committed Jul 16, 2020
1 parent c15725b commit 4ffb726
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-bigquerystorage/src/test/proto/jsonTest.proto
Expand Up @@ -13,6 +13,16 @@ message ComplexRoot {
required ComplexLvl2 complex_lvl2 = 8;
}

message CasingComplex {
optional int64 test_int = 1;
repeated string test_string = 2;
required bytes test_bytes = 3;
optional bool test_bool = 4;
repeated double test_double = 5;
required int32 test_date = 6;
required OptionTest option_test = 7;
}

message ComplexLvl1 {
optional int64 test_int = 1;
required ComplexLvl2 complex_lvl2 = 2;
Expand Down

0 comments on commit 4ffb726

Please sign in to comment.