clientserver.protocol.registry.command.command.proto Maven / Gradle / Ivy
The newest version!
syntax = "proto3";
package de.unistuttgart.isw.sfsc.clientserver.protocol.registry.command;
import "framework/types/types.proto";
import "framework/descriptor/service.proto";
option java_multiple_files = true;
message CommandRequest {
de.unistuttgart.isw.sfsc.framework.types.SfscId adapterId = 1;
oneof create_or_delete{
de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor create_request = 2;
de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor delete_request = 3;
}
}
message CommandReply {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy