| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
TcpCheck |
TcpCheck.clone() |
TcpCheck |
UptimeCheckConfig.getTcpCheck()
Contains information needed to make a TCP check.
|
TcpCheck |
TcpCheck.set(java.lang.String fieldName,
java.lang.Object value) |
TcpCheck |
TcpCheck.setPort(java.lang.Integer port)
The port to the page to run the check against.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.setTcpCheck(TcpCheck tcpCheck)
Contains information needed to make a TCP check.
|