Package com.google.monitoring.v3
Class AlertPolicyServiceGrpc.AlertPolicyServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.AlertPolicyServiceGrpc.AlertPolicyServiceImplBase
-
- All Implemented Interfaces:
AlertPolicyServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AlertPolicyServiceGrpc
public abstract static class AlertPolicyServiceGrpc.AlertPolicyServiceImplBase extends Object implements io.grpc.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](https://cloud.google.com/monitoring/docs/), which can be reached by clicking the "Monitoring" tab in [Cloud console](https://console.cloud.google.com/).
-
-
Constructor Summary
Constructors Constructor Description AlertPolicyServiceImplBase()
-
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.AlertPolicyServiceGrpc.AsyncService
createAlertPolicy, deleteAlertPolicy, getAlertPolicy, listAlertPolicies, updateAlertPolicy
-
-