| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.UptimeCheckConfigs.Create |
Monitoring.Projects.UptimeCheckConfigs.create(java.lang.String parent,
UptimeCheckConfig content)
Creates a new uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Patch |
Monitoring.Projects.UptimeCheckConfigs.patch(java.lang.String name,
UptimeCheckConfig content)
Updates an uptime check configuration.
|
| Constructor and Description |
|---|
Create(java.lang.String parent,
UptimeCheckConfig content)
Creates a new uptime check configuration.
|
Patch(java.lang.String name,
UptimeCheckConfig content)
Updates an uptime check configuration.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.clone() |
UptimeCheckConfig |
UptimeCheckConfig.set(java.lang.String fieldName,
java.lang.Object value) |
UptimeCheckConfig |
UptimeCheckConfig.setContentMatchers(java.util.List<ContentMatcher> contentMatchers)
The expected content on the page the check is run against.
|
UptimeCheckConfig |
UptimeCheckConfig.setDisplayName(java.lang.String displayName)
A human-friendly name for the uptime check configuration.
|
UptimeCheckConfig |
UptimeCheckConfig.setHttpCheck(HttpCheck httpCheck)
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig |
UptimeCheckConfig.setInternalCheckers(java.util.List<InternalChecker> internalCheckers)
The internal checkers that this check will egress from.
|
UptimeCheckConfig |
UptimeCheckConfig.setIsInternal(java.lang.Boolean isInternal)
Denotes whether this is a check that egresses from InternalCheckers.
|
UptimeCheckConfig |
UptimeCheckConfig.setMonitoredResource(MonitoredResource monitoredResource)
The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the
configuration.
|
UptimeCheckConfig |
UptimeCheckConfig.setName(java.lang.String name)
A unique resource name for this UptimeCheckConfig.
|
UptimeCheckConfig |
UptimeCheckConfig.setPeriod(java.lang.String period)
How often, in seconds, the uptime check is performed.
|
UptimeCheckConfig |
UptimeCheckConfig.setResourceGroup(ResourceGroup resourceGroup)
The group resource associated with the configuration.
|
UptimeCheckConfig |
UptimeCheckConfig.setSelectedRegions(java.util.List<java.lang.String> selectedRegions)
The list of regions from which the check will be run.
|
UptimeCheckConfig |
UptimeCheckConfig.setTcpCheck(TcpCheck tcpCheck)
Contains information needed to make a TCP check.
|
UptimeCheckConfig |
UptimeCheckConfig.setTimeout(java.lang.String timeout)
The maximum amount of time to wait for the request to complete (must be between 1 and 60
seconds).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UptimeCheckConfig> |
ListUptimeCheckConfigsResponse.getUptimeCheckConfigs()
The returned uptime check configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckConfigsResponse |
ListUptimeCheckConfigsResponse.setUptimeCheckConfigs(java.util.List<UptimeCheckConfig> uptimeCheckConfigs)
The returned uptime check configurations.
|