protobuf

v0.5.0

  • Pages
  • Modules
  • Exceptions

    protobuf v0.5.0 Google.Protobuf.DescriptorProto

    Link to this section Summary

    Types

    t()

    Functions

    decode(data)
    encode(struct)
    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 new(attrs \\ %{})

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