struct

Orc::Proto::DataMask

Inherits Protobuf::Message < Struct < Value < Object

Constants

FIELDS = {1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :mask_parameters, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :columns, pb_type: :uint32, crystal_type: UInt32, cast_type: Array(UInt32)?, native: true, optional: true, repeated: true, default: nil, packed: true}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

new(buf : Protobuf::Buffer)
new(name : String | Nil = nil, mask_parameters : Array(String) | Nil = nil, columns : Array(UInt32) | Nil = nil)

Class methods

from_protobuf(io)

Instance methods

[](key : String)
columns
columns=(columns : Array(UInt32) | Nil)
mask_parameters
mask_parameters=(mask_parameters : Array(String) | Nil)
name
name=(name : String | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf