Package com.viam.service.navigation.v1
Interface Navigation.GetPathsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Navigation.GetPathsResponse,Navigation.GetPathsResponse.Builder
- Enclosing class:
- Navigation
public static interface Navigation.GetPathsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths(int index) repeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"];intrepeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"];repeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPathsList
List<Navigation.Path> getPathsList()repeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"]; -
getPaths
repeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"]; -
getPathsCount
int getPathsCount()repeated .viam.service.navigation.v1.Path paths = 1 [json_name = "paths"];
-