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