I'm trying to test a recursive Protocol Buffers definition (using Java but probably doesn't matter). I'm trying to fill in my message with 2 levels deep of RootType messages of "otherGreetings" (a recursive structure). I can't get the syntax correct and can't find any samples. I either end up with a stack overflow or my messages all get jammed into the same "otherGreetings" list. Any thoughts? Here's my message.I'm trying to test a recursive Protocol Buffers