struct Protobuf::CodeGeneratorResponse::File
- Protobuf::CodeGeneratorResponse::File
- Struct
- Value
- Object
Included Modules
Defined in:
protobuf/generator.crConstant Summary
-
FIELDS =
{1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :content, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #content : String | Nil
- #content=(content : String | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf