Tag

value class Tag(val value: Int)

Represents a field tag as it appears inside a protobuf message, consisting of a field number and a wire type.

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val value: Int

The numeric value of the tag, as it is encoded in the protobuf binary format.

Link copied to clipboard