Interface Messages.TaskResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.TaskResult, Messages.TaskResult.Builder
Enclosing class:
Messages

public static interface Messages.TaskResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasExitCode

      boolean hasExitCode()
      required int32 exitCode = 1;
    • getExitCode

      int getExitCode()
      required int32 exitCode = 1;
    • hasTaskDuration

      boolean hasTaskDuration()
       in ms
       
      required int64 taskDuration = 2;
    • getTaskDuration

      long getTaskDuration()
       in ms
       
      required int64 taskDuration = 2;
    • getCommandDurationList

      List<Long> getCommandDurationList()
       in ms
       
      repeated int64 commandDuration = 3;
    • getCommandDurationCount

      int getCommandDurationCount()
       in ms
       
      repeated int64 commandDuration = 3;
    • getCommandDuration

      long getCommandDuration(int index)
       in ms
       
      repeated int64 commandDuration = 3;
    • hasWorkingDataSize

      boolean hasWorkingDataSize()
       in bytes
       
      required int64 workingDataSize = 4;
    • getWorkingDataSize

      long getWorkingDataSize()
       in bytes
       
      required int64 workingDataSize = 4;
    • getOutputFileList

      List<Messages.TaskResult.OutputFile> getOutputFileList()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
    • getOutputFile

      Messages.TaskResult.OutputFile getOutputFile(int index)
      repeated .messages.TaskResult.OutputFile outputFile = 5;
    • getOutputFileCount

      int getOutputFileCount()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
    • getOutputFileOrBuilderList

      List<? extends Messages.TaskResult.OutputFileOrBuilder> getOutputFileOrBuilderList()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
    • getOutputFileOrBuilder

      Messages.TaskResult.OutputFileOrBuilder getOutputFileOrBuilder(int index)
      repeated .messages.TaskResult.OutputFile outputFile = 5;