blob: Allow listing paths in `ListBlobs()`
One reason why the relatively new ListBlobs()
RPC cannot yet replace
ListNewBlobs()
is that the latter also returns paths of found blobs
while the former doesn't.
Add a new with_paths
field to the ListBlobsRequest
and return paths
in case they were requested by the caller.