Package viam.app.v1
Interface Robot.LogRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.LogRequest,Robot.LogRequest.Builder
- Enclosing class:
- Robot
public static interface Robot.LogRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Robot part id.com.google.protobuf.ByteStringRobot part id.getLogs(int index) repeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"];intrepeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"];repeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()Robot part id.
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Robot part id.
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getLogsList
List<Common.LogEntry> getLogsList()repeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"]; -
getLogs
repeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"]; -
getLogsCount
int getLogsCount()repeated .viam.common.v1.LogEntry logs = 2 [json_name = "logs"];
-