Public projection of a compiled protobuf message.
Summary
Types
@type t() :: %PB.Schema.Info.Message{ edition: atom() | nil, extension_ranges: [PB.Schema.Info.ExtensionRange.t()], extensions: [PB.Schema.Info.Field.t()], fields: [PB.Schema.Info.Field.t()], map_entry?: boolean(), name: PB.message_name(), oneofs: [PB.Schema.Info.Oneof.t()], projection: PB.Schema.Projection.t() | nil, syntax: atom() }