Class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase (3.42.0)

public abstract static class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase implements 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, selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Cloud Monitoring, and then clicking on "Uptime".

Inheritance

java.lang.Object > UptimeCheckServiceGrpc.UptimeCheckServiceImplBase

Implements

io.grpc.BindableService, UptimeCheckServiceGrpc.AsyncService

Constructors

UptimeCheckServiceImplBase()

public UptimeCheckServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition