class
MinknowApi::Ui::SequencingRun::Presets::PresetMeta
- MinknowApi::Ui::SequencingRun::Presets::PresetMeta
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/ui/sequencing_run/presets.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. - #author_case : AuthorCase
- #author_name : String
- #author_name=(value : String) : String
- #clear_author : Nil
- #clear_last_used : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_last_used? : Bool
- #kits : Array(String)
- #kits=(kits : Array(String))
- #last_used : Google::Protobuf::Timestamp | Nil
- #last_used=(last_used : Google::Protobuf::Timestamp | Nil)
- #preset_name : String
- #preset_name=(preset_name : String)
- #special_author : Proto::OpenEnum(PresetMeta::SpecialAuthor)
- #special_author=(value : Proto::OpenEnum(PresetMeta::SpecialAuthor)) : Proto::OpenEnum(PresetMeta::SpecialAuthor)
- #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 special_author=(value : Proto::OpenEnum(PresetMeta::SpecialAuthor)) : Proto::OpenEnum(PresetMeta::SpecialAuthor)
#