Package com.viam.service.motion.v1
Class MotionServiceGrpc
java.lang.Object
com.viam.service.motion.v1.MotionServiceGrpc
A MotionService declares the gRPC contract for a motion service
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA MotionService declares the gRPC contract for a motion servicestatic final classA stub to allow clients to do synchronous rpc calls to service MotionService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service MotionService.static classBase class for the server implementation of the service MotionService.static final classA stub to allow clients to do asynchronous rpc calls to service MotionService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> static io.grpc.MethodDescriptor<Motion.GetPlanRequest,Motion.GetPlanResponse> static io.grpc.MethodDescriptor<Motion.GetPoseRequest,Motion.GetPoseResponse> static io.grpc.MethodDescriptor<Motion.ListPlanStatusesRequest,Motion.ListPlanStatusesResponse> static io.grpc.MethodDescriptor<Motion.MoveRequest,Motion.MoveResponse> static io.grpc.MethodDescriptor<Motion.MoveOnGlobeRequest,Motion.MoveOnGlobeResponse> static io.grpc.MethodDescriptor<Motion.MoveOnMapRequest,Motion.MoveOnMapResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Motion.StopPlanRequest,Motion.StopPlanResponse> 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
-
getMoveMethod
-
getMoveOnMapMethod
public static io.grpc.MethodDescriptor<Motion.MoveOnMapRequest,Motion.MoveOnMapResponse> getMoveOnMapMethod() -
getMoveOnGlobeMethod
public static io.grpc.MethodDescriptor<Motion.MoveOnGlobeRequest,Motion.MoveOnGlobeResponse> getMoveOnGlobeMethod() -
getGetPoseMethod
public static io.grpc.MethodDescriptor<Motion.GetPoseRequest,Motion.GetPoseResponse> getGetPoseMethod() -
getStopPlanMethod
public static io.grpc.MethodDescriptor<Motion.StopPlanRequest,Motion.StopPlanResponse> getStopPlanMethod() -
getListPlanStatusesMethod
public static io.grpc.MethodDescriptor<Motion.ListPlanStatusesRequest,Motion.ListPlanStatusesResponse> getListPlanStatusesMethod() -
getGetPlanMethod
public static io.grpc.MethodDescriptor<Motion.GetPlanRequest,Motion.GetPlanResponse> getGetPlanMethod() -
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
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(MotionServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-