setLocalAddressBytes

open fun setLocalAddressBytes(value: ByteString): ConnectionInfo.Builder
Specifies the local address of the connection.
string local_address = 2;

Return

This builder for chaining.

Parameters

value

The bytes for localAddress to set.