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