public static final class IncidentsGrpc.IncidentsBlockingStub extends io.grpc.stub.AbstractStub<IncidentsGrpc.IncidentsBlockingStub>
Alert service protobufs for cluster alert incident.
| Modifier and Type | Method and Description |
|---|---|
protected IncidentsGrpc.IncidentsBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
VoidResponse |
createEvent(IncidentEventCreateRequest request) |
IncidentDescribeResponse |
describe(IncidentDescribeRequest request) |
IncidentListResponse |
list(IncidentListRequest request) |
VoidResponse |
notify(IncidentNotifyRequest request) |
protected IncidentsGrpc.IncidentsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IncidentsGrpc.IncidentsBlockingStub>public IncidentListResponse list(IncidentListRequest request)
public IncidentDescribeResponse describe(IncidentDescribeRequest request)
public VoidResponse notify(IncidentNotifyRequest request)
public VoidResponse createEvent(IncidentEventCreateRequest request)