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