ConfigEntry

data class ConfigEntry(val key: String = "", val value: Scalar? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message, Map.Entry<String, Scalar?>

Constructors

Link copied to clipboard
constructor(key: String = "", value: Scalar? = null, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<ServerMessage.FitIns.ConfigEntry>

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<ServerMessage.FitIns.ConfigEntry>
Link copied to clipboard
open override val key: String
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>
Link copied to clipboard
open override val value: Scalar? = null

Functions

Link copied to clipboard
open operator override fun plus(other: Message?): ServerMessage.FitIns.ConfigEntry