[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eIBlobstoreServiceFactory\u003c/code\u003e is an interface used to create \u003ccode\u003eBlobstoreService\u003c/code\u003e implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method of \u003ccode\u003eIBlobstoreServiceFactory\u003c/code\u003e is \u003ccode\u003egetBlobstoreService()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetBlobstoreService()\u003c/code\u003e returns a \u003ccode\u003eBlobstoreService\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Interface IBlobstoreServiceFactory (2.0.0)\n\n public interface IBlobstoreServiceFactory\n\nCreates [BlobstoreService](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.blobstore.BlobstoreService) implementations.\n\nMethods\n-------\n\n### getBlobstoreService()\n\n public abstract BlobstoreService getBlobstoreService()\n\nCreates a `BlobstoreService`."]]