IntIntListEntryProto

data class IntIntListEntryProto(val key: Long = 0, val value: List<Long> = emptyList(), val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message(source)

Constructors

Link copied to clipboard
constructor(key: Long = 0, value: List<Long> = emptyList(), unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<IntIntListEntryProto>

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<IntIntListEntryProto>
Link copied to clipboard
val key: Long
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun plus(other: Message?): IntIntListEntryProto