Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.GetOperationIDResponse
-
Packages that use LogicmoduleMessages.GetOperationIDResponse Package Description es.bsc.dataclay.communication.grpc.generated.logicmodule es.bsc.dataclay.communication.grpc.messages.logicmodule es.bsc.dataclay.communication.grpc.services.logicmodule Contain service classes for communication in Logic Module. -
-
Uses of LogicmoduleMessages.GetOperationIDResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description LogicmoduleMessages.GetOperationIDResponse
LogicModuleGrpc.LogicModuleBlockingStub. getOperationID(LogicmoduleMessages.GetOperationIDRequest request)
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<LogicmoduleMessages.GetOperationIDRequest,LogicmoduleMessages.GetOperationIDResponse>
LogicModuleGrpc. getGetOperationIDMethod()
com.google.common.util.concurrent.ListenableFuture<LogicmoduleMessages.GetOperationIDResponse>
LogicModuleGrpc.LogicModuleFutureStub. getOperationID(LogicmoduleMessages.GetOperationIDRequest request)
Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description void
LogicModuleGrpc.LogicModuleImplBase. getOperationID(LogicmoduleMessages.GetOperationIDRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetOperationIDResponse> responseObserver)
void
LogicModuleGrpc.LogicModuleStub. getOperationID(LogicmoduleMessages.GetOperationIDRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetOperationIDResponse> responseObserver)
-
Uses of LogicmoduleMessages.GetOperationIDResponse in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse.Builder. build()
LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse.Builder. buildPartial()
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. getDefaultInstance()
LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse.Builder. getDefaultInstanceForType()
LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. getDefaultInstanceForType()
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseDelimitedFrom(InputStream input)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(byte[] data)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(com.google.protobuf.ByteString data)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(InputStream input)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(ByteBuffer data)
static LogicmoduleMessages.GetOperationIDResponse
LogicmoduleMessages.GetOperationIDResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.GetOperationIDResponse>
LogicmoduleMessages.GetOperationIDResponse. getParserForType()
static com.google.protobuf.Parser<LogicmoduleMessages.GetOperationIDResponse>
LogicmoduleMessages.GetOperationIDResponse. parser()
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description LogicmoduleMessages.GetOperationIDResponse.Builder
LogicmoduleMessages.GetOperationIDResponse.Builder. mergeFrom(LogicmoduleMessages.GetOperationIDResponse other)
static LogicmoduleMessages.GetOperationIDResponse.Builder
LogicmoduleMessages.GetOperationIDResponse. newBuilder(LogicmoduleMessages.GetOperationIDResponse prototype)
-
Uses of LogicmoduleMessages.GetOperationIDResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type LogicmoduleMessages.GetOperationIDResponse Modifier and Type Method Description void
LogicModuleService. getOperationID(LogicmoduleMessages.GetOperationIDRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetOperationIDResponse> responseObserver)
-