class MinknowApi::Log::SendUserMessageRequest

Included Modules

Defined in:

generated/minknow_api/log.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 encode(io : IO) : Nil #

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

[View source]
def extra_data : Hash(String, String) #

[View source]
def extra_data=(extra_data : Hash(String, String)) #

[View source]
def identifier : String #

[View source]
def identifier=(identifier : String) #

[View source]
def severity : Proto::OpenEnum(Severity) #

[View source]
def severity=(severity : Proto::OpenEnum(Severity)) #

[View source]
def user_message : String #

[View source]
def user_message=(user_message : String) #

[View source]