setRemoteAddressBytes

open fun setRemoteAddressBytes(value: ByteString): ConnectionInfo.Builder
Specifies the remote address of the connection.
string remote_address = 1;

Return

This builder for chaining.

Parameters

value

The bytes for remoteAddress to set.