class

MinknowApi::RunUntil::Update

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
action_update
Source
action_update=(action_update : ActionUpdate | Nil)
Source
clear_action_update
Source
clear_current_progress_update
Source
clear_error_update
Source
clear_estimated_time_remaining_update
Source
clear_script_update
Source
current_progress_update
Source
current_progress_update=(current_progress_update : CriteriaValues | Nil)
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
error_update
Source
error_update=(error_update : ErrorUpdate | Nil)
Source
estimated_time_remaining_update
Source
estimated_time_remaining_update=(estimated_time_remaining_update : EstimatedTimeRemainingUpdate | Nil)
Source
has_action_update?
Source
has_current_progress_update?
Source
has_error_update?
Source
has_estimated_time_remaining_update?
Source
has_script_update?
Source
other
Source
script_update
Source
script_update=(script_update : ScriptUpdate | Nil)
Source
validate_required!
Source
validate_required_deep!
Source