class MinknowApi::RunUntil::Update

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 action_update : ActionUpdate | Nil #

[View source]
def action_update=(action_update : ActionUpdate | Nil) #

[View source]
def clear_action_update : Nil #

[View source]
def clear_current_progress_update : Nil #

[View source]
def clear_error_update : Nil #

[View source]
def clear_estimated_time_remaining_update : Nil #

[View source]
def clear_script_update : Nil #

[View source]
def current_progress_update : CriteriaValues | Nil #

[View source]
def current_progress_update=(current_progress_update : CriteriaValues | Nil) #

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

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

[View source]
def error_update : ErrorUpdate | Nil #

[View source]
def error_update=(error_update : ErrorUpdate | Nil) #

[View source]
def estimated_time_remaining_update : EstimatedTimeRemainingUpdate | Nil #

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

[View source]
def has_action_update? : Bool #

[View source]
def has_current_progress_update? : Bool #

[View source]
def has_error_update? : Bool #

[View source]
def has_estimated_time_remaining_update? : Bool #

[View source]
def has_script_update? : Bool #

[View source]
def other : Array(Google::Protobuf::Any) #

[View source]
def other=(other : Array(Google::Protobuf::Any)) #

[View source]
def script_update : ScriptUpdate | Nil #

[View source]
def script_update=(script_update : ScriptUpdate | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]