Google Cloud Monitoring v3 API - Class UptimeCheckService (3.7.0)

public static class UptimeCheckService

Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckService.

The UptimeCheckService API is used to manage (list, create, delete, edit) Uptime check configurations in the Cloud 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 Cloud Monitoring, and then clicking on "Uptime".

Inheritance

object > UptimeCheckService

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Methods

BindService(UptimeCheckServiceBase)

public static ServerServiceDefinition BindService(UptimeCheckService.UptimeCheckServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplUptimeCheckServiceUptimeCheckServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, 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.

serviceImplUptimeCheckServiceUptimeCheckServiceBase

An object implementing the server-side handling logic.