Identifier

value class Identifier(val value: String) : Comparable<Identifier>

Represents a protobuf identifier, which is a string consisting of letters, numbers, and underscores, starting with a letter or underscore.

This class does not perform validation of identifiers.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Identifier): Int
Link copied to clipboard
open override fun toString(): String