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