Class UptimeCheckService (2.3.0)

public static class UptimeCheckService

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, selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Stackdriver, and then clicking on "Uptime".

Inheritance

Object > UptimeCheckService

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Methods

BindService(UptimeCheckService.UptimeCheckServiceBase)

public static ServerServiceDefinition BindService(UptimeCheckService.UptimeCheckServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplUptimeCheckService.UptimeCheckServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, UptimeCheckService.UptimeCheckServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, UptimeCheckService.UptimeCheckServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplUptimeCheckService.UptimeCheckServiceBase

An object implementing the server-side handling logic.