Package com.viam.service.navigation.v1
Interface Navigation.AddWaypointRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Navigation.AddWaypointRequest
,Navigation.AddWaypointRequest.Builder
- Enclosing class:
- Navigation
public static interface Navigation.AddWaypointRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Additional arguments to the method.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString
string name = 1 [json_name = "name"];
boolean
hasExtra()
Additional arguments to the methodboolean
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasLocation
boolean hasLocation().viam.common.v1.GeoPoint location = 2 [json_name = "location"];
- Returns:
- Whether the location field is set.
-
getLocation
Common.GeoPoint getLocation().viam.common.v1.GeoPoint location = 2 [json_name = "location"];
- Returns:
- The location.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-