@Generated(value="by gRPC proto compiler (version 1.3.0)",
comments="Source: appscode/api/ci/v1beta1/agent.proto")
public final class AgentsGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentsGrpc.AgentsBlockingStub |
static class |
AgentsGrpc.AgentsFutureStub |
static class |
AgentsGrpc.AgentsImplBase |
static class |
AgentsGrpc.AgentsStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<AgentCreateRequest,AgentCreateResponse> |
METHOD_CREATE |
static io.grpc.MethodDescriptor<AgentDeleteRequest,VoidResponse> |
METHOD_DELETE |
static io.grpc.MethodDescriptor<AgentGetRequest,AgentGetResponse> |
METHOD_GET |
static io.grpc.MethodDescriptor<VoidRequest,AgentListResponse> |
METHOD_LIST |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static AgentsGrpc.AgentsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AgentsGrpc.AgentsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static AgentsGrpc.AgentsStub |
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<VoidRequest,AgentListResponse> METHOD_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AgentGetRequest,AgentGetResponse> METHOD_GET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AgentCreateRequest,AgentCreateResponse> METHOD_CREATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AgentDeleteRequest,VoidResponse> METHOD_DELETE
public static AgentsGrpc.AgentsStub newStub(io.grpc.Channel channel)
public static AgentsGrpc.AgentsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AgentsGrpc.AgentsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()