class
MinknowApi::Basecaller::StartRequest
- MinknowApi::Basecaller::StartRequest
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/basecaller.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. - #analysis_workflow_request : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil
- #analysis_workflow_request=(value : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil) : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil
- #clear_start_request : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #proxy_request : MinknowApi::AnalysisWorkflows::ProxyRequest | Nil
- #proxy_request=(value : MinknowApi::AnalysisWorkflows::ProxyRequest | Nil) : MinknowApi::AnalysisWorkflows::ProxyRequest | Nil
- #start_alignment_request : StartAlignmentRequest | Nil
- #start_alignment_request=(value : StartAlignmentRequest | Nil) : StartAlignmentRequest | Nil
- #start_barcoding_request : StartBarcodingRequest | Nil
- #start_barcoding_request=(value : StartBarcodingRequest | Nil) : StartBarcodingRequest | Nil
- #start_basecalling_request : StartBasecallingRequest | Nil
- #start_basecalling_request=(value : StartBasecallingRequest | Nil) : StartBasecallingRequest | Nil
- #start_post_processing_protocol_request : StartPostProcessingProtocolRequest | Nil
- #start_post_processing_protocol_request=(value : StartPostProcessingProtocolRequest | Nil) : StartPostProcessingProtocolRequest | Nil
- #start_request_case : StartRequestCase
- #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 analysis_workflow_request : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil
#
def analysis_workflow_request=(value : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil) : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil
#
def proxy_request=(value : MinknowApi::AnalysisWorkflows::ProxyRequest | Nil) : MinknowApi::AnalysisWorkflows::ProxyRequest | Nil
#
def start_basecalling_request=(value : StartBasecallingRequest | Nil) : StartBasecallingRequest | Nil
#
def start_post_processing_protocol_request : StartPostProcessingProtocolRequest | Nil
#
def start_post_processing_protocol_request=(value : StartPostProcessingProtocolRequest | Nil) : StartPostProcessingProtocolRequest | Nil
#