class
MinknowApi::Data::GetExperimentYieldInfoResponse::FileOperationQueueProgress
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/data.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. - #bytes_to_move_completed : UInt64
- #bytes_to_move_completed=(bytes_to_move_completed : UInt64)
- #bytes_to_move_failed : UInt64
- #bytes_to_move_failed=(bytes_to_move_failed : UInt64)
- #bytes_to_move_posted : UInt64
- #bytes_to_move_posted=(bytes_to_move_posted : UInt64)
- #clear_fast5 : Nil
- #clear_fastq : Nil
- #complete_failed_operations : UInt64
- #complete_failed_operations=(complete_failed_operations : UInt64)
- #complete_successful_operations : UInt64
- #complete_successful_operations=(complete_successful_operations : UInt64)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #fast5 : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil
- #fast5=(fast5 : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
- #fastq : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil
- #fastq=(fastq : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
- #has_fast5? : Bool
- #has_fastq? : Bool
- #pending_operations : UInt64
- #pending_operations=(pending_operations : UInt64)
- #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 fast5 : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil
#
def fast5=(fast5 : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
#
def fastq : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil
#
def fastq=(fastq : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
#