mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 12:32:36 +00:00
internal/testprotos/test: add nested message field with [lazy=true]
This will be useful for a few different upcoming tests, to be submitted in a follow-up CL. Change-Id: I1fde9f4567b149141737a74c8448c2ee14946ae4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/623117 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Chressie Himpel <chressie@google.com>
This commit is contained in:
parent
5c14d72191
commit
29947bbd16
File diff suppressed because it is too large
Load Diff
@ -56,6 +56,7 @@ message TestAllTypes {
|
||||
optional NestedEnum optional_nested_enum = 21;
|
||||
optional ForeignEnum optional_foreign_enum = 22;
|
||||
optional ImportEnum optional_import_enum = 23;
|
||||
optional NestedMessage optional_lazy_nested_message = 24 [lazy = true];
|
||||
|
||||
repeated int32 repeated_int32 = 31;
|
||||
repeated int64 repeated_int64 = 32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user