exproto v0.2.0 Google.Protobuf.FieldDescriptorProto

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Google.Protobuf.FieldDescriptorProto{
  default_value: String.t(),
  extendee: String.t(),
  json_name: String.t(),
  label: integer(),
  name: String.t(),
  number: integer(),
  oneof_index: integer(),
  options: Google.Protobuf.FieldOptions.t(),
  type: integer(),
  type_name: String.t()
}

Link to this section Functions