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 Type
    Method
    Description
    getHistory(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"];
    string next_page_token = 2 [json_name = "nextPageToken"];
    com.google.protobuf.ByteString
    string next_page_token = 2 [json_name = "nextPageToken"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getHistoryList

      repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
    • getHistory

      AppOuterClass.RobotPartHistoryEntry getHistory(int index)
      repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
    • getHistoryCount

      int getHistoryCount()
      repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
    • getNextPageToken

      String getNextPageToken()
      string next_page_token = 2 [json_name = "nextPageToken"];
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
      string next_page_token = 2 [json_name = "nextPageToken"];
      Returns:
      The bytes for nextPageToken.