Package viam.app.agent.v1
Class AgentDeviceServiceGrpc
java.lang.Object
viam.app.agent.v1.AgentDeviceServiceGrpc
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service AgentDeviceService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service AgentDeviceService.static class
Base class for the server implementation of the service AgentDeviceService.static final class
A stub to allow clients to do asynchronous rpc calls to service AgentDeviceService.static interface
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<Agent.DeviceAgentConfigRequest,
Agent.DeviceAgentConfigResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getDeviceAgentConfigMethod
public static io.grpc.MethodDescriptor<Agent.DeviceAgentConfigRequest,Agent.DeviceAgentConfigResponse> getDeviceAgentConfigMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static AgentDeviceServiceGrpc.AgentDeviceServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static AgentDeviceServiceGrpc.AgentDeviceServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(AgentDeviceServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-