public static final class SnoozeServiceGrpc.SnoozeServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SnoozeServiceGrpc.SnoozeServiceFutureStub>
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.
| Modifier and Type | Method and Description |
|---|---|
protected SnoozeServiceGrpc.SnoozeServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Snooze> |
createSnooze(CreateSnoozeRequest request)
Creates a `Snooze` that will prevent alerts, which match the provided
criteria, from being opened.
|
com.google.common.util.concurrent.ListenableFuture<Snooze> |
getSnooze(GetSnoozeRequest request)
Retrieves a `Snooze` by `name`.
|
com.google.common.util.concurrent.ListenableFuture<ListSnoozesResponse> |
listSnoozes(ListSnoozesRequest request)
Lists the `Snooze`s associated with a project.
|
com.google.common.util.concurrent.ListenableFuture<Snooze> |
updateSnooze(UpdateSnoozeRequest request)
Updates a `Snooze`, identified by its `name`, with the parameters in the
given `Snooze` object.
|
protected SnoozeServiceGrpc.SnoozeServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SnoozeServiceGrpc.SnoozeServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<Snooze> createSnooze(CreateSnoozeRequest request)
Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened. The `Snooze` applies for a specific time interval.
public com.google.common.util.concurrent.ListenableFuture<ListSnoozesResponse> listSnoozes(ListSnoozesRequest request)
Lists the `Snooze`s associated with a project. Can optionally pass in `filter`, which specifies predicates to match `Snooze`s.
public com.google.common.util.concurrent.ListenableFuture<Snooze> getSnooze(GetSnoozeRequest request)
Retrieves a `Snooze` by `name`.
public com.google.common.util.concurrent.ListenableFuture<Snooze> updateSnooze(UpdateSnoozeRequest request)
Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.
Copyright © 2024 Google LLC. All rights reserved.