Go 1.11 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Go 1.11
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Go
1.11 applications will continue to run and receive traffic after their
deprecation date. We
recommend that you migrate to the latest supported version of Go.
ServingURL returns a URL that will serve an image from Blobstore.
ServingURLOptions
typeServingURLOptionsstruct{Securebool// whether the URL should use HTTPS// Size must be between zero and 1600.// If Size is non-zero, a resized version of the image is served,// and Size is the served image's longest dimension. The aspect ratio is preserved.// If Crop is true the image is cropped from the center instead of being resized.SizeintCropbool}
[[["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\u003eThis package, \u003ccode\u003eimage\u003c/code\u003e, provides image services within the App Engine environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteServingURL\u003c/code\u003e function allows for the deletion of a serving URL associated with a specific image.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServingURL\u003c/code\u003e function generates a URL to serve an image from Blobstore, utilizing a \u003ccode\u003eBlobKey\u003c/code\u003e for image identification.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServingURLOptions\u003c/code\u003e provides customization when creating serving URLs, with options for secure HTTPS delivery, resizing (\u003ccode\u003eSize\u003c/code\u003e), and center cropping (\u003ccode\u003eCrop\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this package is 1.6.8, with older versions, such as 1.6.7 also available.\u003c/p\u003e\n"]]],[],null,[]]