struct Apps::RouteingMessages::RouteSelectRequestArgument
- Apps::RouteingMessages::RouteSelectRequestArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Routeing_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :cross_ref_identifier, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :route_register_req_id, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :route_selected, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :route_used_req, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(cross_ref_identifier : UInt32 | Nil = nil, route_register_req_id : UInt32 | Nil = nil, route_selected : String | Nil = nil, route_used_req : Bool | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #cross_ref_identifier : UInt32 | Nil
- #cross_ref_identifier=(cross_ref_identifier : UInt32 | Nil)
- #route_register_req_id : UInt32 | Nil
- #route_register_req_id=(route_register_req_id : UInt32 | Nil)
- #route_selected : String | Nil
- #route_selected=(route_selected : String | Nil)
- #route_used_req : Bool | Nil
- #route_used_req=(route_used_req : Bool | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(cross_ref_identifier : UInt32 | Nil = nil, route_register_req_id : UInt32 | Nil = nil, route_selected : String | Nil = nil, route_used_req : Bool | Nil = nil)
#