Class 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 Detail

      • AlertPolicyServiceImplBase

        public AlertPolicyServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService