struct MUX::Monitor::PropertyTable::Server::App

Included Modules

Defined in:

pb-MUX/CATS_Monitor.pb.cr

Constant Summary

FIELDS = {1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :last_reset, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64, native: true, optional: false, repeated: false, default: nil, packed: false}, 3 => {name: :properties, pb_type: Property, crystal_type: Property, cast_type: Array(Property)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, last_reset : UInt64, properties : Array(Property) | Nil = nil) #

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def last_reset : UInt64 #

def last_reset=(last_reset : UInt64) #

def name : String #

def name=(name : String) #

def properties : Array(Property) | Nil #

def properties=(properties : Array(Property) | Nil) #

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

def to_protobuf #