class
MinknowApi::Protocol::ProtocolRunInfo
- MinknowApi::Protocol::ProtocolRunInfo
- 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. - #acquisition_run_ids : Array(String)
- #acquisition_run_ids=(acquisition_run_ids : Array(String))
- #analysis_workflow : AnalysisWorkflowInfo | Nil
- #analysis_workflow=(analysis_workflow : AnalysisWorkflowInfo | Nil)
- #args : Array(String)
- #args=(args : Array(String))
- #associated_post_processing_analysis : Array(AssociatedPostProcessingAnalysis)
- #associated_post_processing_analysis=(associated_post_processing_analysis : Array(AssociatedPostProcessingAnalysis))
- #can_pause : Bool
- #can_pause=(can_pause : Bool)
- #can_trigger_mux_scan : Bool
- #can_trigger_mux_scan=(can_trigger_mux_scan : Bool)
- #clear_analysis_workflow : Nil
- #clear_device : Nil
- #clear_end_time : Nil
- #clear_external_offload : Nil
- #clear_flow_cell : Nil
- #clear_hardware_check_result : Nil
- #clear_last_phase_change : Nil
- #clear_meta_info : Nil
- #clear_pqc_result : Nil
- #clear_reported_output_path : Nil
- #clear_script_end_time : Nil
- #clear_software_versions : Nil
- #clear_start_time : Nil
- #clear_stop_origin : Nil
- #clear_user_info : Nil
- #device : MinknowApi::Device::GetDeviceInfoResponse | Nil
- #device=(device : MinknowApi::Device::GetDeviceInfoResponse | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #end_time : Google::Protobuf::Timestamp | Nil
- #end_time=(end_time : Google::Protobuf::Timestamp | Nil)
- #external_offload : ExternalOffload | Nil
- #external_offload=(external_offload : ExternalOffload | Nil)
- #flow_cell : MinknowApi::Device::GetFlowCellInfoResponse | Nil
- #flow_cell=(flow_cell : MinknowApi::Device::GetFlowCellInfoResponse | Nil)
- #hardware_check_result : HardwareCheckResult | Nil
- #hardware_check_result=(hardware_check_result : HardwareCheckResult | Nil)
- #has_analysis_workflow? : Bool
- #has_device? : Bool
- #has_end_time? : Bool
- #has_external_offload? : Bool
- #has_flow_cell? : Bool
- #has_hardware_check_result? : Bool
- #has_last_phase_change? : Bool
- #has_meta_info? : Bool
- #has_pqc_result? : Bool
- #has_reported_output_path? : Bool
- #has_script_end_time? : Bool
- #has_software_versions? : Bool
- #has_start_time? : Bool
- #has_stop_origin? : Bool
- #has_user_info? : Bool
- #is_protocol_script_restartable : Bool
- #is_protocol_script_restartable=(is_protocol_script_restartable : Bool)
- #last_phase_change : Google::Protobuf::Timestamp | Nil
- #last_phase_change=(last_phase_change : Google::Protobuf::Timestamp | Nil)
- #meta_info : ProtocolInfo | Nil
- #meta_info=(meta_info : ProtocolInfo | Nil)
- #output_path : String
- #output_path=(output_path : String)
- #phase : Proto::OpenEnum(ProtocolPhase)
- #phase=(phase : Proto::OpenEnum(ProtocolPhase))
- #phase_history : Array(ProtocolPhaseSnapshot)
- #phase_history=(phase_history : Array(ProtocolPhaseSnapshot))
- #pqc_result : PlatformQcResult | Nil
- #pqc_result=(pqc_result : PlatformQcResult | Nil)
- #protocol_id : String
- #protocol_id=(protocol_id : String)
- #reported_output_path : String | Nil
- #reported_output_path=(reported_output_path : String | Nil)
- #run_id : String
- #run_id=(run_id : String)
- #script_end_time : Google::Protobuf::Timestamp | Nil
- #script_end_time=(script_end_time : Google::Protobuf::Timestamp | Nil)
- #settings : Hash(String, MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue)
- #settings=(settings : Hash(String, MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue))
- #software_versions : GetVersionInfoResponse | Nil
- #software_versions=(software_versions : GetVersionInfoResponse | Nil)
- #start_time : Google::Protobuf::Timestamp | Nil
- #start_time=(start_time : Google::Protobuf::Timestamp | Nil)
- #state : Proto::OpenEnum(ProtocolState)
- #state=(state : Proto::OpenEnum(ProtocolState))
- #stop_origin : RequestOrigin | Nil
- #stop_origin=(stop_origin : RequestOrigin | Nil)
- #user_info : ProtocolRunUserInfo | Nil
- #user_info=(user_info : ProtocolRunUserInfo | 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 associated_post_processing_analysis=(associated_post_processing_analysis : Array(AssociatedPostProcessingAnalysis))
#
def settings : Hash(String, MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue)
#
def settings=(settings : Hash(String, MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue))
#