-
Deprecated Interfaces
-
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.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.
DatastoreServiceConfig
instead.