Package viam.app.v1
Interface AppOuterClass.GetRobotPartHistoryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetRobotPartHistoryResponse,AppOuterClass.GetRobotPartHistoryResponse.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetRobotPartHistoryResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory(int index) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];intrepeated .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<AppOuterClass.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"];
-