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