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