| 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(String parent,
UptimeCheckConfig content)
Creates a new Uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Patch |
Monitoring.Projects.UptimeCheckConfigs.patch(String name,
UptimeCheckConfig content)
Updates an Uptime check configuration.
|
| Constructor and Description |
|---|
Create(String parent,
UptimeCheckConfig content)
Creates a new Uptime check configuration.
|
Patch(String name,
UptimeCheckConfig content)
Updates an Uptime check configuration.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.clone() |
UptimeCheckConfig |
UptimeCheckConfig.set(String fieldName,
Object value) |
UptimeCheckConfig |
UptimeCheckConfig.setCheckerType(String checkerType)
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig |
UptimeCheckConfig.setContentMatchers(List<ContentMatcher> contentMatchers)
The content that is expected to appear in the data returned by the target server against which
the check is run.
|
UptimeCheckConfig |
UptimeCheckConfig.setDisabled(Boolean disabled)
Whether the check is disabled or not.
|
UptimeCheckConfig |
UptimeCheckConfig.setDisplayName(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(List<InternalChecker> internalCheckers)
The internal checkers that this check will egress from.
|
UptimeCheckConfig |
UptimeCheckConfig.setIsInternal(Boolean isInternal)
If this is true, then checks are made only from the 'internal_checkers'.
|
UptimeCheckConfig |
UptimeCheckConfig.setLogCheckFailures(Boolean logCheckFailures)
To specify whether to log the results of failed probes to Cloud Logging.
|
UptimeCheckConfig |
UptimeCheckConfig.setMonitoredResource(MonitoredResource monitoredResource)
The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the
configuration.
|
UptimeCheckConfig |
UptimeCheckConfig.setName(String name)
Identifier.
|
UptimeCheckConfig |
UptimeCheckConfig.setPeriod(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(List<String> selectedRegions)
The list of regions from which the check will be run.
|
UptimeCheckConfig |
UptimeCheckConfig.setSyntheticMonitor(SyntheticMonitorTarget syntheticMonitor)
Specifies a Synthetic Monitor to invoke.
|
UptimeCheckConfig |
UptimeCheckConfig.setTcpCheck(TcpCheck tcpCheck)
Contains information needed to make a TCP check.
|
UptimeCheckConfig |
UptimeCheckConfig.setTimeout(String timeout)
The maximum amount of time to wait for the request to complete (must be between 1 and 60
seconds).
|
UptimeCheckConfig |
UptimeCheckConfig.setUserLabels(Map<String,String> userLabels)
User-supplied key/value data to be used for organizing and identifying the UptimeCheckConfig
objects.The field can contain up to 64 entries.
|
| Modifier and Type | Method and Description |
|---|---|
List<UptimeCheckConfig> |
ListUptimeCheckConfigsResponse.getUptimeCheckConfigs()
The returned Uptime check configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckConfigsResponse |
ListUptimeCheckConfigsResponse.setUptimeCheckConfigs(List<UptimeCheckConfig> uptimeCheckConfigs)
The returned Uptime check configurations.
|
Copyright © 2011–2025 Google. All rights reserved.