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 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;