Label

A protocol buffer label.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Special label to define proto3 fields which should not be emitted if their value is equal to their type's respective identity value. E.g.: a field of type int32 will not get emitted if its value is 0.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
@get:JvmName(name = "isOneOf")
val isOneOf: Boolean
Link copied to clipboard
@get:JvmName(name = "isPacked")
val isPacked: Boolean
Link copied to clipboard
@get:JvmName(name = "isRepeated")
val isRepeated: Boolean
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.