Class Messages.TaskResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.powsybl.computation.mpi.generated.Messages.TaskResult
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Messages.TaskResultOrBuilder, Serializable
Enclosing class:
Messages

public static final class Messages.TaskResult extends com.google.protobuf.GeneratedMessageV3 implements Messages.TaskResultOrBuilder
Protobuf type messages.TaskResult
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasExitCode

      public boolean hasExitCode()
      required int32 exitCode = 1;
      Specified by:
      hasExitCode in interface Messages.TaskResultOrBuilder
    • getExitCode

      public int getExitCode()
      required int32 exitCode = 1;
      Specified by:
      getExitCode in interface Messages.TaskResultOrBuilder
    • hasTaskDuration

      public boolean hasTaskDuration()
       in ms
       
      required int64 taskDuration = 2;
      Specified by:
      hasTaskDuration in interface Messages.TaskResultOrBuilder
    • getTaskDuration

      public long getTaskDuration()
       in ms
       
      required int64 taskDuration = 2;
      Specified by:
      getTaskDuration in interface Messages.TaskResultOrBuilder
    • getCommandDurationList

      public List<Long> getCommandDurationList()
       in ms
       
      repeated int64 commandDuration = 3;
      Specified by:
      getCommandDurationList in interface Messages.TaskResultOrBuilder
    • getCommandDurationCount

      public int getCommandDurationCount()
       in ms
       
      repeated int64 commandDuration = 3;
      Specified by:
      getCommandDurationCount in interface Messages.TaskResultOrBuilder
    • getCommandDuration

      public long getCommandDuration(int index)
       in ms
       
      repeated int64 commandDuration = 3;
      Specified by:
      getCommandDuration in interface Messages.TaskResultOrBuilder
    • hasWorkingDataSize

      public boolean hasWorkingDataSize()
       in bytes
       
      required int64 workingDataSize = 4;
      Specified by:
      hasWorkingDataSize in interface Messages.TaskResultOrBuilder
    • getWorkingDataSize

      public long getWorkingDataSize()
       in bytes
       
      required int64 workingDataSize = 4;
      Specified by:
      getWorkingDataSize in interface Messages.TaskResultOrBuilder
    • getOutputFileList

      public List<Messages.TaskResult.OutputFile> getOutputFileList()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
      Specified by:
      getOutputFileList in interface Messages.TaskResultOrBuilder
    • getOutputFileOrBuilderList

      public List<? extends Messages.TaskResult.OutputFileOrBuilder> getOutputFileOrBuilderList()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
      Specified by:
      getOutputFileOrBuilderList in interface Messages.TaskResultOrBuilder
    • getOutputFileCount

      public int getOutputFileCount()
      repeated .messages.TaskResult.OutputFile outputFile = 5;
      Specified by:
      getOutputFileCount in interface Messages.TaskResultOrBuilder
    • getOutputFile

      public Messages.TaskResult.OutputFile getOutputFile(int index)
      repeated .messages.TaskResult.OutputFile outputFile = 5;
      Specified by:
      getOutputFile in interface Messages.TaskResultOrBuilder
    • getOutputFileOrBuilder

      public Messages.TaskResult.OutputFileOrBuilder getOutputFileOrBuilder(int index)
      repeated .messages.TaskResult.OutputFile outputFile = 5;
      Specified by:
      getOutputFileOrBuilder in interface Messages.TaskResultOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Messages.TaskResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.TaskResult parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.TaskResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.TaskResult parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.TaskResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.TaskResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.TaskResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Messages.TaskResult.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Messages.TaskResult.Builder newBuilder()
    • newBuilder

      public static Messages.TaskResult.Builder newBuilder(Messages.TaskResult prototype)
    • toBuilder

      public Messages.TaskResult.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Messages.TaskResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Messages.TaskResult getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Messages.TaskResult> parser()
    • getParserForType

      public com.google.protobuf.Parser<Messages.TaskResult> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Messages.TaskResult getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder