protobuf_ex v0.6.1 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

Link to this function from_params(params \\ %{})
Link to this function new(attrs \\ %{})