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

Constant Field Values

Contents

com.google.*

  • com.google.appengine.api.appidentity.dev.LocalAppIdentityService
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "app_identity_service"
    public static final java.lang.String PRIVATE_KEY_PATH "/com/google/appengine/api/appidentity/dev/testkey/private"
    public static final java.lang.String PUBLIC_CERT_PATH "/com/google/appengine/api/appidentity/dev/testkey/public-pem"
  • com.google.appengine.api.capabilities.dev.LocalCapabilitiesService
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "capability_service"
  • com.google.appengine.api.memcache.dev.LocalMemcacheService
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "memcache"
    public static final java.lang.String SIZE_PROPERTY "memcache.maxsize"
  • com.google.appengine.api.search.dev.LocalSearchService
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "search"
    public static final java.lang.String SEARCH_LOG_LEVEL_PROPERTY "LocalSearchService.LogLevel"
    public static final java.lang.String USE_DIRECTORY "LocalSearchService.useDirectory"
    public static final java.lang.String USE_RAM_DIRECTORY "LocalSearchService.useRamDirectory"
  • com.google.appengine.api.search.dev.LuceneUtils
    Modifier and Type Constant Field Value
    public static final java.lang.String FIELDLESS_FIELD_NAME "_GLOBAL"
    public static final long MSEC_PER_DAY 86400000L
  • com.google.appengine.api.urlfetch.dev.LocalURLFetchService
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "urlfetch"

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.