| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
HttpCheck |
HttpCheck.clone() |
HttpCheck |
UptimeCheckConfig.getHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
|
HttpCheck |
HttpCheck.set(java.lang.String fieldName,
java.lang.Object value) |
HttpCheck |
HttpCheck.setAuthInfo(BasicAuthentication authInfo)
The authentication information.
|
HttpCheck |
HttpCheck.setHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
The list of headers to send as part of the uptime check request.
|
HttpCheck |
HttpCheck.setMaskHeaders(java.lang.Boolean maskHeaders)
Boolean specifiying whether to encrypt the header information.
|
HttpCheck |
HttpCheck.setPath(java.lang.String path)
The path to the page to run the check against.
|
HttpCheck |
HttpCheck.setPort(java.lang.Integer port)
The port to the page to run the check against.
|
HttpCheck |
HttpCheck.setUseSsl(java.lang.Boolean useSsl)
If true, use HTTPS instead of HTTP to run the check.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.setHttpCheck(HttpCheck httpCheck)
Contains information needed to make an HTTP or HTTPS check.
|