Package com.viam.service.navigation.v1
Interface Navigation.GetPathsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Navigation.GetPathsRequest
,Navigation.GetPathsRequest.Builder
- Enclosing class:
- Navigation
public static interface Navigation.GetPathsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
getName()
Name of the navigation servicecom.google.protobuf.ByteString
Name of the navigation serviceboolean
hasExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Name of the navigation service
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the navigation service
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasExtra
boolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-