Interface UptimeCheckConfig.TcpCheckOrBuilder (3.3.6)

public static interface UptimeCheckConfig.TcpCheckOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPort()

public abstract int getPort()

The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.

int32 port = 1;

Returns
TypeDescription
int

The port.