Package com.viam.service.slam.v1
Interface Slam.GetPropertiesRequestOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
 Slam.GetPropertiesRequest,Slam.GetPropertiesRequest.Builder
- Enclosing class:
 - Slam
 
public static interface Slam.GetPropertiesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()Name of the slam servicecom.google.protobuf.ByteStringName of the slam serviceMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized 
- 
Method Details
- 
getName
String getName()Name of the slam service
string name = 1 [json_name = "name"];- Returns:
 - The name.
 
 - 
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the slam service
string name = 1 [json_name = "name"];- Returns:
 - The bytes for name.
 
 
 -