class
MinknowApi::Protocol::GetVersionInfoResponse
- MinknowApi::Protocol::GetVersionInfoResponse
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/protocol.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. - #basecaller_build_version : String
- #basecaller_build_version=(basecaller_build_version : String)
- #basecaller_connected_version : String
- #basecaller_connected_version=(basecaller_connected_version : String)
- #bream : String
- #bream=(bream : String)
- #clear_minknow : Nil
- #distribution_status : Proto::OpenEnum(GetVersionInfoResponse::DistributionStatus)
- #distribution_status=(distribution_status : Proto::OpenEnum(GetVersionInfoResponse::DistributionStatus))
- #distribution_version : String
- #distribution_version=(distribution_version : String)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_minknow? : Bool
- #installation_type : Proto::OpenEnum(GetVersionInfoResponse::InstallationType)
- #installation_type=(installation_type : Proto::OpenEnum(GetVersionInfoResponse::InstallationType))
- #minknow : GetVersionInfoResponse::MinknowVersion | Nil
- #minknow=(minknow : GetVersionInfoResponse::MinknowVersion | Nil)
- #protocol_configuration : String
- #protocol_configuration=(protocol_configuration : String)
- #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 distribution_status : Proto::OpenEnum(GetVersionInfoResponse::DistributionStatus)
#
def distribution_status=(distribution_status : Proto::OpenEnum(GetVersionInfoResponse::DistributionStatus))
#
def installation_type=(installation_type : Proto::OpenEnum(GetVersionInfoResponse::InstallationType))
#