class
MinknowApi::Statistics::StreamReadLengthHistogramResponse
- MinknowApi::Statistics::StreamReadLengthHistogramResponse
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/statistics.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_ranges : Array(StreamReadLengthHistogramResponse::BucketRange)
- #bucket_ranges=(bucket_ranges : Array(StreamReadLengthHistogramResponse::BucketRange))
- #bucket_value_type : Proto::OpenEnum(BucketValueType)
- #bucket_value_type=(bucket_value_type : Proto::OpenEnum(BucketValueType))
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #histogram_data : Array(StreamReadLengthHistogramResponse::ReadLengthHistogramData)
- #histogram_data=(histogram_data : Array(StreamReadLengthHistogramResponse::ReadLengthHistogramData))
- #read_length_type : Proto::OpenEnum(ReadLengthType)
- #read_length_type=(read_length_type : Proto::OpenEnum(ReadLengthType))
- #source_data_end : UInt64
- #source_data_end=(source_data_end : 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 bucket_ranges=(bucket_ranges : Array(StreamReadLengthHistogramResponse::BucketRange))
#
def histogram_data : Array(StreamReadLengthHistogramResponse::ReadLengthHistogramData)
#
def histogram_data=(histogram_data : Array(StreamReadLengthHistogramResponse::ReadLengthHistogramData))
#