struct Apps::FindTelNumber
- Apps::FindTelNumber
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_AddressResolution.pb.crConstant Summary
-
FIELDS =
{1 => {name: :search_fields, pb_type: CATSDataSet, crystal_type: CATSDataSet, cast_type: CATSDataSet, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :result_fields, pb_type: :int32, crystal_type: Int32, cast_type: Array(Int32)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :use_or_search, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :sorted_by, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :count, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(search_fields : CATSDataSet, result_fields : Array(Int32) | Nil = nil, use_or_search : Bool | Nil = nil, sorted_by : Int32 | Nil = nil, count : Int32 | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #count : Int32 | Nil
- #count=(count : Int32 | Nil)
- #result_fields : Array(Int32) | Nil
- #result_fields=(result_fields : Array(Int32) | Nil)
- #search_fields : CATSDataSet
- #search_fields=(search_fields : CATSDataSet)
- #sorted_by : Int32 | Nil
- #sorted_by=(sorted_by : Int32 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #use_or_search : Bool | Nil
- #use_or_search=(use_or_search : Bool | Nil)
Constructor Detail
def self.new(search_fields : CATSDataSet, result_fields : Array(Int32) | Nil = nil, use_or_search : Bool | Nil = nil, sorted_by : Int32 | Nil = nil, count : Int32 | Nil = nil)
#