class
MinknowApi::Protocol::FilteringInfo
- MinknowApi::Protocol::FilteringInfo
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/protocol.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #clear_count : Nil
- #clear_experiment_start_time : Nil
- #clear_flow_cell_id : Nil
- #clear_hardware_check_filter : Nil
- #clear_offset : Nil
- #clear_order_by : Nil
- #clear_order_direction : Nil
- #clear_pqc_filter : Nil
- #clear_protocol_group_id : Nil
- #count : Int32 | Nil
- #count=(count : Int32 | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #experiment_start_time : FilteringInfo::TimeFilter | Nil
- #experiment_start_time=(experiment_start_time : FilteringInfo::TimeFilter | Nil)
- #flow_cell_id : String | Nil
- #flow_cell_id=(flow_cell_id : String | Nil)
- #hardware_check_filter : FilteringInfo::HardwareCheckFilter | Nil
- #hardware_check_filter=(hardware_check_filter : FilteringInfo::HardwareCheckFilter | Nil)
- #has_count? : Bool
- #has_experiment_start_time? : Bool
- #has_flow_cell_id? : Bool
- #has_hardware_check_filter? : Bool
- #has_offset? : Bool
- #has_order_by? : Bool
- #has_order_direction? : Bool
- #has_pqc_filter? : Bool
- #has_protocol_group_id? : Bool
- #offset : Int32 | Nil
- #offset=(offset : Int32 | Nil)
- #order_by : Proto::OpenEnum(FilteringInfo::OrderBy) | Nil
- #order_by=(order_by : Proto::OpenEnum(FilteringInfo::OrderBy) | Nil)
- #order_direction : Proto::OpenEnum(FilteringInfo::OrderDirection) | Nil
- #order_direction=(order_direction : Proto::OpenEnum(FilteringInfo::OrderDirection) | Nil)
- #pqc_filter : FilteringInfo::PlatformQcFilter | Nil
- #pqc_filter=(pqc_filter : FilteringInfo::PlatformQcFilter | Nil)
- #protocol_group_id : String | Nil
- #protocol_group_id=(protocol_group_id : String | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def hardware_check_filter=(hardware_check_filter : FilteringInfo::HardwareCheckFilter | Nil)
#
def order_direction=(order_direction : Proto::OpenEnum(FilteringInfo::OrderDirection) | Nil)
#