struct

Proto::UnknownField

Inherits Struct < Value < Object

Holds one unknown field captured during message decoding. Preserves wire_type so the field can be faithfully re-encoded.

Constructors

new(field_number : Int32, wire_type : Int32, data : UnknownFieldData)
Source

Instance methods

data
Source
field_number
Source
wire_type
Source