class MinknowApi::RunUntil::EstimatedTimeRemainingUpdate

Included Modules

Defined in:

generated/minknow_api/run_until.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 clear_pause_estimates : Nil #

[View source]
def clear_stop_estimates : Nil #

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

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

[View source]
def has_pause_estimates? : Bool #

[View source]
def has_stop_estimates? : Bool #

[View source]
def pause_estimates : EstimatedTimeRemainingUpdate::EstimatedTimes | Nil #

[View source]
def pause_estimates=(pause_estimates : EstimatedTimeRemainingUpdate::EstimatedTimes | Nil) #

[View source]
def stop_estimates : EstimatedTimeRemainingUpdate::EstimatedTimes | Nil #

[View source]
def stop_estimates=(stop_estimates : EstimatedTimeRemainingUpdate::EstimatedTimes | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]