Package com.google.monitoring.v3
Class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.UptimeCheckServiceGrpc.UptimeCheckServiceImplBase
-
- All Implemented Interfaces:
UptimeCheckServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- UptimeCheckServiceGrpc
public abstract static class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase extends Object implements io.grpc.BindableService, UptimeCheckServiceGrpc.AsyncService
Base class for the server implementation of the service 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] (https://console.cloud.google.com), selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Cloud Monitoring, and then clicking on "Uptime".
-
-
Constructor Summary
Constructors Constructor Description UptimeCheckServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.monitoring.v3.UptimeCheckServiceGrpc.AsyncService
createUptimeCheckConfig, deleteUptimeCheckConfig, getUptimeCheckConfig, listUptimeCheckConfigs, listUptimeCheckIps, updateUptimeCheckConfig
-
-