public class Monitoring.Projects.UptimeCheckConfigs extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Monitoring.Projects.UptimeCheckConfigs.Create |
class |
Monitoring.Projects.UptimeCheckConfigs.Delete |
class |
Monitoring.Projects.UptimeCheckConfigs.Get |
class |
Monitoring.Projects.UptimeCheckConfigs.List |
class |
Monitoring.Projects.UptimeCheckConfigs.Patch |
| Constructor and Description |
|---|
UptimeCheckConfigs() |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.UptimeCheckConfigs.Create |
create(String parent,
UptimeCheckConfig content)
Creates a new Uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Delete |
delete(String name)
Deletes an Uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Get |
get(String name)
Gets a single Uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.List |
list(String parent)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid
configurations).
|
Monitoring.Projects.UptimeCheckConfigs.Patch |
patch(String name,
UptimeCheckConfig content)
Updates an Uptime check configuration.
|
public Monitoring.Projects.UptimeCheckConfigs.Create create(String parent, UptimeCheckConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) in which to create
the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]content - the UptimeCheckConfigIOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The Uptime check configuration to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The Uptime check configuration to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) whose Uptime check
configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER]IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Patch patch(String name, UptimeCheckConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Identifier. A unique resource name for this Uptime check configuration. The format is:
projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
[PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This
field should be omitted when creating the Uptime check configuration; on create, the
resource name is assigned by the server and included in the response.content - the UptimeCheckConfigIOExceptionCopyright © 2011–2025 Google. All rights reserved.