Module com.powsybl.computation.mpi
Interface Messages.Task.CommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.Task.Command
,Messages.Task.Command.Builder
- Enclosing class:
- Messages.Task
public static interface Messages.Task.CommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgument
(int index) repeated string argument = 2;
com.google.protobuf.ByteString
getArgumentBytes
(int index) repeated string argument = 2;
int
repeated string argument = 2;
repeated string argument = 2;
required string program = 1;
com.google.protobuf.ByteString
required string program = 1;
int
optional int32 timeout = 3;
boolean
required string program = 1;
boolean
optional int32 timeout = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProgram
boolean hasProgram()required string program = 1;
-
getProgram
String getProgram()required string program = 1;
-
getProgramBytes
com.google.protobuf.ByteString getProgramBytes()required string program = 1;
-
getArgumentList
repeated string argument = 2;
-
getArgumentCount
int getArgumentCount()repeated string argument = 2;
-
getArgument
repeated string argument = 2;
-
getArgumentBytes
com.google.protobuf.ByteString getArgumentBytes(int index) repeated string argument = 2;
-
hasTimeout
boolean hasTimeout()optional int32 timeout = 3;
-
getTimeout
int getTimeout()optional int32 timeout = 3;
-