setProtocol

open fun setProtocol(index: Int, value: Layer4Protocol): Port.Builder
Protocols for this port.
repeated .elide.net.Layer4Protocol protocol = 3;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The protocol to set.