public class Monitoring.Projects.UptimeCheckConfigs
extends java.lang.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(java.lang.String parent,
UptimeCheckConfig content)
Creates a new uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Delete |
delete(java.lang.String name)
Deletes an uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.Get |
get(java.lang.String name)
Gets a single uptime check configuration.
|
Monitoring.Projects.UptimeCheckConfigs.List |
list(java.lang.String parent)
Lists the existing valid uptime check configurations for the project, leaving out any invalid
configurations.
|
Monitoring.Projects.UptimeCheckConfigs.Patch |
patch(java.lang.String name,
UptimeCheckConfig content)
Updates an uptime check configuration.
|
public Monitoring.Projects.UptimeCheckConfigs.Create create(java.lang.String parent, UptimeCheckConfig content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The project in which to create the uptime check. The format is projects/[PROJECT_ID].content - the UptimeCheckConfigjava.io.IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The uptime check configuration to delete. The format is
projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].java.io.IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The uptime check configuration to retrieve. The format is
projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].java.io.IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The project whose uptime check configurations are listed. The format is projects/[PROJECT_ID].java.io.IOExceptionpublic Monitoring.Projects.UptimeCheckConfigs.Patch patch(java.lang.String name, UptimeCheckConfig content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - A unique resource name for this UptimeCheckConfig. The format
is:projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].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 UptimeCheckConfigjava.io.IOException