class
MinknowApi::RunUntil::Update
- MinknowApi::RunUntil::Update
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/run_until.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #action_update : ActionUpdate | Nil
- #action_update=(action_update : ActionUpdate | Nil)
- #clear_action_update : Nil
- #clear_current_progress_update : Nil
- #clear_error_update : Nil
- #clear_estimated_time_remaining_update : Nil
- #clear_script_update : Nil
- #current_progress_update : CriteriaValues | Nil
- #current_progress_update=(current_progress_update : CriteriaValues | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #error_update : ErrorUpdate | Nil
- #error_update=(error_update : ErrorUpdate | Nil)
- #estimated_time_remaining_update : EstimatedTimeRemainingUpdate | Nil
- #estimated_time_remaining_update=(estimated_time_remaining_update : EstimatedTimeRemainingUpdate | Nil)
- #has_action_update? : Bool
- #has_current_progress_update? : Bool
- #has_error_update? : Bool
- #has_estimated_time_remaining_update? : Bool
- #has_script_update? : Bool
- #other : Array(Google::Protobuf::Any)
- #other=(other : Array(Google::Protobuf::Any))
- #script_update : ScriptUpdate | Nil
- #script_update=(script_update : ScriptUpdate | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def estimated_time_remaining_update=(estimated_time_remaining_update : EstimatedTimeRemainingUpdate | Nil)
#