class MinknowApi::Manager::FindBasecallConfigurationsResponse::BasecallConfiguration

Included Modules

Defined in:

generated/minknow_api/manager.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 encode(io : IO) : Nil #

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

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

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

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

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

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def sample_type : String #

[View source]
def sample_type=(sample_type : String) #

[View source]
def sampling_rate : Int32 #

[View source]
def sampling_rate=(sampling_rate : Int32) #

[View source]

[View source]
def simplex_models=(simplex_models : Array(FindBasecallConfigurationsResponse::SimplexModel)) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]