struct Apps::CapExchangeMessages::CapExchange

Included Modules

Defined in:

pb-Apps/CATS_Capability_Exchange_Services.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(ce_command : Int32, query_support_argument : QuerySupportArgument | Nil = nil, query_support_result : QuerySupportResult | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def ce_command : Int32 #

def ce_command=(ce_command : Int32) #

def query_support_argument : QuerySupportArgument | Nil #

def query_support_argument=(query_support_argument : QuerySupportArgument | Nil) #

def query_support_result : QuerySupportResult | Nil #

def query_support_result=(query_support_result : QuerySupportResult | Nil) #

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

def to_protobuf #