Package com.viam.service.sensors.v1
Class SensorsServiceGrpc
java.lang.Object
com.viam.service.sensors.v1.SensorsServiceGrpc
A SensorsService services keeps track of all sensors associated with a robot This service is deprecated
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
A SensorsService services keeps track of all sensors associated with a robot This service is deprecatedstatic final class
A stub to allow clients to do synchronous rpc calls to service SensorsService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service SensorsService.static class
Base class for the server implementation of the service SensorsService.static final class
A stub to allow clients to do asynchronous rpc calls to service SensorsService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<Common.DoCommandRequest,
Common.DoCommandResponse> static io.grpc.MethodDescriptor<Sensors.GetReadingsRequest,
Sensors.GetReadingsResponse> static io.grpc.MethodDescriptor<Sensors.GetSensorsRequest,
Sensors.GetSensorsResponse> 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
-
getGetSensorsMethod
public static io.grpc.MethodDescriptor<Sensors.GetSensorsRequest,Sensors.GetSensorsResponse> getGetSensorsMethod() -
getGetReadingsMethod
public static io.grpc.MethodDescriptor<Sensors.GetReadingsRequest,Sensors.GetReadingsResponse> getGetReadingsMethod() -
getDoCommandMethod
public static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> getDoCommandMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static SensorsServiceGrpc.SensorsServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(SensorsServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-