exproto v0.2.0 Google.Protobuf.FileDescriptorProto
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Google.Protobuf.FileDescriptorProto{
dependency: [String.t()],
enum_type: [Google.Protobuf.EnumDescriptorProto.t()],
extension: [Google.Protobuf.FieldDescriptorProto.t()],
message_type: [Google.Protobuf.DescriptorProto.t()],
name: String.t(),
options: Google.Protobuf.FileOptions.t(),
package: String.t(),
public_dependency: [integer()],
service: [Google.Protobuf.ServiceDescriptorProto.t()],
source_code_info: Google.Protobuf.SourceCodeInfo.t(),
syntax: String.t(),
weak_dependency: [integer()]
}
t() :: %Google.Protobuf.FileDescriptorProto{ dependency: [String.t()], enum_type: [Google.Protobuf.EnumDescriptorProto.t()], extension: [Google.Protobuf.FieldDescriptorProto.t()], message_type: [Google.Protobuf.DescriptorProto.t()], name: String.t(), options: Google.Protobuf.FileOptions.t(), package: String.t(), public_dependency: [integer()], service: [Google.Protobuf.ServiceDescriptorProto.t()], source_code_info: Google.Protobuf.SourceCodeInfo.t(), syntax: String.t(), weak_dependency: [integer()] }
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()
Link to this function