struct Client::Monitor::PropertyTable::Server::App
- Client::Monitor::PropertyTable::Server::App
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_Monitor.pb.crConstant 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
- .new(name : String, last_reset : UInt64, properties : Array(Property) | Nil = nil)
- .new(buf : Protobuf::Buffer)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #last_reset : UInt64
- #last_reset=(last_reset : UInt64)
- #name : String
- #name=(name : String)
- #properties : Array(Property) | Nil
- #properties=(properties : Array(Property) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf