struct Protobuf::CodeGeneratorResponse

Included Modules

Defined in:

protobuf/generator.cr

Constant Summary

FIELDS = {15 => {name: :file, pb_type: CodeGeneratorResponse::File, crystal_type: CodeGeneratorResponse::File, cast_type: Array(CodeGeneratorResponse::File)?, 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

==(other : Protobuf::Message) ==

Constructor Detail

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

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def file : Array(CodeGeneratorResponse::File) | Nil #

def file=(file : Array(CodeGeneratorResponse::File) | Nil) #

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

def to_protobuf #