struct Protobuf::Message::Field
- Protobuf::Message::Field
- Struct
- Value
- Object
Defined in:
protobuf/message.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, type _type = @type, pb_type _pb_type = @pb_type, native _native = @native, optional _optional = @optional, repeated _repeated = @repeated, packed _packed = @packed)
- #name : String
- #native : Bool
- #optional : Bool
- #packed : Bool
- #pb_type : String
- #repeated : Bool
- #type : String
Constructor Detail
def self.new(name : String, type : String, pb_type : String, native : Bool, optional : Bool, repeated : Bool, packed : Bool)
#
Instance Method Detail
def copy_with(name _name = @name, type _type = @type, pb_type _pb_type = @pb_type, native _native = @native, optional _optional = @optional, repeated _repeated = @repeated, packed _packed = @packed)
#