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