syntax = "proto3"; message Nested { } message Message { Nested nested = 1; };