Package org.yamcs.protobuf
Interface AlgorithmTraceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlgorithmTrace,AlgorithmTrace.Builder
public interface AlgorithmTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlgorithmTrace.LoggetLogs(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;intgetLogsCount()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;List<AlgorithmTrace.Log>getLogsList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;AlgorithmTrace.LogOrBuildergetLogsOrBuilder(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;List<? extends AlgorithmTrace.LogOrBuilder>getLogsOrBuilderList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;AlgorithmTrace.RungetRuns(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;intgetRunsCount()repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;List<AlgorithmTrace.Run>getRunsList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;AlgorithmTrace.RunOrBuildergetRunsOrBuilder(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;List<? extends AlgorithmTrace.RunOrBuilder>getRunsOrBuilderList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRunsList
List<AlgorithmTrace.Run> getRunsList()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;
-
getRuns
AlgorithmTrace.Run getRuns(int index)
repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;
-
getRunsCount
int getRunsCount()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;
-
getRunsOrBuilderList
List<? extends AlgorithmTrace.RunOrBuilder> getRunsOrBuilderList()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;
-
getRunsOrBuilder
AlgorithmTrace.RunOrBuilder getRunsOrBuilder(int index)
repeated .yamcs.protobuf.processing.AlgorithmTrace.Run runs = 1;
-
getLogsList
List<AlgorithmTrace.Log> getLogsList()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-
getLogs
AlgorithmTrace.Log getLogs(int index)
repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-
getLogsCount
int getLogsCount()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-
getLogsOrBuilderList
List<? extends AlgorithmTrace.LogOrBuilder> getLogsOrBuilderList()
repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-
getLogsOrBuilder
AlgorithmTrace.LogOrBuilder getLogsOrBuilder(int index)
repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-
-