Class AlertPolicyServiceGrpc.AlertPolicyServiceImplBase (3.42.0)

public abstract static class AlertPolicyServiceGrpc.AlertPolicyServiceImplBase implements BindableService, AlertPolicyServiceGrpc.AsyncService

Base class for the server implementation of the service AlertPolicyService.

The AlertPolicyService API is used to manage (list, create, delete, edit) alert policies in Cloud Monitoring. An alerting policy is a description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. In addition to using this API, alert policies can also be managed through Cloud Monitoring, which can be reached by clicking the "Monitoring" tab in Cloud console.

Inheritance

java.lang.Object > AlertPolicyServiceGrpc.AlertPolicyServiceImplBase

Implements

io.grpc.BindableService, AlertPolicyServiceGrpc.AsyncService

Constructors

AlertPolicyServiceImplBase()

public AlertPolicyServiceImplBase()

Methods

bindService()

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