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.GetPropertyIDResponse
LogicModuleGrpc.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 void
LogicModuleGrpc.LogicModuleImplBase. getPropertyID(LogicmoduleMessages.GetPropertyIDRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetPropertyIDResponse> responseObserver)
void
LogicModuleGrpc.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.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse.Builder. build()
LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse.Builder. buildPartial()
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. getDefaultInstance()
LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse.Builder. getDefaultInstanceForType()
LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. getDefaultInstanceForType()
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseDelimitedFrom(InputStream input)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(byte[] data)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(com.google.protobuf.ByteString data)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(InputStream input)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.GetPropertyIDResponse. parseFrom(ByteBuffer data)
static LogicmoduleMessages.GetPropertyIDResponse
LogicmoduleMessages.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.Builder
LogicmoduleMessages.GetPropertyIDResponse.Builder. mergeFrom(LogicmoduleMessages.GetPropertyIDResponse other)
static LogicmoduleMessages.GetPropertyIDResponse.Builder
LogicmoduleMessages.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 void
LogicModuleService. getPropertyID(LogicmoduleMessages.GetPropertyIDRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetPropertyIDResponse> responseObserver)
-