struct Google::Protobuf::FileDescriptorSet

Included Modules

Defined in:

protobufs/descriptor.pb.cr

Constant Summary

FIELDS = {1 => {name: :file, pb_type: FileDescriptorProto, crystal_type: FileDescriptorProto, cast_type: Array(FileDescriptorProto)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Protobuf::Message

to_slice : Bytes to_slice

Constructor Detail

def self.new(buf : ::Protobuf::Buffer) #

def self.new(file : Array(FileDescriptorProto) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def file : Array(FileDescriptorProto) | Nil #

def file=(file : Array(FileDescriptorProto) | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #