class
MinknowApi::Data::GetReadStatisticsResponse::PerClassificationData
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. - #chunk_statistics : GetReadStatisticsResponse::ChunkStatistics | Nil
- #chunk_statistics=(chunk_statistics : GetReadStatisticsResponse::ChunkStatistics | Nil)
- #clear_chunk_statistics : Nil
- #clear_current_statistics : Nil
- #clear_duration_statistics : Nil
- #current_statistics : GetReadStatisticsResponse::Statistics | Nil
- #current_statistics=(current_statistics : GetReadStatisticsResponse::Statistics | Nil)
- #duration_statistics : GetReadStatisticsResponse::Statistics | Nil
- #duration_statistics=(duration_statistics : GetReadStatisticsResponse::Statistics | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_chunk_statistics? : Bool
- #has_current_statistics? : Bool
- #has_duration_statistics? : Bool
- #samples_duration : UInt64
- #samples_duration=(samples_duration : UInt64)
- #seconds_duration : Float64
- #seconds_duration=(seconds_duration : Float64)
- #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 chunk_statistics=(chunk_statistics : GetReadStatisticsResponse::ChunkStatistics | Nil)
#
def current_statistics=(current_statistics : GetReadStatisticsResponse::Statistics | Nil)
#
def duration_statistics=(duration_statistics : GetReadStatisticsResponse::Statistics | Nil)
#