class
MinknowApi::ReportData::ReadLengthHistogram
- MinknowApi::ReportData::ReadLengthHistogram
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/report_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. - #bucket_value_type : Proto::OpenEnum(MinknowApi::Statistics::BucketValueType)
- #bucket_value_type=(bucket_value_type : Proto::OpenEnum(MinknowApi::Statistics::BucketValueType))
- #clear_outliers : Nil
- #clear_plot : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_outliers? : Bool
- #has_plot? : Bool
- #outliers : MinknowApi::Statistics::StreamReadLengthHistogramResponse | Nil
- #outliers=(outliers : MinknowApi::Statistics::StreamReadLengthHistogramResponse | Nil)
- #plot : MinknowApi::Statistics::StreamReadLengthHistogramResponse | Nil
- #plot=(plot : MinknowApi::Statistics::StreamReadLengthHistogramResponse | Nil)
- #read_length_type : Proto::OpenEnum(MinknowApi::Statistics::ReadLengthType)
- #read_length_type=(read_length_type : Proto::OpenEnum(MinknowApi::Statistics::ReadLengthType))
- #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 bucket_value_type=(bucket_value_type : Proto::OpenEnum(MinknowApi::Statistics::BucketValueType))
#
def outliers=(outliers : MinknowApi::Statistics::StreamReadLengthHistogramResponse | Nil)
#
def read_length_type=(read_length_type : Proto::OpenEnum(MinknowApi::Statistics::ReadLengthType))
#