public static final class AgentsGrpc.AgentsBlockingStub extends io.grpc.stub.AbstractStub<AgentsGrpc.AgentsBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected AgentsGrpc.AgentsBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
AgentCreateResponse |
create(AgentCreateRequest request) |
VoidResponse |
delete(AgentDeleteRequest request) |
AgentGetResponse |
get(AgentGetRequest request) |
AgentListResponse |
list(VoidRequest request) |
protected AgentsGrpc.AgentsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AgentsGrpc.AgentsBlockingStub>public AgentListResponse list(VoidRequest request)
public AgentGetResponse get(AgentGetRequest request)
public AgentCreateResponse create(AgentCreateRequest request)
public VoidResponse delete(AgentDeleteRequest request)