class

MinknowApi::Data::GetExperimentYieldInfoResponse::FileOperationQueueProgress

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
bytes_to_move_completed
Source
bytes_to_move_completed=(bytes_to_move_completed : UInt64)
Source
bytes_to_move_failed
Source
bytes_to_move_failed=(bytes_to_move_failed : UInt64)
Source
bytes_to_move_posted
Source
bytes_to_move_posted=(bytes_to_move_posted : UInt64)
Source
clear_fast5
Source
clear_fastq
Source
complete_failed_operations
Source
complete_failed_operations=(complete_failed_operations : UInt64)
Source
complete_successful_operations
Source
complete_successful_operations=(complete_successful_operations : UInt64)
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
fast5
Source
fast5=(fast5 : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
Source
fastq
Source
fastq=(fastq : GetExperimentYieldInfoResponse::FileOperationQueueProgress::FileTypeInfo | Nil)
Source
has_fast5?
Source
has_fastq?
Source
pending_operations
Source
pending_operations=(pending_operations : UInt64)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types