Class Motion.MoveOnGlobeResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Motion.MoveOnGlobeResponse,Motion.MoveOnGlobeResponse.Builder>
com.viam.service.motion.v1.Motion.MoveOnGlobeResponse.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Motion.MoveOnGlobeResponseOrBuilder, Cloneable
Enclosing class:
Motion.MoveOnGlobeResponse

public static final class Motion.MoveOnGlobeResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Motion.MoveOnGlobeResponse,Motion.MoveOnGlobeResponse.Builder> implements Motion.MoveOnGlobeResponseOrBuilder
Protobuf type viam.service.motion.v1.MoveOnGlobeResponse
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique ID which identifies the execution.
    The unique ID which identifies the execution.
    com.google.protobuf.ByteString
    The unique ID which identifies the execution.
    The unique ID which identifies the execution.
    setExecutionIdBytes(com.google.protobuf.ByteString value)
    The unique ID which identifies the execution.

    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

    • getExecutionId

      public 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"];
      Specified by:
      getExecutionId in interface Motion.MoveOnGlobeResponseOrBuilder
      Returns:
      The executionId.
    • getExecutionIdBytes

      public 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"];
      Specified by:
      getExecutionIdBytes in interface Motion.MoveOnGlobeResponseOrBuilder
      Returns:
      The bytes for executionId.
    • setExecutionId

      public Motion.MoveOnGlobeResponse.Builder setExecutionId(String value)
       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"];
      Parameters:
      value - The executionId to set.
      Returns:
      This builder for chaining.
    • clearExecutionId

      public Motion.MoveOnGlobeResponse.Builder clearExecutionId()
       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:
      This builder for chaining.
    • setExecutionIdBytes

      public Motion.MoveOnGlobeResponse.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
       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"];
      Parameters:
      value - The bytes for executionId to set.
      Returns:
      This builder for chaining.