protocol_buffers v0.6.3 Protobuf.FieldProps

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Protobuf.FieldProps{
  default: any(),
  embedded?: boolean(),
  encoded_fnum: iodata(),
  enum?: boolean(),
  fnum: integer(),
  map?: boolean(),
  name: String.t(),
  name_atom: atom(),
  oneof: non_neg_integer() | nil,
  optional?: boolean(),
  packed?: boolean(),
  repeated?: boolean(),
  required?: boolean(),
  type: atom(),
  wire_type: 0..5
}