set

@JvmName(name = "setProtocol")
operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.set(index: Int, value: Layer4Protocol)
Protocols for this port.

repeated .elide.net.Layer4Protocol protocol = 3;

Parameters

index

The index to set the value at.

value

The protocol to set.