Package viam.app.v1
Interface App.GetRobotPartsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetRobotPartsRequest
,App.GetRobotPartsRequest.Builder
- Enclosing class:
- App
public static interface App.GetRobotPartsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring robot_id = 1 [json_name = "robotId"];
com.google.protobuf.ByteString
string robot_id = 1 [json_name = "robotId"];
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.
-