Interface Motion.MoveOnGlobeResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Motion.MoveOnGlobeResponse, Motion.MoveOnGlobeResponse.Builder
Enclosing class:
Motion

public static interface Motion.MoveOnGlobeResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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.