class

MinknowApi::Acquisition::AcquisitionRunInfo

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
bream_info
Source
bream_info=(bream_info : BreamInfo | Nil)
Source
clear_bream_info
Source
clear_config_summary
Source
clear_data_read_end_time
Source
clear_data_read_start_time
Source
clear_end_time
Source
clear_start_time
Source
clear_startup_state_estimated_end
Source
clear_target_run_until_criteria
Source
clear_writer_summary
Source
clear_yield_summary
Source
config_summary
Source
config_summary=(config_summary : AcquisitionConfigSummary | Nil)
Source
data_read_end_time
Source
data_read_end_time=(data_read_end_time : Google::Protobuf::Timestamp | Nil)
Source
data_read_start_time
Source
data_read_start_time=(data_read_start_time : Google::Protobuf::Timestamp | Nil)
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
end_time
Source
end_time=(end_time : Google::Protobuf::Timestamp | Nil)
Source
finishing_state
Source
finishing_state=(finishing_state : Proto::OpenEnum(FinishingState))
Source
finishing_state_percent_complete
Source
finishing_state_percent_complete=(finishing_state_percent_complete : Float32)
Source
has_bream_info?
Source
has_config_summary?
Source
has_data_read_end_time?
Source
has_data_read_start_time?
Source
has_end_time?
Source
has_start_time?
Source
has_startup_state_estimated_end?
Source
has_target_run_until_criteria?
Source
has_writer_summary?
Source
has_yield_summary?
Source
run_id
Source
run_id=(run_id : String)
Source
start_time
Source
start_time=(start_time : Google::Protobuf::Timestamp | Nil)
Source
startup_state
Source
startup_state=(startup_state : Proto::OpenEnum(StartupState))
Source
startup_state_estimated_end
Source
startup_state_estimated_end=(startup_state_estimated_end : Google::Protobuf::Timestamp | Nil)
Source
startup_state_estimated_percent_complete
Source
startup_state_estimated_percent_complete=(startup_state_estimated_percent_complete : Float32)
Source
state
Source
state=(state : Proto::OpenEnum(AcquisitionState))
Source
stop_reason
Source
stop_reason=(stop_reason : Proto::OpenEnum(AcquisitionStopReason))
Source
target_run_until_criteria
Source
target_run_until_criteria=(target_run_until_criteria : TargetRunUntilCriteria | Nil)
Source
validate_required!
Source
validate_required_deep!
Source
writer_summary
Source
writer_summary=(writer_summary : AcquisitionWriterSummary | Nil)
Source
yield_summary
Source
yield_summary=(yield_summary : AcquisitionYieldSummary | Nil)
Source