Uses of Class
com.powsybl.computation.mpi.generated.Messages.Task.Command
Packages that use Messages.Task.Command
-
Uses of Messages.Task.Command in com.powsybl.computation.mpi.generated
Fields in com.powsybl.computation.mpi.generated with type parameters of type Messages.Task.CommandModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Messages.Task.Command>
Messages.Task.Command.PARSER
Deprecated.Methods in com.powsybl.computation.mpi.generated that return Messages.Task.CommandModifier and TypeMethodDescriptionMessages.Task.Command.Builder.build()
Messages.Task.Command.Builder.buildPartial()
Messages.Task.Builder.getCommand
(int index) repeated .messages.Task.Command command = 5;
Messages.Task.getCommand
(int index) repeated .messages.Task.Command command = 5;
Messages.TaskOrBuilder.getCommand
(int index) repeated .messages.Task.Command command = 5;
static Messages.Task.Command
Messages.Task.Command.getDefaultInstance()
Messages.Task.Command.Builder.getDefaultInstanceForType()
Messages.Task.Command.getDefaultInstanceForType()
static Messages.Task.Command
Messages.Task.Command.parseDelimitedFrom
(InputStream input) static Messages.Task.Command
Messages.Task.Command.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.Task.Command
Messages.Task.Command.parseFrom
(byte[] data) static Messages.Task.Command
Messages.Task.Command.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.Task.Command
Messages.Task.Command.parseFrom
(com.google.protobuf.ByteString data) static Messages.Task.Command
Messages.Task.Command.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.Task.Command
Messages.Task.Command.parseFrom
(com.google.protobuf.CodedInputStream input) static Messages.Task.Command
Messages.Task.Command.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.Task.Command
Messages.Task.Command.parseFrom
(InputStream input) static Messages.Task.Command
Messages.Task.Command.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.Task.Command
Messages.Task.Command.parseFrom
(ByteBuffer data) static Messages.Task.Command
Messages.Task.Command.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.powsybl.computation.mpi.generated that return types with arguments of type Messages.Task.CommandModifier and TypeMethodDescriptionMessages.Task.Builder.getCommandList()
repeated .messages.Task.Command command = 5;
Messages.Task.getCommandList()
repeated .messages.Task.Command command = 5;
Messages.TaskOrBuilder.getCommandList()
repeated .messages.Task.Command command = 5;
com.google.protobuf.Parser<Messages.Task.Command>
Messages.Task.Command.getParserForType()
static com.google.protobuf.Parser<Messages.Task.Command>
Messages.Task.Command.parser()
Methods in com.powsybl.computation.mpi.generated with parameters of type Messages.Task.CommandModifier and TypeMethodDescriptionMessages.Task.Builder.addCommand
(int index, Messages.Task.Command value) repeated .messages.Task.Command command = 5;
Messages.Task.Builder.addCommand
(Messages.Task.Command value) repeated .messages.Task.Command command = 5;
Messages.Task.Command.Builder.mergeFrom
(Messages.Task.Command other) Messages.Task.Command.newBuilder
(Messages.Task.Command prototype) Messages.Task.Builder.setCommand
(int index, Messages.Task.Command value) repeated .messages.Task.Command command = 5;
Method parameters in com.powsybl.computation.mpi.generated with type arguments of type Messages.Task.CommandModifier and TypeMethodDescriptionMessages.Task.Builder.addAllCommand
(Iterable<? extends Messages.Task.Command> values) repeated .messages.Task.Command command = 5;