Interface AlgorithmTrace.RunOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AlgorithmTrace.Run, AlgorithmTrace.Run.Builder
    Enclosing class:
    AlgorithmTrace

    public static interface AlgorithmTrace.RunOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTime

        boolean hasTime()
        optional .google.protobuf.Timestamp time = 1;
      • getTime

        com.google.protobuf.Timestamp getTime()
        optional .google.protobuf.Timestamp time = 1;
      • getTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
        optional .google.protobuf.Timestamp time = 1;
      • getInputs

        Pvalue.ParameterValue getInputs​(int index)
        repeated .yamcs.protobuf.pvalue.ParameterValue inputs = 2;
      • getInputsCount

        int getInputsCount()
        repeated .yamcs.protobuf.pvalue.ParameterValue inputs = 2;
      • getOutputs

        Pvalue.ParameterValue getOutputs​(int index)
        repeated .yamcs.protobuf.pvalue.ParameterValue outputs = 3;
      • getOutputsCount

        int getOutputsCount()
        repeated .yamcs.protobuf.pvalue.ParameterValue outputs = 3;
      • hasReturnValue

        boolean hasReturnValue()
        optional string returnValue = 4;
      • getReturnValue

        String getReturnValue()
        optional string returnValue = 4;
      • getReturnValueBytes

        com.google.protobuf.ByteString getReturnValueBytes()
        optional string returnValue = 4;
      • hasError

        boolean hasError()
        optional string error = 5;
      • getError

        String getError()
        optional string error = 5;
      • getErrorBytes

        com.google.protobuf.ByteString getErrorBytes()
        optional string error = 5;