class
MinknowApi::Basecaller::RunInfo
- MinknowApi::Basecaller::RunInfo
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/basecaller.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_end_time : Nil
- #clear_estimated_end_time : Nil
- #clear_start_request_oneof : Nil
- #clear_start_time : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #end_time : Google::Protobuf::Timestamp | Nil
- #end_time=(end_time : Google::Protobuf::Timestamp | Nil)
- #errors : Array(String)
- #errors=(errors : Array(String))
- #estimated_end_time : Google::Protobuf::Timestamp | Nil
- #estimated_end_time=(estimated_end_time : Google::Protobuf::Timestamp | Nil)
- #files_discovered : Int32
- #files_discovered=(files_discovered : Int32)
- #has_end_time? : Bool
- #has_estimated_end_time? : Bool
- #has_start_time? : Bool
- #id : String
- #id=(id : String)
- #progress_current : Int32
- #progress_current=(progress_current : Int32)
- #progress_total : Int32
- #progress_total=(progress_total : Int32)
- #start_alignment_request : StartAlignmentRequest | Nil
- #start_alignment_request=(value : StartAlignmentRequest | Nil) : StartAlignmentRequest | Nil
- #start_barcoding_request : StartBarcodingRequest | Nil
- #start_barcoding_request=(value : StartBarcodingRequest | Nil) : StartBarcodingRequest | Nil
- #start_basecalling_request : StartBasecallingRequest | Nil
- #start_basecalling_request=(value : StartBasecallingRequest | Nil) : StartBasecallingRequest | Nil
- #start_post_processing_protocol_request : StartPostProcessingProtocolRequest | Nil
- #start_post_processing_protocol_request=(value : StartPostProcessingProtocolRequest | Nil) : StartPostProcessingProtocolRequest | Nil
- #start_request_oneof_case : StartRequestOneofCase
- #start_time : Google::Protobuf::Timestamp | Nil
- #start_time=(start_time : Google::Protobuf::Timestamp | Nil)
- #state : Proto::OpenEnum(State)
- #state=(state : Proto::OpenEnum(State))
- #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 start_basecalling_request=(value : StartBasecallingRequest | Nil) : StartBasecallingRequest | Nil
#
def start_post_processing_protocol_request : StartPostProcessingProtocolRequest | Nil
#
def start_post_processing_protocol_request=(value : StartPostProcessingProtocolRequest | Nil) : StartPostProcessingProtocolRequest | Nil
#