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