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