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