Package com.google.monitoring.v3
Class SnoozeServiceGrpc.SnoozeServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.SnoozeServiceGrpc.SnoozeServiceImplBase
-
- All Implemented Interfaces:
SnoozeServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SnoozeServiceGrpc
public abstract static class SnoozeServiceGrpc.SnoozeServiceImplBase extends Object implements io.grpc.BindableService, SnoozeServiceGrpc.AsyncService
Base class for the server implementation of the service SnoozeService.The SnoozeService API is used to temporarily prevent an alert policy from generating alerts. A Snooze is a description of the criteria under which one or more alert policies should not fire alerts for the specified duration.
-
-
Constructor Summary
Constructors Constructor Description SnoozeServiceImplBase()
-
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.SnoozeServiceGrpc.AsyncService
createSnooze, getSnooze, listSnoozes, updateSnooze
-
-