Package com.viam.service.motion.v1
Interface Motion.MoveOnMapResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Motion.MoveOnMapResponse
,Motion.MoveOnMapResponse.Builder
- Enclosing class:
- Motion
public static interface Motion.MoveOnMapResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID which identifies the execution.com.google.protobuf.ByteString
The unique ID which identifies the execution.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getExecutionId
String getExecutionId()The unique ID which identifies the execution. Multiple plans will share the same execution_id if they were generated due to replanning.
string execution_id = 1 [json_name = "executionId"];
- Returns:
- The executionId.
-
getExecutionIdBytes
com.google.protobuf.ByteString getExecutionIdBytes()The unique ID which identifies the execution. Multiple plans will share the same execution_id if they were generated due to replanning.
string execution_id = 1 [json_name = "executionId"];
- Returns:
- The bytes for executionId.
-