class

MinknowApi::Protocol::ProtocolRunInfo

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

Returns true if this reference is the same as other. Invokes same?.

Source
acquisition_run_ids
Source
acquisition_run_ids=(acquisition_run_ids : Array(String))
Source
analysis_workflow
Source
analysis_workflow=(analysis_workflow : AnalysisWorkflowInfo | Nil)
Source
args
Source
args=(args : Array(String))
Source
associated_post_processing_analysis
Source
associated_post_processing_analysis=(associated_post_processing_analysis : Array(AssociatedPostProcessingAnalysis))
Source
can_pause
Source
can_pause=(can_pause : Bool)
Source
can_trigger_mux_scan
Source
can_trigger_mux_scan=(can_trigger_mux_scan : Bool)
Source
clear_analysis_workflow
Source
clear_device
Source
clear_end_time
Source
clear_external_offload
Source
clear_flow_cell
Source
clear_hardware_check_result
Source
clear_last_phase_change
Source
clear_meta_info
Source
clear_pqc_result
Source
clear_reported_output_path
Source
clear_script_end_time
Source
clear_software_versions
Source
clear_start_time
Source
clear_stop_origin
Source
clear_user_info
Source
device
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
end_time
Source
end_time=(end_time : Google::Protobuf::Timestamp | Nil)
Source
external_offload
Source
external_offload=(external_offload : ExternalOffload | Nil)
Source
flow_cell
Source
hardware_check_result
Source
hardware_check_result=(hardware_check_result : HardwareCheckResult | Nil)
Source
has_analysis_workflow?
Source
has_device?
Source
has_end_time?
Source
has_external_offload?
Source
has_flow_cell?
Source
has_hardware_check_result?
Source
has_last_phase_change?
Source
has_meta_info?
Source
has_pqc_result?
Source
has_reported_output_path?
Source
has_script_end_time?
Source
has_software_versions?
Source
has_start_time?
Source
has_stop_origin?
Source
has_user_info?
Source
is_protocol_script_restartable
Source
is_protocol_script_restartable=(is_protocol_script_restartable : Bool)
Source
last_phase_change
Source
last_phase_change=(last_phase_change : Google::Protobuf::Timestamp | Nil)
Source
meta_info
Source
meta_info=(meta_info : ProtocolInfo | Nil)
Source
output_path
Source
output_path=(output_path : String)
Source
phase
Source
phase=(phase : Proto::OpenEnum(ProtocolPhase))
Source
phase_history
Source
phase_history=(phase_history : Array(ProtocolPhaseSnapshot))
Source
pqc_result
Source
pqc_result=(pqc_result : PlatformQcResult | Nil)
Source
protocol_id
Source
protocol_id=(protocol_id : String)
Source
reported_output_path
Source
reported_output_path=(reported_output_path : String | Nil)
Source
run_id
Source
run_id=(run_id : String)
Source
script_end_time
Source
script_end_time=(script_end_time : Google::Protobuf::Timestamp | Nil)
Source
settings
Source
software_versions
Source
software_versions=(software_versions : GetVersionInfoResponse | Nil)
Source
start_time
Source
start_time=(start_time : Google::Protobuf::Timestamp | Nil)
Source
state
Source
state=(state : Proto::OpenEnum(ProtocolState))
Source
stop_origin
Source
stop_origin=(stop_origin : RequestOrigin | Nil)
Source
user_info
Source
user_info=(user_info : ProtocolRunUserInfo | Nil)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types