Package com.viam.robot.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 TypeMethodDescriptiongetLogs
(int index) repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
int
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLogsList
List<Common.LogEntry> getLogsList()repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
-
getLogs
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
-
getLogsCount
int getLogsCount()repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
-