Package viam.app.v1
Interface App.GetRobotPartHistoryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetRobotPartHistoryResponse
,App.GetRobotPartHistoryResponse.Builder
- Enclosing class:
- App
public static interface App.GetRobotPartHistoryResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory
(int index) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
int
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getHistoryList
List<App.RobotPartHistoryEntry> getHistoryList()repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
getHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
getHistoryCount
int getHistoryCount()repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-