Searched refs:blobStorageInfoProto (Results 1 – 1 of 1) sorted by relevance
3052 NamespaceBlobStorageInfoProto blobStorageInfoProto = blobStorageInfoProtos.get(i); in getBlobStorageInfoForNamespaces() local3053 if (prefixedNamespaces.contains(blobStorageInfoProto.getNamespace())) { in getBlobStorageInfoForNamespaces()3055 List<String> blobFileNames = blobStorageInfoProto.getBlobFileNamesList(); in getBlobStorageInfoForNamespaces()3062 blobSizeBytes += blobStorageInfoProto.getBlobSize(); in getBlobStorageInfoForNamespaces()3063 blobCount += blobStorageInfoProto.getNumBlobs(); in getBlobStorageInfoForNamespaces()