Package com.viam.service.navigation.v1
Class NavigationServiceGrpc
java.lang.Object
com.viam.service.navigation.v1.NavigationServiceGrpc
A NavigationService declares the gRPC contract for a Navigation service
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
A NavigationService declares the gRPC contract for a Navigation servicestatic final class
A stub to allow clients to do synchronous rpc calls to service NavigationService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service NavigationService.static class
Base class for the server implementation of the service NavigationService.static final class
A stub to allow clients to do asynchronous rpc calls to service NavigationService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<Navigation.AddWaypointRequest,
Navigation.AddWaypointResponse> static io.grpc.MethodDescriptor<Common.DoCommandRequest,
Common.DoCommandResponse> static io.grpc.MethodDescriptor<Navigation.GetLocationRequest,
Navigation.GetLocationResponse> static io.grpc.MethodDescriptor<Navigation.GetModeRequest,
Navigation.GetModeResponse> static io.grpc.MethodDescriptor<Navigation.GetObstaclesRequest,
Navigation.GetObstaclesResponse> static io.grpc.MethodDescriptor<Navigation.GetPathsRequest,
Navigation.GetPathsResponse> static io.grpc.MethodDescriptor<Navigation.GetPropertiesRequest,
Navigation.GetPropertiesResponse> static io.grpc.MethodDescriptor<Navigation.GetWaypointsRequest,
Navigation.GetWaypointsResponse> static io.grpc.MethodDescriptor<Navigation.RemoveWaypointRequest,
Navigation.RemoveWaypointResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<Navigation.SetModeRequest,
Navigation.SetModeResponse> 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
-
getGetModeMethod
public static io.grpc.MethodDescriptor<Navigation.GetModeRequest,Navigation.GetModeResponse> getGetModeMethod() -
getSetModeMethod
public static io.grpc.MethodDescriptor<Navigation.SetModeRequest,Navigation.SetModeResponse> getSetModeMethod() -
getGetLocationMethod
public static io.grpc.MethodDescriptor<Navigation.GetLocationRequest,Navigation.GetLocationResponse> getGetLocationMethod() -
getGetWaypointsMethod
public static io.grpc.MethodDescriptor<Navigation.GetWaypointsRequest,Navigation.GetWaypointsResponse> getGetWaypointsMethod() -
getAddWaypointMethod
public static io.grpc.MethodDescriptor<Navigation.AddWaypointRequest,Navigation.AddWaypointResponse> getAddWaypointMethod() -
getRemoveWaypointMethod
public static io.grpc.MethodDescriptor<Navigation.RemoveWaypointRequest,Navigation.RemoveWaypointResponse> getRemoveWaypointMethod() -
getGetObstaclesMethod
public static io.grpc.MethodDescriptor<Navigation.GetObstaclesRequest,Navigation.GetObstaclesResponse> getGetObstaclesMethod() -
getGetPathsMethod
public static io.grpc.MethodDescriptor<Navigation.GetPathsRequest,Navigation.GetPathsResponse> getGetPathsMethod() -
getGetPropertiesMethod
public static io.grpc.MethodDescriptor<Navigation.GetPropertiesRequest,Navigation.GetPropertiesResponse> getGetPropertiesMethod() -
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 NavigationServiceGrpc.NavigationServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static NavigationServiceGrpc.NavigationServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-