class

MinknowApi::Protocol::BeginProtocolRequest

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
analysis_workflow_request
Source
analysis_workflow_request=(analysis_workflow_request : MinknowApi::AnalysisWorkflows::AnalysisWorkflowRequest | Nil)
Source
clear_analysis_workflow_request
Source
clear_offload_location_info
Source
clear_protocol_identifier
Source
clear_target_run_until_criteria
Source
clear_user_info
Source
components
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
has_analysis_workflow_request?
Source
has_offload_location_info?
Source
has_target_run_until_criteria?
Source
has_user_info?
Source
identifier
Source
identifier=(value : String) : String
Source
offload_location_info
Source
offload_location_info=(offload_location_info : OffloadLocationInfo | Nil)
Source
protocol_identifier_case
Source
settings
Source
simulation_source
Source
simulation_source=(simulation_source : String)
Source
target_run_until_criteria
Source
target_run_until_criteria=(target_run_until_criteria : MinknowApi::Acquisition::TargetRunUntilCriteria | Nil)
Source
user_info
Source
user_info=(user_info : ProtocolRunUserInfo | Nil)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types