class

MinknowApi::Data::GetReadStatisticsResponse::PerChannelData

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
configurations
Source
configurations=(configurations : Array(GetReadStatisticsResponse::PerConfigurationData))
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
samples_duration
Source
samples_duration=(samples_duration : UInt64)
Source
samples_since_start
Source
samples_since_start=(samples_since_start : UInt64)
Source
seconds_duration
Source
seconds_duration=(seconds_duration : Float64)
Source
seconds_since_start
Source
seconds_since_start=(seconds_since_start : Float64)
Source
validate_required!
Source
validate_required_deep!
Source