Package com.viam.service.slam.v1
Class Slam.GetPointCloudMapRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Slam.GetPointCloudMapRequest,Slam.GetPointCloudMapRequest.Builder>
com.viam.service.slam.v1.Slam.GetPointCloudMapRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Slam.GetPointCloudMapRequestOrBuilder
,Cloneable
- Enclosing class:
- Slam.GetPointCloudMapRequest
public static final class Slam.GetPointCloudMapRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Slam.GetPointCloudMapRequest,Slam.GetPointCloudMapRequest.Builder>
implements Slam.GetPointCloudMapRequestOrBuilder
Protobuf type
viam.service.slam.v1.GetPointCloudMapRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionName of slam serviceFor SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.getName()
Name of slam servicecom.google.protobuf.ByteString
Name of slam serviceboolean
For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.boolean
For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.Name of slam servicesetNameBytes
(com.google.protobuf.ByteString value) Name of slam servicesetReturnEditedMap
(boolean value) For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
Name of slam service
string name = 1 [json_name = "name"];
- Specified by:
getName
in interfaceSlam.GetPointCloudMapRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of slam service
string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceSlam.GetPointCloudMapRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
Name of slam service
string name = 1 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
Name of slam service
string name = 1 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
Name of slam service
string name = 1 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasReturnEditedMap
public boolean 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"];
- Specified by:
hasReturnEditedMap
in interfaceSlam.GetPointCloudMapRequestOrBuilder
- Returns:
- Whether the returnEditedMap field is set.
-
getReturnEditedMap
public boolean 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"];
- Specified by:
getReturnEditedMap
in interfaceSlam.GetPointCloudMapRequestOrBuilder
- Returns:
- The returnEditedMap.
-
setReturnEditedMap
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"];
- Parameters:
value
- The returnEditedMap to set.- Returns:
- This builder for chaining.
-
clearReturnEditedMap
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:
- This builder for chaining.
-