Package com.viam.service.navigation.v1
Interface Navigation.GetPropertiesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Navigation.GetPropertiesRequest
,Navigation.GetPropertiesRequest.Builder
- Enclosing class:
- Navigation
public static interface Navigation.GetPropertiesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of the navigation servicecom.google.protobuf.ByteString
Name of the navigation serviceMethods 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.
-