class

MinknowApi::Protocol::ProtocolInfo

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

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

Source
clear_tag_extraction_result
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
has_tag_extraction_result?
Source
identifier
Source
identifier=(identifier : String)
Source
name
Source
name=(name : String)
Source
tag_extraction_result
Source
tag_extraction_result=(tag_extraction_result : ProtocolInfo::TagExtractionResult | Nil)
Source
tags
Source
tags=(tags : Hash(String, ProtocolInfo::TagValue))
Source
validate_required!
Source
validate_required_deep!
Source

Nested types