struct Apps::CapExchangeMessages::CapExchange
- Apps::CapExchangeMessages::CapExchange
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Capability_Exchange_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :ce_command, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :query_support_argument, pb_type: QuerySupportArgument, crystal_type: QuerySupportArgument, cast_type: QuerySupportArgument?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :query_support_result, pb_type: QuerySupportResult, crystal_type: QuerySupportResult, cast_type: QuerySupportResult?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(ce_command : Int32, query_support_argument : QuerySupportArgument | Nil = nil, query_support_result : QuerySupportResult | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #ce_command : Int32
- #ce_command=(ce_command : Int32)
- #query_support_argument : QuerySupportArgument | Nil
- #query_support_argument=(query_support_argument : QuerySupportArgument | Nil)
- #query_support_result : QuerySupportResult | Nil
- #query_support_result=(query_support_result : QuerySupportResult | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(ce_command : Int32, query_support_argument : QuerySupportArgument | Nil = nil, query_support_result : QuerySupportResult | Nil = nil)
#