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".
Namespace
Google.Cloud.Monitoring.V3Assembly
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 | |
---|---|
Name | Description |
serviceImpl | UptimeCheckServiceUptimeCheckServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | UptimeCheckServiceUptimeCheckServiceBase An object implementing the server-side handling logic. |