class MinknowApi::ProtocolSettings::ProtocolSetting::ProtocolSettingValue

Included Modules

Defined in:

generated/minknow_api/protocol_settings.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def bool_value : Bool #

[View source]
def bool_value=(value : Bool) : Bool #

[View source]

[View source]

[View source]
def clear_protocol_setting_value : Nil #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def float_value : Float64 #

[View source]
def float_value=(value : Float64) : Float64 #

[View source]
def integer_value : Int64 #

[View source]
def integer_value=(value : Int64) : Int64 #

[View source]
def multi_string_value : ProtocolSetting::ProtocolSettingValue::MultiString | Nil #

[View source]

[View source]
def protocol_setting_value_case : ProtocolSettingValueCase #

[View source]
def string_value : String #

[View source]
def string_value=(value : String) : String #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]