struct Client::FindTelNumber

Included Modules

Defined in:

pb-Client/CATS_AddressResolution.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

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) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def count : Int32 | Nil #

def count=(count : Int32 | Nil) #

def result_fields : Array(Int32) | Nil #

def result_fields=(result_fields : Array(Int32) | Nil) #

def search_fields : CATSDataSet #

def search_fields=(search_fields : CATSDataSet) #

def sorted_by : Int32 | Nil #

def sorted_by=(sorted_by : Int32 | Nil) #

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

def to_protobuf #

def use_or_search : Bool | Nil #

def use_or_search=(use_or_search : Bool | Nil) #