GetPropertiesIns

data class GetPropertiesIns(val config: Map<String, Scalar?> = emptyMap(), val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Constructors

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

Types

Link copied to clipboard
object Companion : Message.Companion<ServerMessage.GetPropertiesIns>
Link copied to clipboard
data class ConfigEntry(val key: String = "", val value: Scalar? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message, Map.Entry<String, Scalar?>

Properties

Link copied to clipboard
Link copied to clipboard
open override val descriptor: MessageDescriptor<ServerMessage.GetPropertiesIns>
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>

Functions

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