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