Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

ImagesReservedKinds

com.google.appengine.api.images.dev

Class ImagesReservedKinds

  • java.lang.Object
    • com.google.appengine.api.images.dev.ImagesReservedKinds


  • public final class ImagesReservedKinds
    extends java.lang.Object
    Exposes constants for reserved datastore kinds used bu the local image service.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String BLOB_SERVING_URL_KIND
      This is only used in the dev server to assist in tracking when a URL for a image blob has been created and deleted using getServingURL and deleteServingURL.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BLOB_SERVING_URL_KIND

        public static final java.lang.String BLOB_SERVING_URL_KIND
        This is only used in the dev server to assist in tracking when a URL for a image blob has been created and deleted using getServingURL and deleteServingURL.
        See Also:
        Constant Field Values