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