一般的な Blob (txt ファイルや pdf など) のservingUrl を取得しようとしていますが、提供されたメソッドは画像に対してのみ機能します
BlobKey blobkey = {my blobkey};
ServingUrlOptions options = ServingUrlOptions.Builder.withBlobKey(blobkey);
String url = ImagesServiceFactory.getImagesService().getServingUrl(options);
ジェネリック Blob のservingUrl を取得する方法はありますか、またはこれを行う唯一の方法は BlobStore サービスのserve()メソッドを使用することですか?