Package viam.app.v1

Class App.GetRobotPartsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetRobotPartsRequest,App.GetRobotPartsRequest.Builder>
viam.app.v1.App.GetRobotPartsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.GetRobotPartsRequestOrBuilder
Enclosing class:
App.GetRobotPartsRequest

public static final class App.GetRobotPartsRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetRobotPartsRequest,App.GetRobotPartsRequest.Builder> implements App.GetRobotPartsRequestOrBuilder
Protobuf type viam.app.v1.GetRobotPartsRequest
  • Field Summary

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

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    string robot_id = 1 [json_name = "robotId"];
    string robot_id = 1 [json_name = "robotId"];
    com.google.protobuf.ByteString
    string robot_id = 1 [json_name = "robotId"];
    string robot_id = 1 [json_name = "robotId"];
    setRobotIdBytes(com.google.protobuf.ByteString value)
    string robot_id = 1 [json_name = "robotId"];

    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

    • getRobotId

      public String getRobotId()
      string robot_id = 1 [json_name = "robotId"];
      Specified by:
      getRobotId in interface App.GetRobotPartsRequestOrBuilder
      Returns:
      The robotId.
    • getRobotIdBytes

      public com.google.protobuf.ByteString getRobotIdBytes()
      string robot_id = 1 [json_name = "robotId"];
      Specified by:
      getRobotIdBytes in interface App.GetRobotPartsRequestOrBuilder
      Returns:
      The bytes for robotId.
    • setRobotId

      public App.GetRobotPartsRequest.Builder setRobotId(String value)
      string robot_id = 1 [json_name = "robotId"];
      Parameters:
      value - The robotId to set.
      Returns:
      This builder for chaining.
    • clearRobotId

      public App.GetRobotPartsRequest.Builder clearRobotId()
      string robot_id = 1 [json_name = "robotId"];
      Returns:
      This builder for chaining.
    • setRobotIdBytes

      public App.GetRobotPartsRequest.Builder setRobotIdBytes(com.google.protobuf.ByteString value)
      string robot_id = 1 [json_name = "robotId"];
      Parameters:
      value - The bytes for robotId to set.
      Returns:
      This builder for chaining.