Deprecated List (Google App Engine API for Java)
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
-
Deprecated Methods
Method and Description |
com.google.appengine.api.datastore.Query.addFilter(String, Query.FilterOperator, Object)
|
com.google.appengine.api.datastore.TransactionOptions.Builder.allowMultipleEntityGroups(boolean) |
com.google.appengine.api.datastore.TransactionOptions.allowsMultipleEntityGroups() |
com.google.appengine.api.datastore.TransactionOptions.clearMultipleEntityGroups() |
com.google.appengine.api.datastore.PreparedQuery.countEntities()
|
com.google.appengine.api.users.UserService.createLoginURL(String, String, String, Set<String>)
|
com.google.appengine.api.datastore.FetchOptions.cursor(Cursor)
|
com.google.appengine.api.search.Index.deleteSchema()
|
com.google.appengine.api.search.Index.deleteSchemaAsync()
|
com.google.appengine.api.log.RequestLogs.getApiMcycles()
|
com.google.appengine.api.quota.QuotaService.getApiTimeInMegaCycles()
|
com.google.appengine.api.datastore.FetchOptions.getCursor()
|
com.google.appengine.api.datastore.DatastoreServiceFactory.getDatastoreService(DatastoreConfig)
|
com.google.appengine.api.datastore.DatastoreServiceFactory.getDefaultDatastoreConfig()
|
com.google.appengine.api.datastore.Query.getFilterPredicates()
|
com.google.appengine.api.datastore.DatastoreConfig.getImplicitTransactionManagementPolicy()
|
com.google.appengine.api.memcache.ErrorHandlers.getLogAndContinue(Level)
|
com.google.appengine.api.oauth.OAuthService.getOAuthConsumerKey()
|
com.google.apphosting.api.ApiProxy.Environment.getRequestNamespace()
|
com.google.appengine.api.search.ISearchServiceFactory.getSearchService(String)
|
com.google.appengine.api.search.SearchServiceFactory.getSearchService(String)
|
com.google.appengine.api.images.ImagesService.getServingUrl(BlobKey)
|
com.google.appengine.api.images.ImagesService.getServingUrl(BlobKey, boolean)
|
com.google.appengine.api.images.ImagesService.getServingUrl(BlobKey, int, boolean)
|
com.google.appengine.api.images.ImagesService.getServingUrl(BlobKey, int, boolean, boolean)
|
com.google.appengine.api.search.ScoredDocument.getSortScores()
|
com.google.appengine.api.blobstore.BlobstoreService.getUploadedBlobs(HttpServletRequest)
|
com.google.appengine.api.taskqueue.QueueConstants.maxTaskSizeBytes()
|
com.google.appengine.api.datastore.TransactionOptions.multipleEntityGroups(boolean) |
com.google.appengine.api.datastore.Cursor.reverse()
|
com.google.appengine.api.memcache.MemcacheService.setNamespace(String)
|
com.google.appengine.api.datastore.FetchOptions.Builder.withCursor(Cursor)
|
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 2024-02-15 UTC.
[[["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 2024-02-15 UTC."],[[["This page lists various deprecated components of the Google App Engine API, including packages, interfaces, classes, enums, exceptions, fields, methods, and constructors."],["Several APIs like `com.google.appengine.api.channel`, `com.google.appengine.api.xmpp`, and `com.google.appengine.api.prospectivesearch` have been fully deprecated or shut down, rendering their related classes, interfaces, and methods obsolete."],["The `com.google.appengine.api.files` API has been deprecated and users are recommended to use the Google App Engine client for Google Cloud Storage instead."],["Many methods and fields related to datastore queries, transactions, and fetching have been deprecated, with specific recommendations for replacement using newer alternatives like `Query.setFilter(Filter)` and `FetchOptions.startCursor`."],["Certain functionalities, like `OAuth1`, `federatedIdentity`, and `Cursor.reverse()`, are no longer supported or necessary, resulting in the deprecation of associated methods and fields."]]],[]]