Java 8 has reached end of support and will be deprecated on January 31, 2026. After deprecation, you won't be able to deploy Java 8 applications, even if your organization previously used an organization policy to re-enable deployments of legacy runtimes. Your existing Java 8 applications will continue to run and receive traffic after their deprecation date. We recommend that you migrate to the latest supported version of Java.

Constant Field Values (Google App Engine API for Java)

Constant Field Values

Contents

com.google.*

  • com.google.appengine.api.blobstore.BlobInfoFactory
    Modifier and Type Constant Field Value
    public static final java.lang.String CONTENT_TYPE "content_type"
    public static final java.lang.String CREATION "creation"
    public static final java.lang.String FILENAME "filename"
    public static final java.lang.String GS_OBJECT_NAME "gs_object_name"
    public static final java.lang.String KIND "__BlobInfo__"
    public static final java.lang.String MD5_HASH "md5_hash"
    public static final java.lang.String SIZE "size"
  • com.google.appengine.api.blobstore.BlobstoreService
    Modifier and Type Constant Field Value
    public static final int MAX_BLOB_FETCH_SIZE 1015808
  • com.google.appengine.api.taskqueue.DeferredTaskContext
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_DEFERRED_URL "/_ah/queue/__deferred__"
    public static final java.lang.String RUNNABLE_TASK_CONTENT_TYPE "application/x-binary-app-engine-java-runnable-task"
  • com.google.appengine.api.taskqueue.Queue
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_QUEUE "default"
    public static final java.lang.String DEFAULT_QUEUE_PATH "/_ah/queue"

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月16日 UTC.