Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionas of version 3.0, use
BlobstoreService
instead.UseDatastoreServiceConfig
instead.
-
Deprecated ClassesClassDescriptionas of version 3.0, use
BlobstoreServiceFactory
instead.as of version 3.0, useBounceNotificationParser
instead.as of version 3.0, useDeferredTaskContext
instead.as of version 3.0.0, useJakartaRemoteApiServlet
instead.as of version 3.0, useDeferredTaskServlet
instead.as of version 3.0, useJdbcMySqlConnectionCleanupFilter
instead.as of version 3.0, useMultipartMimeUtils
instead.as of version 3.0, useParseBlobUploadFilter
instead.as of version 3.0, useSessionCleanupServlet
instead.as of version 3.0, useSnapshotServlet
instead.as of version 3.0, useTransactionCleanupFilter
instead.as of version 3.0, useWarmupServlet
instead.
-
Deprecated FieldsFieldDescriptionThis service will always be reported as being available.This service will always be reported as being available. IfUse
DatastoreServiceConfig
instead.Instead of using DEFAULT_CHUNK_SIZE, do not specify a chunk size.
-
Deprecated MethodsMethodDescriptionUse
BlobstoreService.getUploads(javax.servlet.http.HttpServletRequest)
instead. Note that getUploadedBlobs does not handle cases where blobs have been uploaded using the multiple="true" attribute of the file input form element.UseBlobstoreService.getUploads(jakarta.servlet.http.HttpServletRequest)
instead. Note that getUploadedBlobs does not handle cases where blobs have been uploaded using the multiple="true" attribute of the file input form element.UseBlobstoreService.getUploads(jakarta.servlet.http.HttpServletRequest)
instead. Note that getUploadedBlobs does not handle cases where blobs have been uploaded using the multiple="true" attribute of the file input form element.It is no longer necessary to callCursor.reverse()
on cursors.A cursor returned by a query may also be used in the query returned by
Query.reverse()
.UseDatastoreServiceConfig.Builder.withDefaults()
instead.useFetchOptions.startCursor
instead.useFetchOptions.getStartCursor()
insteadUsePreparedQuery.countEntities(FetchOptions)
instead. Calling this function imposes a maximum result limit of 1000.UseQuery.setFilter(Filter)
andQuery.getFilter()
insteadUseTransactionOptions.isXG()
instead.UseBuilder.withDefaults().setXG(enable)
instead.UseTransactionOptions.clearXG()
instead.UseTransactionOptions.setXG(boolean)
instead.Replaced byImagesService.getServingUrl(ServingUrlOptions)
.Replaced byImagesService.getServingUrl(ServingUrlOptions)
.Replaced byImagesService.getServingUrl(ServingUrlOptions)
.Replaced byImagesService.getServingUrl(ServingUrlOptions)
.This value is no longer meaningful.UseErrorHandlers.getConsistentLogAndContinue(Level)
insteaduseMemcacheServiceFactory.getMemcacheService(String)
instead.OAuth1 is no longer supportedThis value is no longer meaningful.Use an explicitFieldExpression
in yourQueryOptions
instead.Use of federatedIdentity is no longer supported. Please change calls to a method that does not take the parameter.
-
Deprecated ConstructorsConstructorDescriptionExposed by accident, do not instantiate.