protobuf v0.5.4 Protobuf.MessageProps

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Protobuf.MessageProps{enum?: boolean, extendable?: boolean, field_props: %{optional(integer) => Protobuf.FieldProps.T}, field_tags: %{optional(atom) => integer}, map?: boolean, oneof: [{atom, non_neg_integer}], ordered_tags: [integer], repeated_fields: [atom], syntax: atom, tags_map: %{optional(integer) => integer}}

Link to this section Functions

Link to this function has_oneof?(props)