@Generated(value="by gRPC proto compiler (version 1.0.2)",
comments="Source: appscode/api/ci/v1beta1/job.proto")
public class JobsGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobsGrpc.JobsBlockingStub |
static class |
JobsGrpc.JobsFutureStub |
static class |
JobsGrpc.JobsImplBase |
static class |
JobsGrpc.JobsStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<JobBuildRequest,VoidResponse> |
METHOD_BUILD |
static io.grpc.MethodDescriptor<JobCopyRequest,VoidResponse> |
METHOD_COPY |
static io.grpc.MethodDescriptor<JobCreateRequest,VoidResponse> |
METHOD_CREATE |
static io.grpc.MethodDescriptor<JobDeleteRequest,VoidResponse> |
METHOD_DELETE |
static io.grpc.MethodDescriptor<JobDescribeRequest,JobDescribeResponse> |
METHOD_DESCRIBE |
static io.grpc.MethodDescriptor<JobListRequest,JobListResponse> |
METHOD_LIST |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static JobsGrpc.JobsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static JobsGrpc.JobsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static JobsGrpc.JobsStub |
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<JobListRequest,JobListResponse> METHOD_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<JobDescribeRequest,JobDescribeResponse> METHOD_DESCRIBE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<JobCreateRequest,VoidResponse> METHOD_CREATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<JobCopyRequest,VoidResponse> METHOD_COPY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<JobBuildRequest,VoidResponse> METHOD_BUILD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<JobDeleteRequest,VoidResponse> METHOD_DELETE
public static JobsGrpc.JobsStub newStub(io.grpc.Channel channel)
public static JobsGrpc.JobsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static JobsGrpc.JobsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()