public static final class UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub extends io.grpc.stub.AbstractStub<UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub>
The UptimeCheckService API is used to manage (list, create, delete, edit) uptime check configurations in the Stackdriver Monitoring product. An uptime check is a piece of configuration that determines which resources and services to monitor for availability. These configurations can also be configured interactively by navigating to the [Cloud Console] (http://console.cloud.google.com), selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Stackdriver, and then clicking on "Uptime".
Modifier and Type | Method and Description |
---|---|
protected UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
UptimeCheckConfig |
createUptimeCheckConfig(CreateUptimeCheckConfigRequest request)
Creates a new uptime check configuration.
|
Empty |
deleteUptimeCheckConfig(DeleteUptimeCheckConfigRequest request)
Deletes an uptime check configuration.
|
UptimeCheckConfig |
getUptimeCheckConfig(GetUptimeCheckConfigRequest request)
Gets a single uptime check configuration.
|
ListUptimeCheckConfigsResponse |
listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid uptime check configurations for the project,
leaving out any invalid configurations.
|
ListUptimeCheckIpsResponse |
listUptimeCheckIps(ListUptimeCheckIpsRequest request)
Returns the list of IPs that checkers run from
|
UptimeCheckConfig |
updateUptimeCheckConfig(UpdateUptimeCheckConfigRequest request)
Updates an uptime check configuration.
|
protected UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub>
public ListUptimeCheckConfigsResponse listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid uptime check configurations for the project, leaving out any invalid configurations.
public UptimeCheckConfig getUptimeCheckConfig(GetUptimeCheckConfigRequest request)
Gets a single uptime check configuration.
public UptimeCheckConfig createUptimeCheckConfig(CreateUptimeCheckConfigRequest request)
Creates a new uptime check configuration.
public UptimeCheckConfig updateUptimeCheckConfig(UpdateUptimeCheckConfigRequest request)
Updates an uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via `"updateMask"`. Returns the updated configuration.
public Empty deleteUptimeCheckConfig(DeleteUptimeCheckConfigRequest request)
Deletes an uptime check configuration. Note that this method will fail if the uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
public ListUptimeCheckIpsResponse listUptimeCheckIps(ListUptimeCheckIpsRequest request)
Returns the list of IPs that checkers run from