Package com.viam.service.slam.v1
Interface Slam.GetPointCloudMapRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- Slam.GetPointCloudMapRequest,- Slam.GetPointCloudMapRequest.Builder
- Enclosing class:
- Slam
public static interface Slam.GetPointCloudMapRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Name of slam servicecom.google.protobuf.ByteStringName of slam servicebooleanFor SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.booleanFor SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getNameString getName()Name of slam service string name = 1 [json_name = "name"];- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()Name of slam service string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
 
- 
hasReturnEditedMapboolean hasReturnEditedMap()For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map. If the SLAM service does not handle edited maps, the unedited map will be returned instead. optional bool return_edited_map = 2 [json_name = "returnEditedMap"];- Returns:
- Whether the returnEditedMap field is set.
 
- 
getReturnEditedMapboolean getReturnEditedMap()For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map. If the SLAM service does not handle edited maps, the unedited map will be returned instead. optional bool return_edited_map = 2 [json_name = "returnEditedMap"];- Returns:
- The returnEditedMap.
 
 
-