NavigationServiceClient class

Annotations
  • @GrpcServiceName('viam.service.navigation.v1.NavigationService')

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
addWaypoint(AddWaypointRequest request, {CallOptions? options}) → ResponseFuture<AddWaypointResponse>
doCommand(DoCommandRequest request, {CallOptions? options}) → ResponseFuture<DoCommandResponse>
getLocation(GetLocationRequest request, {CallOptions? options}) → ResponseFuture<GetLocationResponse>
getMode(GetModeRequest request, {CallOptions? options}) → ResponseFuture<GetModeResponse>
getObstacles(GetObstaclesRequest request, {CallOptions? options}) → ResponseFuture<GetObstaclesResponse>
getPaths(GetPathsRequest request, {CallOptions? options}) → ResponseFuture<GetPathsResponse>
getProperties(GetPropertiesRequest request, {CallOptions? options}) → ResponseFuture<GetPropertiesResponse>
getWaypoints(GetWaypointsRequest request, {CallOptions? options}) → ResponseFuture<GetWaypointsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeWaypoint(RemoveWaypointRequest request, {CallOptions? options}) → ResponseFuture<RemoveWaypointResponse>
setMode(SetModeRequest request, {CallOptions? options}) → ResponseFuture<SetModeResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited