Package viam.app.v1

Interface App.RoverRentalRobotOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.RoverRentalRobot, App.RoverRentalRobot.Builder
Enclosing class:
App

public static interface App.RoverRentalRobotOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string location_id = 2 [json_name = "locationId"];
    com.google.protobuf.ByteString
    string location_id = 2 [json_name = "locationId"];
    string robot_id = 1 [json_name = "robotId"];
    com.google.protobuf.ByteString
    string robot_id = 1 [json_name = "robotId"];
    string robot_main_part_id = 4 [json_name = "robotMainPartId"];
    com.google.protobuf.ByteString
    string robot_main_part_id = 4 [json_name = "robotMainPartId"];
    string robot_name = 3 [json_name = "robotName"];
    com.google.protobuf.ByteString
    string robot_name = 3 [json_name = "robotName"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRobotId

      String getRobotId()
      string robot_id = 1 [json_name = "robotId"];
      Returns:
      The robotId.
    • getRobotIdBytes

      com.google.protobuf.ByteString getRobotIdBytes()
      string robot_id = 1 [json_name = "robotId"];
      Returns:
      The bytes for robotId.
    • getLocationId

      String getLocationId()
      string location_id = 2 [json_name = "locationId"];
      Returns:
      The locationId.
    • getLocationIdBytes

      com.google.protobuf.ByteString getLocationIdBytes()
      string location_id = 2 [json_name = "locationId"];
      Returns:
      The bytes for locationId.
    • getRobotName

      String getRobotName()
      string robot_name = 3 [json_name = "robotName"];
      Returns:
      The robotName.
    • getRobotNameBytes

      com.google.protobuf.ByteString getRobotNameBytes()
      string robot_name = 3 [json_name = "robotName"];
      Returns:
      The bytes for robotName.
    • getRobotMainPartId

      String getRobotMainPartId()
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Returns:
      The robotMainPartId.
    • getRobotMainPartIdBytes

      com.google.protobuf.ByteString getRobotMainPartIdBytes()
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Returns:
      The bytes for robotMainPartId.