Package com.google.monitoring.v3
Class SnoozeServiceGrpc.SnoozeServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SnoozeServiceGrpc.SnoozeServiceBlockingStub>
-
- com.google.monitoring.v3.SnoozeServiceGrpc.SnoozeServiceBlockingStub
-
- Enclosing class:
- SnoozeServiceGrpc
public static final class SnoozeServiceGrpc.SnoozeServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SnoozeServiceGrpc.SnoozeServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SnoozeServiceGrpc.SnoozeServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Snooze
createSnooze(CreateSnoozeRequest request)
Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.Snooze
getSnooze(GetSnoozeRequest request)
Retrieves a `Snooze` by `name`.ListSnoozesResponse
listSnoozes(ListSnoozesRequest request)
Lists the `Snooze`s associated with a project.Snooze
updateSnooze(UpdateSnoozeRequest request)
Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.
-
-
-
Method Detail
-
build
protected SnoozeServiceGrpc.SnoozeServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SnoozeServiceGrpc.SnoozeServiceBlockingStub>
-
createSnooze
public 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.
-
listSnoozes
public ListSnoozesResponse listSnoozes(ListSnoozesRequest request)
Lists the `Snooze`s associated with a project. Can optionally pass in `filter`, which specifies predicates to match `Snooze`s.
-
getSnooze
public Snooze getSnooze(GetSnoozeRequest request)
Retrieves a `Snooze` by `name`.
-
updateSnooze
public Snooze updateSnooze(UpdateSnoozeRequest request)
Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.
-
-