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.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest.Builder. build()LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest.Builder. buildPartial()static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. getDefaultInstance()LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest.Builder. getDefaultInstanceForType()LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. getDefaultInstanceForType()static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(byte[] data)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(InputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.GetInfoOfSessionForDSRequest. parseFrom(ByteBuffer data)static LogicmoduleMessages.GetInfoOfSessionForDSRequestLogicmoduleMessages.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.BuilderLogicmoduleMessages.GetInfoOfSessionForDSRequest.Builder. mergeFrom(LogicmoduleMessages.GetInfoOfSessionForDSRequest other)static LogicmoduleMessages.GetInfoOfSessionForDSRequest.BuilderLogicmoduleMessages.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 voidLogicModuleService. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetInfoOfSessionForDSResponse> responseObserver)
-