class
MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/protocol_settings.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. - #bool_value : Bool
- #bool_value=(value : Bool) : Bool
- #channels_value : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil
- #channels_value=(value : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil) : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil
- #clear_protocol_setting_value : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #float_value : Float64
- #float_value=(value : Float64) : Float64
- #integer_value : Int64
- #integer_value=(value : Int64) : Int64
- #multi_string_value : ProtocolSetting::ProtocolSettingValue::MultiString | Nil
- #multi_string_value=(value : ProtocolSetting::ProtocolSettingValue::MultiString | Nil) : ProtocolSetting::ProtocolSettingValue::MultiString | Nil
- #protocol_setting_value_case : ProtocolSettingValueCase
- #string_value : String
- #string_value=(value : String) : 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 channels_value : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil
#
def channels_value=(value : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil) : MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration | Nil
#
def multi_string_value=(value : ProtocolSetting::ProtocolSettingValue::MultiString | Nil) : ProtocolSetting::ProtocolSettingValue::MultiString | Nil
#