Package viam.app.agent.v1
Interface AgentDeviceServiceGrpc.AsyncService
- All Known Implementing Classes:
AgentDeviceServiceGrpc.AgentDeviceServiceImplBase
- Enclosing class:
- AgentDeviceServiceGrpc
public static interface AgentDeviceServiceGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
deviceAgentConfig
(Agent.DeviceAgentConfigRequest request, io.grpc.stub.StreamObserver<Agent.DeviceAgentConfigResponse> responseObserver) DeviceAgentConfig is for retrieving config by the on-device agent.
-
Method Details
-
deviceAgentConfig
default void deviceAgentConfig(Agent.DeviceAgentConfigRequest request, io.grpc.stub.StreamObserver<Agent.DeviceAgentConfigResponse> responseObserver) DeviceAgentConfig is for retrieving config by the on-device agent.
-