Uses of Class
es.bsc.dataclay.communication.grpc.messages.dataservice.DataserviceMessages.GetReferencedObjectIDsResponse
-
Packages that use DataserviceMessages.GetReferencedObjectIDsResponse Package Description es.bsc.dataclay.communication.grpc.generated.dataservice es.bsc.dataclay.communication.grpc.messages.dataservice es.bsc.dataclay.communication.grpc.services.dataservice Contains service classes for communication in DataService. -
-
Uses of DataserviceMessages.GetReferencedObjectIDsResponse in es.bsc.dataclay.communication.grpc.generated.dataservice
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description DataserviceMessages.GetReferencedObjectIDsResponseDataServiceGrpc.DataServiceBlockingStub. getReferencedObjectsIDs(DataserviceMessages.GetReferencedObjectIDsRequest request)Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return types with arguments of type DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<DataserviceMessages.GetReferencedObjectIDsRequest,DataserviceMessages.GetReferencedObjectIDsResponse>DataServiceGrpc. getGetReferencedObjectsIDsMethod()com.google.common.util.concurrent.ListenableFuture<DataserviceMessages.GetReferencedObjectIDsResponse>DataServiceGrpc.DataServiceFutureStub. getReferencedObjectsIDs(DataserviceMessages.GetReferencedObjectIDsRequest request)Method parameters in es.bsc.dataclay.communication.grpc.generated.dataservice with type arguments of type DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description voidDataServiceGrpc.DataServiceImplBase. getReferencedObjectsIDs(DataserviceMessages.GetReferencedObjectIDsRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetReferencedObjectIDsResponse> responseObserver)voidDataServiceGrpc.DataServiceStub. getReferencedObjectsIDs(DataserviceMessages.GetReferencedObjectIDsRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetReferencedObjectIDsResponse> responseObserver) -
Uses of DataserviceMessages.GetReferencedObjectIDsResponse in es.bsc.dataclay.communication.grpc.messages.dataservice
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse.Builder. build()DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse.Builder. buildPartial()static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. getDefaultInstance()DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse.Builder. getDefaultInstanceForType()DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. getDefaultInstanceForType()static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseDelimitedFrom(InputStream input)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(byte[] data)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(com.google.protobuf.ByteString data)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(InputStream input)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(ByteBuffer data)static DataserviceMessages.GetReferencedObjectIDsResponseDataserviceMessages.GetReferencedObjectIDsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return types with arguments of type DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description com.google.protobuf.Parser<DataserviceMessages.GetReferencedObjectIDsResponse>DataserviceMessages.GetReferencedObjectIDsResponse. getParserForType()static com.google.protobuf.Parser<DataserviceMessages.GetReferencedObjectIDsResponse>DataserviceMessages.GetReferencedObjectIDsResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.dataservice with parameters of type DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description DataserviceMessages.GetReferencedObjectIDsResponse.BuilderDataserviceMessages.GetReferencedObjectIDsResponse.Builder. mergeFrom(DataserviceMessages.GetReferencedObjectIDsResponse other)static DataserviceMessages.GetReferencedObjectIDsResponse.BuilderDataserviceMessages.GetReferencedObjectIDsResponse. newBuilder(DataserviceMessages.GetReferencedObjectIDsResponse prototype) -
Uses of DataserviceMessages.GetReferencedObjectIDsResponse in es.bsc.dataclay.communication.grpc.services.dataservice
Method parameters in es.bsc.dataclay.communication.grpc.services.dataservice with type arguments of type DataserviceMessages.GetReferencedObjectIDsResponse Modifier and Type Method Description voidDataServiceService. getReferencedObjectsIDs(DataserviceMessages.GetReferencedObjectIDsRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetReferencedObjectIDsResponse> responseObserver)
-