protobuf_ex

v0.6.0

  • Pages
  • Modules
  • Exceptions

    protobuf_ex v0.6.0 Google.Protobuf.DescriptorProto

    Link to this section Summary

    Types

    t()

    Functions

    decode(data)
    encode(struct)
    from_params(params \\ %{})
    new(attrs \\ %{})

    Link to this section Types

    Link to this type t()
    t() :: %Google.Protobuf.DescriptorProto{
      enum_type: [Google.Protobuf.EnumDescriptorProto.t()],
      extension: [Google.Protobuf.FieldDescriptorProto.t()],
      extension_range: [Google.Protobuf.DescriptorProto.ExtensionRange.t()],
      field: [Google.Protobuf.FieldDescriptorProto.t()],
      name: String.t(),
      nested_type: [Google.Protobuf.DescriptorProto.t()],
      oneof_decl: [Google.Protobuf.OneofDescriptorProto.t()],
      options: Google.Protobuf.MessageOptions.t(),
      reserved_name: [String.t()],
      reserved_range: [Google.Protobuf.DescriptorProto.ReservedRange.t()]
    }

    Link to this section Functions

    Link to this function decode(data)
    Link to this function encode(struct)
    Link to this function from_params(params \\ %{})
    Link to this function new(attrs \\ %{})

    Built using ExDoc (v0.19.0), designed by Friedel Ziegelmayer.