Expand description

Nested message and enum types in Type.

Structs§

  • Application defined abstract type.
  • Function type with result and arg types.
  • List type with typed elements, e.g. list<example.proto.MyMessage>.
  • Map type with parameterized key and value types, e.g. map<string, int>.

Enums§