class
MinknowApi::Data::GetLiveReadsRequest::Action
- MinknowApi::Data::GetLiveReadsRequest::Action
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/data.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_case : ActionCase
- #action_id : String
- #action_id=(action_id : String)
- #channel : UInt32
- #channel=(channel : UInt32)
- #clear_action : Nil
- #clear_read : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #id : String
- #id=(value : String) : String
- #read_case : ReadCase
- #stop_further_data : GetLiveReadsRequest::StopFurtherData | Nil
- #stop_further_data=(value : GetLiveReadsRequest::StopFurtherData | Nil) : GetLiveReadsRequest::StopFurtherData | Nil
- #unblock : GetLiveReadsRequest::UnblockAction | Nil
- #unblock=(value : GetLiveReadsRequest::UnblockAction | Nil) : GetLiveReadsRequest::UnblockAction | 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 stop_further_data=(value : GetLiveReadsRequest::StopFurtherData | Nil) : GetLiveReadsRequest::StopFurtherData | Nil
#
def unblock=(value : GetLiveReadsRequest::UnblockAction | Nil) : GetLiveReadsRequest::UnblockAction | Nil
#