@Generated(value="by gRPC proto compiler (version 1.3.0)",
comments="Source: appscode/api/kubernetes/v1beta1/incident.proto")
public final class IncidentsGrpc
extends java.lang.Object
Alert service protobufs for cluster alert incident.
| Modifier and Type | Class and Description |
|---|---|
static class |
IncidentsGrpc.IncidentsBlockingStub
Alert service protobufs for cluster alert incident.
|
static class |
IncidentsGrpc.IncidentsFutureStub
Alert service protobufs for cluster alert incident.
|
static class |
IncidentsGrpc.IncidentsImplBase
Alert service protobufs for cluster alert incident.
|
static class |
IncidentsGrpc.IncidentsStub
Alert service protobufs for cluster alert incident.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<IncidentEventCreateRequest,VoidResponse> |
METHOD_CREATE_EVENT |
static io.grpc.MethodDescriptor<IncidentDescribeRequest,IncidentDescribeResponse> |
METHOD_DESCRIBE |
static io.grpc.MethodDescriptor<IncidentListRequest,IncidentListResponse> |
METHOD_LIST |
static io.grpc.MethodDescriptor<IncidentNotifyRequest,VoidResponse> |
METHOD_NOTIFY |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static IncidentsGrpc.IncidentsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static IncidentsGrpc.IncidentsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static IncidentsGrpc.IncidentsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<IncidentListRequest,IncidentListResponse> METHOD_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<IncidentDescribeRequest,IncidentDescribeResponse> METHOD_DESCRIBE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<IncidentNotifyRequest,VoidResponse> METHOD_NOTIFY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<IncidentEventCreateRequest,VoidResponse> METHOD_CREATE_EVENT
public static IncidentsGrpc.IncidentsStub newStub(io.grpc.Channel channel)
public static IncidentsGrpc.IncidentsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IncidentsGrpc.IncidentsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()