class MinknowApi::Data::GetReadStatisticsRequest

Included Modules

Defined in:

generated/minknow_api/data.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def channels : Array(UInt32) #

[View source]
def channels=(channels : Array(UInt32)) #

[View source]
def clear_duration : Nil #

[View source]
def duration_case : DurationCase #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def no_chunk_statistics : Bool #

[View source]
def no_chunk_statistics=(no_chunk_statistics : Bool) #

[View source]
def no_current_statistics : Bool #

[View source]
def no_current_statistics=(no_current_statistics : Bool) #

[View source]
def read_split : Proto::OpenEnum(GetReadStatisticsRequest::ReadSplit) #

[View source]
def read_split=(read_split : Proto::OpenEnum(GetReadStatisticsRequest::ReadSplit)) #

[View source]
def required_classifications : Array(String) #

[View source]
def required_classifications=(required_classifications : Array(String)) #

[View source]
def samples : UInt64 #

[View source]
def samples=(value : UInt64) : UInt64 #

[View source]
def seconds : Float32 #

[View source]
def seconds=(value : Float32) : Float32 #

[View source]