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