We are using Grpc with our java apps and we have a nested object defined in protobuff.
example of the proto:
message Person { string name = 1; Child ch