Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABS - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
ABS - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
AbstractIntervalTimer - Class in com.google.appengine.setup.timer
AbstractIntervalTimer is common base class for Timer implementations that base measure the change in some value between the point where the timer is started and the point where the timer is stopped.
AbstractIntervalTimer() - Constructor for class com.google.appengine.setup.timer.AbstractIntervalTimer
 
accessToken(String) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Sets the access token.
add() - Method in interface com.google.appengine.api.taskqueue.Queue
Submits a task to this queue with an auto generated name with default options.
add(Transaction, TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Submits a task to this queue in the provided Transaction.
add(Transaction, Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
Submits tasks to this queue in the provided Transaction.
add(TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Submits a task to this queue.
add(Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
Submits tasks to this queue.
ADD_ONLY_IF_NOT_PRESENT - Enum constant in enum class com.google.appengine.api.memcache.MemcacheService.SetPolicy
An additive-only strategy, useful to avoid race conditions.
addAsync() - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously submits a task to this queue with an auto generated name with default options.
addAsync(Transaction, TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously submits a task to this queue in the provided Transaction.
addAsync(Transaction, Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously submits tasks to this queue in the provided Transaction.
addAsync(TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously submits a task to this queue.
addAsync(Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously submits tasks to this queue.
addChild() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
addChild(String, long) - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
Add a Key constructed from the provided kind and id as the child of the Key most recently added to the Builder.
addChild(String, String) - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
Add a Key constructed from the provided kind and name as the child of the Key most recently added to the Builder.
addExpr() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
addExpr_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.addExpr_return
 
addExpression(Field) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
Adds the expression to the builder.
addExpressionToReturn(FieldExpression) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Adds a FieldExpression to return in search results.
addExpressionToReturn(FieldExpression.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Adds a FieldExpression build from the given expressionBuilder to return in search results.
addFacet(Facet) - Method in class com.google.appengine.api.search.Document.Builder
Adds a Facet to this builder.
addFacetRefinement(FacetRefinement) - Method in class com.google.appengine.api.search.Query.Builder
Adds a facet refinement.
addFacetRefinementFromToken(String) - Method in class com.google.appengine.api.search.Query.Builder
Adds a facet refinement token.
addField(Field) - Method in class com.google.appengine.api.search.Document.Builder
Adds the field to the builder.
addField(Field.Builder) - Method in class com.google.appengine.api.search.Document.Builder
Adds the field builder to the document builder.
addFilter(String, Query.FilterOperator, Object) - Method in class com.google.appengine.api.datastore.Query
Deprecated.
addHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Adds header to this request.
additionalAppIds(Set<CloudDatastoreRemoteServiceConfig.AppId>) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Provides a set of additional app IDs that may appear in Key values in entities.
addLogRecord(ApiProxy.LogRecord) - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
addLogRecord(ApiProxy.LogRecord) - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
addOp() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
addOp_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.addOp_return
 
addProjection(Projection) - Method in class com.google.appengine.api.datastore.Query
Adds a projection for this query.
addPropertiesToPb(Map<String, ?>, OnestoreEntity.EntityProto) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Add all of the properties in the specified map to an EntityProto.
addRange(FacetRange) - Method in class com.google.appengine.api.search.FacetRequest.Builder
Adds a FacetRange to this request.
addReturnFacet(FacetRequest) - Method in class com.google.appengine.api.search.Query.Builder
Requests a facet to be returned with search results.
addReturnFacet(FacetRequest.Builder) - Method in class com.google.appengine.api.search.Query.Builder
Adds a facet request from a builder.
addReturnFacet(String) - Method in class com.google.appengine.api.search.Query.Builder
Adds a facet request by its name only.
addReturnType(QueryTreeContext.Type) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
addScore(double) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
Adds the score to the builder.
addSort(String) - Method in class com.google.appengine.api.datastore.Query
Specify how the query results should be sorted.
addSort(String, Query.SortDirection) - Method in class com.google.appengine.api.datastore.Query
Specify how the query results should be sorted.
addSortExpression(SortExpression) - Method in class com.google.appengine.api.search.SortOptions.Builder
Adds a SortExpression to the list of sort expressions.
addSortExpression(SortExpression.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
Adds a SortExpression built from the builder to the list of sort expressions.
addTypedField(String, Field.FieldType) - Method in class com.google.appengine.api.search.Schema.Builder
Adds typed field name to the schema builder.
addValue(FacetResultValue) - Method in class com.google.appengine.api.search.FacetResult.Builder
Add a value to this facet result.
addValueConstraint(String) - Method in class com.google.appengine.api.search.FacetRequest.Builder
Adds a value constraint to this facet request.
AdminDatastoreService - Class in com.google.appengine.api.datastore
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.
AdminDatastoreService.EntityBuilder - Class in com.google.appengine.api.datastore
An Entity builder that pins it to the AdminUtils appId and namespace.
AdminDatastoreService.KeyBuilder - Class in com.google.appengine.api.datastore
A Key builder that pins it to the AdminUtils appId and namespace.
AdminDatastoreService.QueryBuilder - Class in com.google.appengine.api.datastore
A Query builder that pins it to the AdminUtils appId and namespace.
AdminSearchServiceFactory - Class in com.google.appengine.api.search
Builds SearchService instances that are pinned to a specific application and namespace regardless of the "current" appId provided by ApiProxy.getCurrentEnvironment().getAppId() and the "current" namespace provided by NamespaceManager.get().
AdminSearchServiceFactory() - Constructor for class com.google.appengine.api.search.AdminSearchServiceFactory
 
allocateIdRange(KeyRange) - Method in interface com.google.appengine.api.datastore.DatastoreService
This method allocates a user-specified contiguous range of unique IDs.
allocateIds(Key, String, long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
allocateIds(Key, String, long) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
allocateIds(Key, String, long) - Method in interface com.google.appengine.api.datastore.DatastoreService
IDs are allocated within a namespace defined by a parent key and a kind.
allocateIds(String, long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
allocateIds(String, long) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
allocateIds(String, long) - Method in interface com.google.appengine.api.datastore.DatastoreService
IDs are allocated within a namespace defined by a parent key and a kind.
allowMultipleEntityGroups(boolean) - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Deprecated.
Use Builder.withDefaults().setXG(enable) instead.
allowsMultipleEntityGroups() - Method in class com.google.appengine.api.datastore.TransactionOptions
Deprecated.
allowTruncate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Enables response truncation.
allowTruncate() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that allows truncation of the response.
and(Query.Filter...) - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
and(Collection<Query.Filter>) - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
AND - Enum constant in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
AND - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
AND - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
AND - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
AND - Static variable in class com.google.appengine.api.search.query.QueryParser
 
andOp() - Method in class com.google.appengine.api.search.query.QueryParser
 
andOp_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.andOp_return
 
API_TIME_IN_MEGACYCLES - Enum constant in enum class com.google.appengine.api.quota.QuotaService.DataType
 
apiCallCompleted() - Method in class com.google.appengine.setup.ApiProxyEnvironment
Notifies the environment that an API call completed.
apiCallCompleted() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
apiCallStarted(long, boolean) - Method in class com.google.appengine.setup.ApiProxyEnvironment
Notifies the environment that an API call was started.
apiCallStarted(long, boolean) - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
ApiProxyDelegate - Class in com.google.appengine.setup
Delegates AppEngine API calls to a local http API proxy.
ApiProxyDelegate() - Constructor for class com.google.appengine.setup.ApiProxyDelegate
 
ApiProxyEnvironment - Class in com.google.appengine.setup
Implements the ApiProxy environment.
ApiProxyEnvironment(String, String, String, String, String, String, String, boolean, String, Timer, Long, Map<String, Object>) - Constructor for class com.google.appengine.setup.ApiProxyEnvironment
Constructs a VM AppEngine API environment.
ApiProxySetupUtil - Class in com.google.appengine.setup
 
ApiProxySetupUtil() - Constructor for class com.google.appengine.setup.ApiProxySetupUtil
 
AppEngineInternal - Annotation Interface in com.google.apphosting.api
Annotation that marks a package or class as internal to App Engine.
appId(CloudDatastoreRemoteServiceConfig.AppId) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Sets the CloudDatastoreRemoteServiceConfig.AppId of the Cloud Datastore instance to call.
AppId() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
 
AppIdentityService - Interface in com.google.appengine.api.appidentity
The AppIdentityService allows you to sign an arbitrary byte array using a per app private key maintained by App Engine, and to retrieve a list of public certificates which can be used to verify the signature.
AppIdentityService.GetAccessTokenResult - Class in com.google.appengine.api.appidentity
GetAccessTokenResult is returned by getAccessToken.
AppIdentityService.ParsedAppId - Class in com.google.appengine.api.appidentity
Class holding the results of parsing a full application id into its constituent parts.
AppIdentityService.SigningResult - Class in com.google.appengine.api.appidentity
SigningResult is returned by signForApp, which contains signing key name and signature.
AppIdentityServiceFactory - Class in com.google.appengine.api.appidentity
Creates new instances of the App Identity service.
AppIdentityServiceFailureException - Exception Class in com.google.appengine.api.appidentity
AppIdentityServiceFailureException is thrown when any unknown error occurs while communicating with the App Identity service.
AppIdentityServiceFailureException(String) - Constructor for exception class com.google.appengine.api.appidentity.AppIdentityServiceFailureException
Creates an exception with the supplied message.
appIdFromString(String) - Static method in class com.google.appengine.api.datastore.FriendHacks
Create an CloudDatastoreRemoteServiceConfig.AppId from an app ID string.
applicationId - Static variable in class com.google.appengine.api.utils.SystemProperty
The application identifier for the current application.
applicationVersion - Static variable in class com.google.appengine.api.utils.SystemProperty
The version identifier for the current application version.
AppLogLine - Class in com.google.appengine.api.log
An AppLogLine contains all the information for a single application log.
AppLogLine() - Constructor for class com.google.appengine.api.log.AppLogLine
Default zero-argument constructor that creates an AppLogLine.
applyTransform(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided transform to the provided image encoding the transformed image stored using PNG file format.
applyTransform(Transform, Image, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided transform to the provided image encoding the transformed image stored using encoding file format.
applyTransform(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided transform to the provided image encoding the transformed image stored using outputSettings interpreting image according to inputSettings.
applyTransform(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided transform to the provided image encoding the transformed image stored using settings.
applyTransformAsync(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
Asynchronously applies the provided transform to the provided image encoding the transformed image stored using PNG file format.
applyTransformAsync(Transform, Image, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
Asynchronously applies the provided transform to the provided image encoding the transformed image stored using encoding file format.
applyTransformAsync(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
Asynchronously applies the provided transform to the provided image encoding the transformed image stored using settings interpreting image according to inputSettings.
applyTransformAsync(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
Asynchronously applies the provided transform to the provided image encoding the transformed image stored using settings.
areKeysEqual(Key, Key) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
Check if the input Key objects are equal (including keys that are incomplete).
arg() - Method in class com.google.appengine.api.search.query.QueryParser
 
arg_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.arg_return
 
arglist() - Method in class com.google.appengine.api.search.query.QueryParser
 
arglist_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.arglist_return
 
ARGS - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
ARGS - Static variable in class com.google.appengine.api.search.query.QueryParser
 
ASCENDING - Enum constant in enum class com.google.appengine.api.datastore.Query.SortDirection
 
ASCENDING - Enum constant in enum class com.google.appengine.api.search.SortExpression.SortDirection
The search results are sorted in ascending order, e.g. alphabetic aaa ... zzz
ASCII_LETTER - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
ASCII_LETTER - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
ASIA_NORTHEAST1 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
asIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
asIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as an Iterable using the provided FetchOptions.
asIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
asIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as an Iterator using the provided FetchOptions.
asList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as a List using the provided FetchOptions.
asQueryResultIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterable() except a QueryResultIterable is returned.
asQueryResultIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
asQueryResultIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterator() except a QueryResultIterator is returned.
asQueryResultIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
asQueryResultList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
asSingleEntity() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the one and only result for the Query.
asStrictType(Class<T>) - Method in class com.google.appengine.api.datastore.RawValue
Returns an object of the exact type passed in.
asType(Class<?>) - Method in class com.google.appengine.api.datastore.RawValue
Returns the object normally returned by the datastore if given type is passed in.
aSyncApiCallAdded(long) - Method in class com.google.appengine.setup.ApiProxyEnvironment
Notifies the environment that an API call was queued up.
aSyncApiCallAdded(long) - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
AsyncDatastoreService - Interface in com.google.appengine.api.datastore
An asynchronous version of DatastoreService.
AsyncMemcacheService - Interface in com.google.appengine.api.memcache
An asynchronous version of MemcacheService.
asyncStackTraceCaptureEnabled(boolean) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
If set to true, stacktrace for async calls is captured and returned as part of error messages.
atom() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
ATOM - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
An indivisible text content.
ATOM - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
ATOM - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
atom_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.atom_return
 
Attachment(String, byte[]) - Constructor for class com.google.appengine.api.mail.MailService.Attachment
Attachments are an optional part of messages, but if present, all information about them must be provided.
Attachment(String, byte[], String) - Constructor for class com.google.appengine.api.mail.MailService.Attachment
Attachments are an optional part of messages, but if present, all information about them must be provided.
AUSTRALIA_SOUTHEAST1 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
AUTH_DOMAIN_HEADER - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
AUTO - Enum constant in enum class com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
If a current transaction exists, use it, otherwise create one.

B

BACKEND_ID_ENV_ATTRIBUTE - Static variable in interface com.google.appengine.api.backends.BackendService
Deprecated.
Environment attribute key where the backend name is stored.
BACKEND_ID_KEY - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
BackendService - Interface in com.google.appengine.api.backends
Deprecated.
BackendServiceFactory - Class in com.google.appengine.api.backends
Factory for getting the Backends API implementation for the current environment.
BACKGROUND_THREAD_FACTORY_ATTR - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
backgroundThreadFactory() - Static method in class com.google.appengine.api.ThreadManager
Returns a ThreadFactory that will create threads that are independent of the current request.
BACKSLASH - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
BACKSLASH - Static variable in class com.google.appengine.api.search.query.QueryParser
 
BaseDatastoreService - Interface in com.google.appengine.api.datastore
Methods that are common between DatastoreService and AsyncDatastoreService.
BaseMemcacheService - Interface in com.google.appengine.api.memcache
Methods that are common between MemcacheService and AsyncMemcacheService.
batchSize(int) - Method in class com.google.appengine.api.log.LogQuery
Sets the batch size.
beginTransaction() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
beginTransaction() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
beginTransaction() - Method in interface com.google.appengine.api.datastore.DatastoreService
Equivalent to beginTransaction(TransactionOptions.Builder.withDefaults()).
beginTransaction(TransactionOptions) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
beginTransaction(TransactionOptions) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
beginTransaction(TransactionOptions) - Method in interface com.google.appengine.api.datastore.DatastoreService
Begins a transaction against the datastore.
Blob - Class in com.google.appengine.api.datastore
Blob contains an array of bytes.
Blob(byte[]) - Constructor for class com.google.appengine.api.datastore.Blob
Construct a new Blob with the specified bytes.
BlobInfo - Class in com.google.appengine.api.blobstore
BlobInfo contains metadata about a blob.
BlobInfo(BlobKey, String, Date, String, long) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
 
BlobInfo(BlobKey, String, Date, String, long, String) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
 
BlobInfo(BlobKey, String, Date, String, long, String, String) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
Creates a BlobInfo by providing the BlobKey and all associated metadata.
BlobInfoFactory - Class in com.google.appengine.api.blobstore
BlobInfoFactory provides a trivial interface for retrieving BlobInfo metadata.
BlobInfoFactory() - Constructor for class com.google.appengine.api.blobstore.BlobInfoFactory
Creates a BlobInfoFactory that uses the default implementation of DatastoreService.
BlobInfoFactory(DatastoreService) - Constructor for class com.google.appengine.api.blobstore.BlobInfoFactory
Creates a BlobInfoFactory with the specified implementation of DatastoreService.
blobKey(BlobKey) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
BlobKey - Class in com.google.appengine.api.blobstore
BlobKey contains the string identifier of a large (possibly larger than 1MB) blob of binary data that was uploaded in a previous request and can be streamed directly to users.
BlobKey(String) - Constructor for class com.google.appengine.api.blobstore.BlobKey
Construct a new BlobKey with the specified key string.
BLOBSTORE - Static variable in class com.google.appengine.api.capabilities.Capability
Deprecated.
This service will always be reported as being available.
BlobstoreFailureException - Exception Class in com.google.appengine.api.blobstore
BlobstoreFailureException is an unchecked exception that is thrown for any unexpected error that occurs while communicating with the blobstore.
BlobstoreFailureException(String) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreFailureException
 
BlobstoreFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreFailureException
 
BlobstoreInputStream - Class in com.google.appengine.api.blobstore
BlobstoreInputStream provides an InputStream view of a blob in Blobstore.
BlobstoreInputStream(BlobKey) - Constructor for class com.google.appengine.api.blobstore.BlobstoreInputStream
Creates a BlobstoreInputStream that reads data from the blob indicated by blobKey, starting at the beginning of the blob.
BlobstoreInputStream(BlobKey, long) - Constructor for class com.google.appengine.api.blobstore.BlobstoreInputStream
Creates a BlobstoreInputStream that reads data from the blob indicated by blobKey, starting at offset.
BlobstoreInputStream.BlobstoreIOException - Exception Class in com.google.appengine.api.blobstore
A subclass of IOException that indicates that there was a problem interacting with Blobstore.
BlobstoreInputStream.ClosedStreamException - Exception Class in com.google.appengine.api.blobstore
A subclass of IOException that indicates operations on a stream after it is closed.
BlobstoreIOException(String) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
Constructs a BlobstoreIOException with the specified detail message.
BlobstoreIOException(String, Throwable) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
Constructs a BlobstoreIOException with the specified detail message and cause.
BlobstoreService - Interface in com.google.appengine.api.blobstore
BlobstoreService allows you to manage the creation and serving of large, immutable blobs to users.
BlobstoreService - Interface in com.google.appengine.api.blobstore.ee10
Deprecated.
as of version 3.0, use BlobstoreService instead.
BlobstoreService - Interface in com.google.appengine.api.blobstore.jakarta
BlobstoreService allows you to manage the creation and serving of large, immutable blobs to users.
BlobstoreServiceFactory - Class in com.google.appengine.api.blobstore
Creates BlobstoreService implementations.
BlobstoreServiceFactory - Class in com.google.appengine.api.blobstore.ee10
Deprecated.
as of version 3.0, use BlobstoreServiceFactory instead.
BlobstoreServiceFactory - Class in com.google.appengine.api.blobstore.jakarta
Creates BlobstoreService implementations for java EE 10.
BlobstoreServiceFactory() - Constructor for class com.google.appengine.api.blobstore.BlobstoreServiceFactory
 
BlobstoreServiceFactory() - Constructor for class com.google.appengine.api.blobstore.ee10.BlobstoreServiceFactory
Deprecated.
 
BlobstoreServiceFactory() - Constructor for class com.google.appengine.api.blobstore.jakarta.BlobstoreServiceFactory
 
BMP - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
BOOL - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
BOOLEAN - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
BOOLEAN - Enum constant in enum class com.google.storage.onestore.PropertyType
 
BOTTOM_CENTER - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
BOTTOM_LEFT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
BOTTOM_RIGHT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
BounceNotification - Class in com.google.appengine.api.mail
The BounceNotification object represents an incoming bounce notification.
BounceNotification.BounceNotificationBuilder - Class in com.google.appengine.api.mail
 
BounceNotification.Details - Class in com.google.appengine.api.mail
The BounceNotification.Details class describes either the original message that caused a bounce, or the notification message describing the bounce.
BounceNotification.DetailsBuilder - Class in com.google.appengine.api.mail
 
BounceNotificationBuilder() - Constructor for class com.google.appengine.api.mail.BounceNotification.BounceNotificationBuilder
 
BounceNotificationParser - Class in com.google.appengine.api.mail
The BounceNotificationParser parses an incoming HTTP request into a description of a bounce notification.
BounceNotificationParser - Class in com.google.appengine.api.mail.ee10
Deprecated.
as of version 3.0, use BounceNotificationParser instead.
BounceNotificationParser - Class in com.google.appengine.api.mail.jakarta
The BounceNotificationParser parses an incoming HTTP request into a description of a bounce notification.
BounceNotificationParser() - Constructor for class com.google.appengine.api.mail.BounceNotificationParser
 
BounceNotificationParser() - Constructor for class com.google.appengine.api.mail.ee10.BounceNotificationParser
Deprecated.
 
BounceNotificationParser() - Constructor for class com.google.appengine.api.mail.jakarta.BounceNotificationParser
 
build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
 
build() - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
 
build() - Method in class com.google.appengine.api.mail.BounceNotification.BounceNotificationBuilder
 
build() - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
build() - Method in class com.google.appengine.api.search.Cursor.Builder
Construct the final message.
build() - Method in class com.google.appengine.api.search.Document.Builder
Builds a valid document.
build() - Method in class com.google.appengine.api.search.FacetOptions.Builder
Returns an immutable FacetOptions that reflects the current state of this Builder.
build() - Method in class com.google.appengine.api.search.FacetRequest.Builder
Construct the final message.
build() - Method in class com.google.appengine.api.search.FacetResult.Builder
Builds a facet result.
build() - Method in class com.google.appengine.api.search.Field.Builder
Builds a field using this builder.
build() - Method in class com.google.appengine.api.search.FieldExpression.Builder
Builds the FieldExpression.
build() - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
 
build() - Method in class com.google.appengine.api.search.GetRequest.Builder
 
build() - Method in class com.google.appengine.api.search.IndexSpec.Builder
Builds a valid IndexSpec.
build() - Method in class com.google.appengine.api.search.MatchScorer.Builder
Builds a MatchScorer from the set values.
build() - Method in class com.google.appengine.api.search.Query.Builder
Construct the message.
build() - Method in class com.google.appengine.api.search.QueryOptions.Builder
Construct the final message.
build() - Method in class com.google.appengine.api.search.RescoringMatchScorer.Builder
Builds a RescoringMatchScorer from the set values.
build() - Method in class com.google.appengine.api.search.Schema.Builder
Builds a valid document.
build() - Method in class com.google.appengine.api.search.ScoredDocument.Builder
Builds a valid document.
build() - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
Builds a configuration.
build() - Method in class com.google.appengine.api.search.SortExpression.Builder
Builds a SortExpression from the set values.
build() - Method in class com.google.appengine.api.search.SortOptions.Builder
Builds a SortOptions from the set values.
build(String) - Method in class com.google.appengine.api.search.Cursor.Builder
Construct the final message.
build(String) - Method in class com.google.appengine.api.search.Query.Builder
Build a Query from the query string and the parameters set on the Query.Builder.
builder() - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
Builder() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
 
Builder() - Constructor for class com.google.appengine.api.log.LogQuery.Builder
 
Builder() - Constructor for class com.google.appengine.api.search.FieldExpression.Builder
 
Builder(Key) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
Create a Builder, establishing the provided Key as the topmost ancestor.
Builder(String, long) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
Create a Builder, establishing a Key constructed from the provided kind and id as the topmost ancestor.
Builder(String, String) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
Create a Builder, establishing a Key constructed from the provided kind and name as the topmost ancestor.
BUILDING - Enum constant in enum class com.google.appengine.api.datastore.Index.IndexState
Indicates the given Index is being built and therefore can not be used to service queries.
byDeltaMillis(int) - Static method in class com.google.appengine.api.memcache.Expiration
Creates an Expiration for some number of milliseconds into the future.
byDeltaSeconds(int) - Static method in class com.google.appengine.api.memcache.Expiration
Creates an Expiration for some number of seconds in the future.
BYTE - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
ByteRange - Class in com.google.appengine.api.blobstore
A byte range as parsed from a request Range header.
ByteRange(long) - Constructor for class com.google.appengine.api.blobstore.ByteRange
Constructor.
ByteRange(long, long) - Constructor for class com.google.appengine.api.blobstore.ByteRange
Constructor.
BYTES - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 

C

CallbackContext<T> - Interface in com.google.appengine.api.datastore
Describes the context in which a callback runs.
cancel(boolean) - Method in class com.google.appengine.api.utils.FutureWrapper
 
CapabilitiesService - Interface in com.google.appengine.api.capabilities
Allows applications to identify API outages.
CapabilitiesServiceFactory - Class in com.google.appengine.api.capabilities
Factory for creating a CapabilitiesService.
CapabilitiesServiceFactory() - Constructor for class com.google.appengine.api.capabilities.CapabilitiesServiceFactory
 
Capability - Class in com.google.appengine.api.capabilities
A capability represents a particular feature or set of features available on the App Engine platform.
Capability(String) - Constructor for class com.google.appengine.api.capabilities.Capability
Creates a new instance of a Capability.
Capability(String, String) - Constructor for class com.google.appengine.api.capabilities.Capability
Creates a new instance of a Capability.
CapabilityState - Class in com.google.appengine.api.capabilities
Represents the state of a Capability.
CapabilityStatus - Enum Class in com.google.appengine.api.capabilities
Represents the status of a Capability.
CasValues(MemcacheService.IdentifiableValue, Object) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
 
CasValues(MemcacheService.IdentifiableValue, Object, Expiration) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
 
Category - Class in com.google.appengine.api.datastore
A tag, ie a descriptive word or phrase.
Category(String) - Constructor for class com.google.appengine.api.datastore.Category
 
CENTER_CENTER - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
CENTER_LEFT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
CENTER_RIGHT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
checkArgument(boolean, Object) - Static method in class com.google.appengine.api.search.checkers.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class com.google.appengine.api.search.checkers.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkAtom(String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
Checks whether an atom is valid.
checkAtom(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether an atom is valid.
checkCursor(String) - Static method in class com.google.appengine.api.search.checkers.CursorChecker
Checks the cursor string if provided is not empty nor too long.
checkDate(Date) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a date is within range.
checkDepth(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks that a facet depth option is valid.
checkDiscoveryLimit(int) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks that a discovery limit is valid.
checkDiscoveryValueLimit(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks whether discovery value limit option is valid.
checkDocumentId(String) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
Checks whether a document id is valid.
checkExpression(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a field expression is not null and is parsable.
checkFacetName(String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
Checks whether a facet name is valid.
checkFacetName(String, String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
Checks whether a facet name is valid.
checkFacetSet(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
Checks validity of facets in document.
checkFacetValue(DocumentPb.FacetValue) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
Checks whether a facet value is valid.
checkFacetValue(String) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks that a value constraint is valid.
checkFieldName(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a field name is valid.
checkFieldName(String, String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a field name is valid.
checkFieldNames(List<String>) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
Checks that there are at most #MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN field names and that each field name is valid.
checkFieldSet(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
Checks whether a document's field set is valid.
checkHTML(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a html is valid.
checkIndexNamePrefix(String) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
Checks whether the given index name prefix is legal.
checkLatitude(double) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
Checks whether a GeoPoint latitude is valid.
checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
Checks whether the number of indexes to return is between 1 and the maximum.
checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
Checks whether the number of documents to return is between 0 and the maximum.
checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
Checks whether the number of documents to return is between 1 and the maximum.
checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.SortOptionsChecker
Checks whether the limit on number of documents to score is between 0 and the maximum.
checkListDocumentsParams(SearchServicePb.ListDocumentsParams) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
Checks the values of the SearchServicePb.ListDocumentsParams params.
checkListIndexesParams(SearchServicePb.ListIndexesParams) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
Ensures the given protocol buffer parameters are valid.
checkLongitude(double) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
Checks whether a GeoPoint longitude is valid.
checkName(String) - Static method in class com.google.appengine.api.search.checkers.IndexChecker
Checks whether an index name is valid.
checkNotNull(T, Object) - Static method in class com.google.appengine.api.search.checkers.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNumber(Double) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
Checks whether a number is valid.
checkNumber(Double) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a number is valid.
checkNumberFoundAccuracy(int) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
Checks whether the minimum number of documents found accuracy is between 1 and the maximum.
checkOffset(int) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
Checks whether the offset of the first indexes to return is between 0 and the maximum.
checkOffset(Integer) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
Checks whether the offset is between 0 and the maximum.
checkPrefix(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a prefix field is valid.
checkQuery(String) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
Checks that query is not null and is parsable.
checkSortExpression(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a sort bexpression is not null and is parsable.
checkStartDocId(String) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
Checks whether the given start document Is legal.
checkStartIndexName(String) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
Checks whether the given start index name is legal.
checkState(boolean, String) - Static method in class com.google.appengine.api.search.checkers.Preconditions
Ensures the truth of an expression involving the state of the calling instance.
checkState(boolean, String, Object...) - Static method in class com.google.appengine.api.search.checkers.Preconditions
Ensures the truth of an expression involving the state of the calling instance.
checkSupportedValue(String, Object) - Static method in class com.google.appengine.api.datastore.DataTypeUtils
If the specified object cannot be used as the value for a Entity property, throw an exception with the appropriate explanation.
checkSupportedValue(Object) - Static method in class com.google.appengine.api.datastore.DataTypeUtils
If the specified object cannot be used as the value for a Entity property, throw an exception with the appropriate explanation.
checkSupportedValue(String, Object, boolean, Set<Class<?>>) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
If the specified object cannot be used as the value for a Entity property, throw an exception with the appropriate explanation.
checkText(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a text is valid.
checkValid(SearchServicePb.ScorerSpec) - Static method in class com.google.appengine.api.search.checkers.SortOptionsChecker
Checks the SearchServicePb.ScorerSpec is valid, specifically checking the limit on number of documents to score is not too large.
checkValid(SearchServicePb.SearchParams) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks whether all options related to faceted search are valid.
checkValid(SearchServicePb.SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
Checks the search specification is valid, specifically, has a valid index specification, a non-null query, a non-null number of documents to return specification, a valid cursor if present, valid sort specification list, a valid collection of field names for sorting, and a valid scorer specification.
checkValid(SearchServicePb.SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
Checks the search options are valid, specifically, has a non-null number of documents to return specification, a valid cursor if present, valid sort specification list, a valid collection of field names for sorting, and a valid scorer specification.
checkValid(SearchServicePb.SortSpec) - Static method in class com.google.appengine.api.search.checkers.SortExpressionChecker
Checks the SearchServicePb.SortSpec is valid, specifically checking the limit on number of documents to score is not too large.
checkValid(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
Checks whether a DocumentPb.Document has a valid set of fields.
checkValid(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.QueryOnlyCustomerDocumentChecker
Checks whether a DocumentPb.Document has a valid set of fields for clients that only use the search query API.
checkValid(DocumentPb.Facet) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
 
checkValid(DocumentPb.Field) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
 
checkValid(DocumentPb.FieldValue.Geo) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
 
checkValidFast(SearchServicePb.SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
Performs a fast check of the search parameters.
checkValueLimit(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
Checks whether a value limit option is valid.
checkVector(List<Double>) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a vector field is valid.
children() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
chunkSize(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the chunk size.
Circle(GeoPt, double) - Constructor for class com.google.appengine.api.datastore.Query.GeoRegion.Circle
Creates a new Circle object from the given arguments.
clear() - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
Clears the CloudDatastoreRemoteServiceConfig instance (if one has been set) as well as the ApiProxy's ApiProxy.EnvironmentFactory and the ApiProxy.Environment for the current thread.
clearAll() - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
clearAll() - Method in interface com.google.appengine.api.memcache.MemcacheService
Empties the cache of all values across all namespaces.
clearKeysOnly() - Method in class com.google.appengine.api.datastore.Query
Clears the keys only flag.
clearMultipleEntityGroups() - Method in class com.google.appengine.api.datastore.TransactionOptions
Deprecated.
clearNumberFoundAccuracy() - Method in class com.google.appengine.api.search.QueryOptions.Builder
Clears any accuracy requirement for Results.getNumberFound().
clearParams() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Clears the parameters.
clearXG() - Method in class com.google.appengine.api.datastore.TransactionOptions
Return the cross-group transaction setting to default (disabled).
clone() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
 
clone() - Method in class com.google.appengine.api.datastore.Entity
Returns a shallow copy of this Entity instance.
clone() - Method in class com.google.appengine.api.log.LogQuery
Makes a copy of a provided LogQuery.
close() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
ClosedStreamException(String) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
Construct an exception with specified message.
ClosedStreamException(String, Throwable) - Constructor for exception class com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
Construct exception with specified message and cause.
CloudDatastoreRemoteServiceConfig - Class in com.google.appengine.api.datastore
User-configurable global properties of Cloud Datastore.
CloudDatastoreRemoteServiceConfig() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
 
CloudDatastoreRemoteServiceConfig.AppId - Class in com.google.appengine.api.datastore
An App Engine application ID.
CloudDatastoreRemoteServiceConfig.AppId.Location - Enum Class in com.google.appengine.api.datastore
Locations for App Engine applications.
CloudDatastoreRemoteServiceConfig.Builder - Class in com.google.appengine.api.datastore
cmpExpr() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
cmpExpr_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.cmpExpr_return
 
cmpOp() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
cmpOp_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.cmpOp_return
 
COLLISION - Enum constant in enum class com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Indicates that entities with keys inside the given KeyRange already exist and writing to this range will overwrite those entities.
com.google.appengine.api - package com.google.appengine.api
Provides facilities for server lifecycle management, threading and namespaces/multitenancy.
com.google.appengine.api.appidentity - package com.google.appengine.api.appidentity
Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key.
com.google.appengine.api.backends - package com.google.appengine.api.backends
Provides access to long-running, addressable servers.
com.google.appengine.api.blobstore - package com.google.appengine.api.blobstore
Provides management and persistent storage of large, immutable byte arrays.
com.google.appengine.api.blobstore.ee10 - package com.google.appengine.api.blobstore.ee10
 
com.google.appengine.api.blobstore.jakarta - package com.google.appengine.api.blobstore.jakarta
 
com.google.appengine.api.capabilities - package com.google.appengine.api.capabilities
Provides status information about the services available via the GAE APIs.
com.google.appengine.api.datastore - package com.google.appengine.api.datastore
Provides persistent storage, also accessible via JDO or JPA interfaces.
com.google.appengine.api.images - package com.google.appengine.api.images
Provides facilities for the creation and manipulation of images.
com.google.appengine.api.internal - package com.google.appengine.api.internal
 
com.google.appengine.api.log - package com.google.appengine.api.log
Provides access to request logs and application logs.
com.google.appengine.api.mail - package com.google.appengine.api.mail
Provides a service to send email messages on behalf of administrators or authenticated users, also accessible via a JavaMail interface.
com.google.appengine.api.mail.ee10 - package com.google.appengine.api.mail.ee10
 
com.google.appengine.api.mail.jakarta - package com.google.appengine.api.mail.jakarta
 
com.google.appengine.api.mail.stdimpl - package com.google.appengine.api.mail.stdimpl
 
com.google.appengine.api.memcache - package com.google.appengine.api.memcache
Provides fast but unreliable data storage, also accessible via a JCache interface.
com.google.appengine.api.modules - package com.google.appengine.api.modules
Utility functions for working with App Engine services (previously known as modules).
com.google.appengine.api.oauth - package com.google.appengine.api.oauth
Provides a method for clients to access server resources on behalf of a resource owner, as well as a process for end-users to authorize third-party access to their server resources without sharing their credentials.
com.google.appengine.api.quota - package com.google.appengine.api.quota
Provides measurement of API and CPU usage during requests.
com.google.appengine.api.search - package com.google.appengine.api.search
Provides a service for indexing documents and retrieving them using search queries.
com.google.appengine.api.search.checkers - package com.google.appengine.api.search.checkers
 
com.google.appengine.api.search.query - package com.google.appengine.api.search.query
 
com.google.appengine.api.taskqueue - package com.google.appengine.api.taskqueue
Provides a mechanism to perform work initiated by a user request, outside of that request.
com.google.appengine.api.taskqueue.ee10 - package com.google.appengine.api.taskqueue.ee10
 
com.google.appengine.api.taskqueue.jakarta - package com.google.appengine.api.taskqueue.jakarta
 
com.google.appengine.api.urlfetch - package com.google.appengine.api.urlfetch
Provides a service to make HTTP/S requests of other servers on the internet.
com.google.appengine.api.users - package com.google.appengine.api.users
Provides facilities to check if a user has authenticated, retrieve their email address, and check if they are an administrator for this application.
com.google.appengine.api.utils - package com.google.appengine.api.utils
Provides common utility classes.
com.google.appengine.api.utils.ee10 - package com.google.appengine.api.utils.ee10
 
com.google.appengine.api.utils.jakarta - package com.google.appengine.api.utils.jakarta
 
com.google.appengine.setup - package com.google.appengine.setup
 
com.google.appengine.setup.timer - package com.google.appengine.setup.timer
 
com.google.appengine.setup.utils.http - package com.google.appengine.setup.utils.http
 
com.google.appengine.spi - package com.google.appengine.spi
Support for alternate implementations of Google App Engine services.
com.google.appengine.tools.compilation - package com.google.appengine.tools.compilation
 
com.google.apphosting.api - package com.google.apphosting.api
 
com.google.apphosting.utils.remoteapi - package com.google.apphosting.utils.remoteapi
The com.google.apphosting.utils.remoteapi package contains a servlet that implements the server portion of Google App Engine's Remote API functionality, which allows client code to execute arbitray API calls on a remote App Engine application.
com.google.apphosting.utils.security.urlfetch - package com.google.apphosting.utils.security.urlfetch
 
com.google.apphosting.utils.servlet - package com.google.apphosting.utils.servlet
 
com.google.apphosting.utils.servlet.ee10 - package com.google.apphosting.utils.servlet.ee10
 
com.google.apphosting.utils.servlet.jakarta - package com.google.apphosting.utils.servlet.jakarta
 
com.google.storage.onestore - package com.google.storage.onestore
 
COMMA - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
COMMA - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
COMMA - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
COMMA - Static variable in class com.google.appengine.api.search.query.QueryParser
 
commit() - Method in interface com.google.appengine.api.datastore.Transaction
Commits the transaction.
commitAsync() - Method in interface com.google.appengine.api.datastore.Transaction
An asynchronous implementation of Transaction.commit().
CommittedButStillApplyingException - Exception Class in com.google.appengine.api.datastore
CommittedButStillApplyingException is thrown when the write or transaction was committed, but some entities or index rows may not have been fully updated.
CommittedButStillApplyingException(String) - Constructor for exception class com.google.appengine.api.datastore.CommittedButStillApplyingException
 
CommittedButStillApplyingException(String, Throwable) - Constructor for exception class com.google.appengine.api.datastore.CommittedButStillApplyingException
 
comparable() - Method in class com.google.appengine.api.search.query.QueryParser
 
comparable_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.comparable_return
 
ComparableByteArray(byte[]) - Constructor for class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
 
comparator() - Method in class com.google.appengine.api.search.query.QueryParser
 
comparator_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.comparator_return
 
compare(OnestoreEntity.EntityProto, OnestoreEntity.EntityProto) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
compareTo(BlobKey) - Method in class com.google.appengine.api.blobstore.BlobKey
 
compareTo(Category) - Method in class com.google.appengine.api.datastore.Category
 
compareTo(DataTypeTranslator.ComparableByteArray) - Method in class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
 
compareTo(Email) - Method in class com.google.appengine.api.datastore.Email
 
compareTo(GeoPt) - Method in class com.google.appengine.api.datastore.GeoPt
Sort first by latitude, then by longitude
compareTo(IMHandle) - Method in class com.google.appengine.api.datastore.IMHandle
Sorts first by protocol, then by address.
compareTo(Key) - Method in class com.google.appengine.api.datastore.Key
Compares two Key objects.
compareTo(Link) - Method in class com.google.appengine.api.datastore.Link
 
compareTo(PhoneNumber) - Method in class com.google.appengine.api.datastore.PhoneNumber
 
compareTo(PostalAddress) - Method in class com.google.appengine.api.datastore.PostalAddress
 
compareTo(Rating) - Method in class com.google.appengine.api.datastore.Rating
 
compareTo(ShortBlob) - Method in class com.google.appengine.api.datastore.ShortBlob
 
compareTo(User) - Method in class com.google.appengine.api.users.User
 
compareTo(FactoryProvider<?>) - Method in class com.google.appengine.spi.FactoryProvider
This ensures that a list of these will be sorted so that higher precedence entries come later in the list.
composite() - Method in class com.google.appengine.api.search.query.QueryParser
 
composite(Collection<Composite>, int, int, long) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided Collection of Composites using a canvas with dimensions determined by width and height and background color color.
composite(Collection<Composite>, int, int, long, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided Collection of Composites using a canvas with dimensions determined by width and height and background color color.
composite(Collection<Composite>, int, int, long, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
Applies the provided Collection of Composites using a canvas with dimensions determined by width and height and background color color.
Composite - Class in com.google.appengine.api.images
A Composite represents a composition of an image onto a canvas.
Composite() - Constructor for class com.google.appengine.api.images.Composite
 
composite_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.composite_return
 
Composite.Anchor - Enum Class in com.google.appengine.api.images
Valid anchoring positions for a compositing operation.
CompositeFilter(Query.CompositeFilterOperator, Collection<Query.Filter>) - Constructor for class com.google.appengine.api.datastore.Query.CompositeFilter
 
compositeIndexesForQuery(Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
compositeIndexForQuery(Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
CompositeIndexManager - Class in com.google.appengine.api.datastore
Composite index management operations needed by the datastore api.
CompositeIndexManager() - Constructor for class com.google.appengine.api.datastore.CompositeIndexManager
 
CompositeIndexUtils - Class in com.google.appengine.api.datastore
Static utilities for working with composite indexes.
CompositeTransform - Class in com.google.appengine.api.images
A transform that represents zero or more transforms executed in series.
concatenate(Transform) - Method in class com.google.appengine.api.images.CompositeTransform
Concatenates a transform to the end of this composite transform.
CONCURRENT_TRANSACTION_ERROR - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed due to conflicting operations.
COND - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
COND - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
condExpr() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
condExpr_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.condExpr_return
 
conjunction() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
CONJUNCTION - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
CONJUNCTION - Static variable in class com.google.appengine.api.search.query.QueryParser
 
conjunction_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.conjunction_return
 
ConsistentErrorHandler - Interface in com.google.appengine.api.memcache
A marker interface to indicate that all MemcacheServiceException exceptions should be handled by ErrorHandler.handleServiceError(MemcacheServiceException).
ConsistentLogAndContinueErrorHandler - Class in com.google.appengine.api.memcache
Similar to the deprecated LogAndContinueErrorHandler but consistently handles all back-end related errors.
ConsistentLogAndContinueErrorHandler(Level) - Constructor for class com.google.appengine.api.memcache.ConsistentLogAndContinueErrorHandler
 
contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion
Determines whether the given GeoPt value lies within this geographic region.
contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
contains(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
contains(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Tests whether a given value is in cache, even if its value is null.
CONTENT_TYPE - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
CONTENTION - Enum constant in enum class com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Indicates the given KeyRange is empty but the datastore's automatic ID allocator may assign new entities keys in this range.
convertCpuSecondsToMegacycles(double) - Method in interface com.google.appengine.api.quota.QuotaService
Expresses a value in megaCycles as its approximate equivalent of CPU seconds on a theoretical 1.2 GHz CPU.
convertFromPb(OnestoreEntity.CompositeIndex) - Static method in class com.google.appengine.api.datastore.IndexTranslator
 
convertFromPb(OnestoreEntity.Index) - Static method in class com.google.appengine.api.datastore.IndexTranslator
 
convertFromPb(OnestoreEntity.Index.Property) - Static method in class com.google.appengine.api.datastore.IndexTranslator
 
convertMegacyclesToCpuSeconds(long) - Method in interface com.google.appengine.api.quota.QuotaService
Expresses a value in megaCycles as its approximate equivalent of CPU seconds on a theoretical 1.2 GHz CPU.
convertToPb(Entity) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
convertToPb(Index) - Static method in class com.google.appengine.api.datastore.IndexTranslator
 
convertToPb(Index.Property) - Static method in class com.google.appengine.api.datastore.IndexTranslator
 
copyIfRepackagedElseOriginal(List<E>) - Static method in class com.google.appengine.api.internal.Repackaged
Returns an immutable copy of the given list if it is of a repackaged class, otherwise returns the original list.
copyIfRepackagedElseUnmodifiable(List<E>) - Static method in class com.google.appengine.api.internal.Repackaged
Returns an immutable copy of the given list if it is of a repackaged class, otherwise returns an unmodifiable wrapper around the original list.
CORRECT_ORIENTATION - Enum constant in enum class com.google.appengine.api.images.InputSettings.OrientationCorrection
Apply any orientation specified in the EXIF metadata to the image during the first transformation.
COUNT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
COUNT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
countdownMillis(long) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the number of milliseconds delay before execution of the task.
countEntities() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Deprecated.
Use PreparedQuery.countEntities(FetchOptions) instead. Calling this function imposes a maximum result limit of 1000.
countEntities(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the number of Entities that currently match this Query.
countLimit(long) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Sets the count limit for lease requests.
CPU_TIME_IN_MEGACYCLES - Enum constant in enum class com.google.appengine.api.quota.QuotaService.DataType
 
create(CloudDatastoreRemoteServiceConfig.AppId.Location, String) - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
create(String, int, String) - Static method in class com.google.appengine.api.search.FacetResultValue
Creates and returns a facet result value.
createBackgroundThread(Runnable) - Static method in class com.google.appengine.api.ThreadManager
Create a new Thread that executes runnable independent of the current request.
createBlobInfo(Entity) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
Creates a BlobInfo by extracting content from the specified Entity.
createDataSource(String, byte[]) - Static method in class com.google.apphosting.utils.servlet.jakarta.MultipartMimeUtils
Create a read-only DataSource with the specific content type and body.
createDataSource(String, byte[]) - Static method in class com.google.apphosting.utils.servlet.MultipartMimeUtils
Create a read-only DataSource with the specific content type and body.
createEntityGroupKey(Key) - Static method in class com.google.appengine.api.datastore.Entities
Create an __entity_group__ key for the entity group containing key.
createFromHeaders(Map<String, String>, HttpRequest, String, Timer, Long) - Static method in class com.google.appengine.setup.ApiProxyEnvironment
 
createFromPb(OnestoreEntity.EntityProto) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
createFromPb(OnestoreEntity.EntityProto, Collection<Projection>) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
createFromPbBytes(byte[]) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
createGsBlobKey(String) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Create a BlobKey for a Google Storage File.
createGsBlobKey(String) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Create a BlobKey for a Google Storage File.
createGsBlobKey(String) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Create a BlobKey for a Google Storage File.
createKey(Key, String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
Creates a new Key with the provided parent from its kind and ID.
createKey(Key, String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
Creates a new Key with the provided parent from its kind and name.
createKey(Key, String) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
Creates a new Key with the provided parent and kind.
createKey(String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
Creates a new Key having no parent from its kind and ID.
createKey(String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
Creates a new Key having no parent from its kind and name.
createKeyString(Key, String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
createKeyString(Key, String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
createKeyString(String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
Shorthand for invoking KeyFactory.keyToString(Key) on the result of KeyFactory.createKey(String, long)
createKeyString(String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
createKindKey(String) - Static method in class com.google.appengine.api.datastore.Entities
Create a __kind__ key for kind.
createLoginURL(String) - Method in interface com.google.appengine.api.users.UserService
Returns a URL that can be used to display a login page to the user.
createLoginURL(String, String) - Method in interface com.google.appengine.api.users.UserService
Returns a URL that can be used to display a login page to the user.
createLoginURL(String, String, String, Set<String>) - Method in interface com.google.appengine.api.users.UserService
Deprecated.
Use of federatedIdentity is no longer supported. Please change calls to a method that does not take the parameter.
createLogoutURL(String) - Method in interface com.google.appengine.api.users.UserService
Returns a URL that can be used to log the current user out of this app.
createLogoutURL(String, String) - Method in interface com.google.appengine.api.users.UserService
Returns a URL that can be used to log the current user out of this app.
createNamespaceKey(String) - Static method in class com.google.appengine.api.datastore.Entities
Create a __namespace__ key for namespace.
createPropertyKey(String, String) - Static method in class com.google.appengine.api.datastore.Entities
Create a __property__ key for property of kind.
createThreadForCurrentRequest(Runnable) - Static method in class com.google.appengine.api.ThreadManager
Create a new Thread that executes runnable for the duration of the current request.
createUploadUrl(String) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
createUploadUrl(String) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
createUploadUrl(String) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
createUploadUrl(String, UploadOptions) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
createUploadUrl(String, UploadOptions) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
createUploadUrl(String, UploadOptions) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Create an absolute URL that can be used by a user to asynchronously upload a large blob.
CREATION - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
crop(boolean) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
currentRequestThreadFactory() - Static method in class com.google.appengine.api.ThreadManager
Returns a ThreadFactory which will create threads scoped to the current request.
currentRequestThreadFactoryOptional() - Static method in class com.google.appengine.api.ThreadManager
Returns an Optional ThreadFactory which will create threads scoped to the current request.
cursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Deprecated.
use FetchOptions.startCursor instead.
Cursor - Class in com.google.appengine.api.datastore
A cursor that represents a position in a query.
Cursor - Class in com.google.appengine.api.search
Represents a cursor on the set of results found for executing a Query during a search on the Index.
Cursor.Builder - Class in com.google.appengine.api.search
A builder which constructs Cursor objects.
CursorChecker - Class in com.google.appengine.api.search.checkers
Checks values of Cursor.
CursorChecker() - Constructor for class com.google.appengine.api.search.checkers.CursorChecker
 

D

DATASTORE - Static variable in class com.google.appengine.api.capabilities.Capability
Deprecated.
This service will always be reported as being available. If
DATASTORE_EMPTY_LIST_SUPPORT - Static variable in class com.google.appengine.api.datastore.DatastoreServiceConfig
This is the name of a system property that determines how the Java SDK writes/reads empty lists to/from Datastore.
DATASTORE_WRITE - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of datastore writes.
DatastoreApiHelper - Class in com.google.appengine.api.datastore
Helper methods and constants shared by classes that implement the Java api on top of the datastore.
DatastoreAttributes - Class in com.google.appengine.api.datastore
Attributes of a datastore.
DatastoreAttributes.DatastoreType - Enum Class in com.google.appengine.api.datastore
Indicates the type of datastore being used.
DatastoreCallbacksProcessor - Class in com.google.appengine.tools.compilation
Processes datastore callback annotations ( PrePut, PostPut, PreDelete, PostDelete, PreGet, PostLoad, PreQuery) and generates a config file that the Datastore API can load at runtime.
DatastoreCallbacksProcessor() - Constructor for class com.google.appengine.tools.compilation.DatastoreCallbacksProcessor
 
DatastoreConfig - Interface in com.google.appengine.api.datastore
Deprecated.
DatastoreFailureException - Exception Class in com.google.appengine.api.datastore
DatastoreFailureException is thrown when any unknown error occurs while communicating with the data store.
DatastoreFailureException(String) - Constructor for exception class com.google.appengine.api.datastore.DatastoreFailureException
 
DatastoreFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.datastore.DatastoreFailureException
 
DatastoreNeedIndexException - Exception Class in com.google.appengine.api.datastore
DatastoreNeedIndexException is thrown when no matching index was found for a query requiring an index.
DatastoreNeedIndexException(String) - Constructor for exception class com.google.appengine.api.datastore.DatastoreNeedIndexException
 
DatastoreNeedIndexException(String, Throwable) - Constructor for exception class com.google.appengine.api.datastore.DatastoreNeedIndexException
 
DatastoreService - Interface in com.google.appengine.api.datastore
The DatastoreService provides synchronous access to a schema-less data storage system.
DatastoreService.KeyRangeState - Enum Class in com.google.appengine.api.datastore
Indicates the state of a KeyRange.
DatastoreServiceConfig - Class in com.google.appengine.api.datastore
User-configurable properties of the datastore.
DatastoreServiceConfig.Builder - Class in com.google.appengine.api.datastore
Contains static creation methods for DatastoreServiceConfig.
DatastoreServiceFactory - Class in com.google.appengine.api.datastore
Creates DatastoreService implementations.
DatastoreServiceFactory() - Constructor for class com.google.appengine.api.datastore.DatastoreServiceFactory
Deprecated.
Exposed by accident, do not instantiate.
DatastoreTimeoutException - Exception Class in com.google.appengine.api.datastore
DatastoreTimeoutException is thrown when a datastore operation times out.
DatastoreTimeoutException(String) - Constructor for exception class com.google.appengine.api.datastore.DatastoreTimeoutException
 
DatastoreTimeoutException(String, Throwable) - Constructor for exception class com.google.appengine.api.datastore.DatastoreTimeoutException
 
DataTypeTranslator - Class in com.google.appengine.api.datastore
DataTypeTranslator is a utility class for converting between the data store's Property protocol buffers and the user-facing classes (String, User, etc.).
DataTypeTranslator.ComparableByteArray - Class in com.google.appengine.api.datastore
A wrapper for a byte[] that implements Comparable.
DataTypeUtils - Class in com.google.appengine.api.datastore
DataTypeUtils presents a simpler interface that allows user-code to determine what Classes can safely be stored as properties in the data store.
DATE - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
A Date with no time component.
DATE - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
DATE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DATE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
DateUtil - Class in com.google.appengine.api.search
A utility class that centralizes processing of dates.
deadline(double) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Sets the deadline, in seconds, for all rpcs initiated by the DatastoreService with which this config is associated.
deadlineInSeconds(Double) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Sets the deadline for lease requests.
DEBUG - Enum constant in enum class com.google.appengine.api.log.LogService.LogLevel
 
DEFAULT - Static variable in interface com.google.appengine.api.datastore.DatastoreConfig
Deprecated.
DEFAULT_ALLOW_TRUNCATE - Static variable in class com.google.appengine.api.urlfetch.FetchOptions
 
DEFAULT_CHUNK_SIZE - Static variable in class com.google.appengine.api.datastore.FetchOptions
Deprecated.
Instead of using DEFAULT_CHUNK_SIZE, do not specify a chunk size.
DEFAULT_DEADLINE - Static variable in class com.google.appengine.api.urlfetch.FetchOptions
The default deadline is 5 seconds.
DEFAULT_DEADLINE_PROPERTY - Static variable in interface com.google.appengine.api.urlfetch.URLFetchService
System property for defining a global default URLFetch deadline.
DEFAULT_DEFERRED_URL - Static variable in class com.google.appengine.api.taskqueue.DeferredTaskContext
The URL the DeferredTask servlet is mapped to by default.
DEFAULT_DEFERRED_URL - Static variable in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
The URL the DeferredTask servlet is mapped to by default.
DEFAULT_DEFERRED_URL - Static variable in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
The URL the DeferredTask servlet is mapped to by default.
DEFAULT_FOLLOW_REDIRECTS - Static variable in class com.google.appengine.api.urlfetch.FetchOptions
 
DEFAULT_ITEMS_PER_FETCH - Static variable in interface com.google.appengine.api.log.LogService
The number of items that each underlying RPC call will retrieve by default.
DEFAULT_PRECEDENCE - Static variable in annotation interface com.google.appengine.spi.ServiceProvider
 
DEFAULT_QUEUE - Static variable in interface com.google.appengine.api.taskqueue.Queue
The default queue name.
DEFAULT_QUEUE_PATH - Static variable in interface com.google.appengine.api.taskqueue.Queue
The default queue path.
DEFAULT_TLS_VALIDATION_PROPERTY - Static variable in interface com.google.appengine.api.urlfetch.URLFetchService
System property to turn on server certificate validation by default.
DeferredTask - Interface in com.google.appengine.api.taskqueue
Interface for deferred tasks.
DeferredTaskContext - Class in com.google.appengine.api.taskqueue
Resources for managing DeferredTask.
DeferredTaskContext - Class in com.google.appengine.api.taskqueue.ee10
Deprecated.
as of version 3.0, use DeferredTaskContext instead.
DeferredTaskContext - Class in com.google.appengine.api.taskqueue.jakarta
Resources for managing
invalid reference
DeferredTask
.
DeferredTaskCreationException - Exception Class in com.google.appengine.api.taskqueue
Indicates a failure to create a task payload.
DeferredTaskCreationException(Throwable) - Constructor for exception class com.google.appengine.api.taskqueue.DeferredTaskCreationException
 
DeferredTaskServlet - Class in com.google.apphosting.utils.servlet
Implementation of HttpServlet to dispatch tasks with a DeferredTask payload; see TaskOptions.payload(DeferredTask).
DeferredTaskServlet - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use DeferredTaskServlet instead.
DeferredTaskServlet - Class in com.google.apphosting.utils.servlet.jakarta
Implementation of HttpServlet to dispatch tasks with a DeferredTask payload; see TaskOptions.payload(DeferredTask).
DeferredTaskServlet() - Constructor for class com.google.apphosting.utils.servlet.DeferredTaskServlet
 
DeferredTaskServlet() - Constructor for class com.google.apphosting.utils.servlet.ee10.DeferredTaskServlet
Deprecated.
 
DeferredTaskServlet() - Constructor for class com.google.apphosting.utils.servlet.jakarta.DeferredTaskServlet
 
delete(BlobKey...) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Permanently deletes the specified blobs.
delete(BlobKey...) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Permanently deletes the specified blobs.
delete(BlobKey...) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Permanently deletes the specified blobs.
delete(Transaction, Key...) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
delete(Transaction, Key...) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
delete(Transaction, Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
delete(Transaction, Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
delete(Key...) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
delete(Key...) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
delete(Key...) - Method in interface com.google.appengine.api.datastore.DatastoreService
Deletes the Entity entities specified by keys.
delete(Transaction, Key...) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.delete(Key...), but executes within the provided transaction.
delete(Transaction, Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.delete(Iterable), but executes within the provided transaction.
delete(Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
delete(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
delete(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
delete(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
 
delete(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
delete(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Removes key from the cache.
delete(Object, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
delete(Object, long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Removes the given key from the cache, and prevents it from being added under the MemcacheService.SetPolicy.ADD_ONLY_IF_NOT_PRESENT policy for millisNoReAdd milliseconds thereafter.
delete(String...) - Method in interface com.google.appengine.api.search.Index
Delete documents for the given document ids from the index if they are in the index.
DELETE - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
DELETE - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
deleteAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
deleteAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
deleteAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
deleteAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.MemcacheService
deleteAsync(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
 
deleteAsync(String...) - Method in interface com.google.appengine.api.search.Index
 
DeleteContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to delete() callbacks.
DeleteException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while deleting objects.
DeleteException(OperationResult) - Constructor for exception class com.google.appengine.api.search.DeleteException
Constructs an exception when some error occurred in the search service whilst processing a delete operation.
DeleteException(OperationResult, List<OperationResult>) - Constructor for exception class com.google.appengine.api.search.DeleteException
Constructs an exception when some error occurred in the search service whilst processing a delete operation.
deleteSchema() - Method in interface com.google.appengine.api.search.Index
Delete the schema from the index.
deleteSchemaAsync() - Method in interface com.google.appengine.api.search.Index
 
deleteServingUrl(BlobKey) - Method in interface com.google.appengine.api.images.ImagesService
Deletes a URL that was previously generated by getServingUrl(BlobKey).
deleteTask(TaskHandle) - Method in interface com.google.appengine.api.taskqueue.Queue
Deletes a task from this Queue.
deleteTask(String) - Method in interface com.google.appengine.api.taskqueue.Queue
Deletes a task from this Queue.
deleteTask(List<TaskHandle>) - Method in interface com.google.appengine.api.taskqueue.Queue
Deletes a list of tasks from this Queue.
deleteTaskAsync(TaskHandle) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously deletes a task from this Queue.
deleteTaskAsync(String) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously deletes a task from this Queue.
deleteTaskAsync(List<TaskHandle>) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously deletes a list of tasks from this Queue.
DELETING - Enum constant in enum class com.google.appengine.api.datastore.Index.IndexState
Indicates the given Index is being deleted.
DESCENDING - Enum constant in enum class com.google.appengine.api.datastore.Query.SortDirection
 
DESCENDING - Enum constant in enum class com.google.appengine.api.search.SortExpression.SortDirection
The search results are sorted in descending order, e.g. zzz ... aaa
deserialize(byte[], int) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
Deserialize the object, according to its flags.
deserializeDate(String) - Static method in class com.google.appengine.api.search.DateUtil
Converts a string containing the milliseconds since the UNIX Epoch into a Date.
destroy() - Method in class com.google.apphosting.utils.servlet.jakarta.JdbcMySqlConnectionCleanupFilter
 
destroy() - Method in class com.google.apphosting.utils.servlet.jakarta.ParseBlobUploadFilter
 
destroy() - Method in class com.google.apphosting.utils.servlet.jakarta.TransactionCleanupFilter
 
destroy() - Method in class com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter
 
destroy() - Method in class com.google.apphosting.utils.servlet.ParseBlobUploadFilter
 
destroy() - Method in class com.google.apphosting.utils.servlet.TransactionCleanupFilter
 
DetailsBuilder() - Constructor for class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
DEVAPPSERVER_PORTMAPPING_KEY - Static variable in interface com.google.appengine.api.backends.BackendService
Deprecated.
 
Development - Enum constant in enum class com.google.appengine.api.utils.SystemProperty.Environment.Value
 
DIGIT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DIGIT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
DIGIT - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
DIGIT - Static variable in class com.google.appengine.api.search.query.QueryParser
 
DISABLED - Enum constant in enum class com.google.appengine.api.capabilities.CapabilityStatus
The capability is disabled.
disallowTruncate() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that disallows truncation of the response.
disallowTruncate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Disables response truncation.
disjunction() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
DISJUNCTION - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
DISJUNCTION - Static variable in class com.google.appengine.api.search.query.QueryParser
 
disjunction_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.disjunction_return
 
dispatchDeadline(Duration) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the dispatch deadline for a task.
DISTANCE - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
DISTANCE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DISTANCE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
DIV - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DIV - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
Document - Class in com.google.appengine.api.search
Represents a user generated document.
DOCUMENT_ID_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
The expression to be used if you wish to sort by document id field Document.getId().
Document.Builder - Class in com.google.appengine.api.search
A builder of documents.
DocumentChecker - Class in com.google.appengine.api.search.checkers
Checks values of a Document.
DocumentChecker() - Constructor for class com.google.appengine.api.search.checkers.DocumentChecker
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.jakarta.JdbcMySqlConnectionCleanupFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.jakarta.ParseBlobUploadFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.jakarta.TransactionCleanupFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.ParseBlobUploadFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.apphosting.utils.servlet.TransactionCleanupFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.remoteapi.JakartaRemoteApiServlet
Serve GET requests with a YAML encoding of the app-id and a validation token.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.remoteapi.RemoteApiServlet
Serve GET requests with a YAML encoding of the app-id and a validation token.
DOLLAR - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DOLLAR - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
doNotFollowRedirects() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that does not follow redirects.
doNotFollowRedirects() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Disables following of redirects.
doNotValidateCertificate() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that does not perform SSL certificate validation.
doNotValidateCertificate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Disables certificate validation on HTTPS connections.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.remoteapi.JakartaRemoteApiServlet
Serve POST requests by forwarding calls to ApiProxy.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.remoteapi.RemoteApiServlet
Serve POST requests by forwarding calls to ApiProxy.
DOT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
DOT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
DOUBLE - Enum constant in enum class com.google.storage.onestore.PropertyType
 

E

EARTH_RADIUS_METERS - Static variable in class com.google.appengine.api.datastore.GeoPt
 
EE10RemoteApiServlet - Class in com.google.apphosting.utils.remoteapi
Deprecated.
as of version 3.0.0, use JakartaRemoteApiServlet instead.
EE10RemoteApiServlet() - Constructor for class com.google.apphosting.utils.remoteapi.EE10RemoteApiServlet
Deprecated.
 
Email - Class in com.google.appengine.api.datastore
An e-mail address datatype.
Email(String) - Constructor for class com.google.appengine.api.datastore.Email
 
EMAIL_HEADER - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
EmbeddedEntity - Class in com.google.appengine.api.datastore
A property value containing embedded entity properties (and optionally a Key).
EmbeddedEntity() - Constructor for class com.google.appengine.api.datastore.EmbeddedEntity
 
EMPTY - Enum constant in enum class com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Indicates the given KeyRange is empty and the datastore's automatic ID allocator will not assign keys in this range to new entities.
EMPTY - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
EMPTY - Static variable in class com.google.appengine.api.search.query.QueryParser
 
emulatorHost(String) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Instructs the client to connect to a locally-running Cloud Datastore Emulator and not to pass credentials.
ENABLED - Enum constant in enum class com.google.appengine.api.capabilities.CapabilityStatus
The capability is available and no maintenance is currently planned.
endCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the cursor at which to end the query.
endTimeMillis(long) - Method in class com.google.appengine.api.log.LogQuery
Sets the end time to a value in milliseconds.
endTimeUsec(long) - Method in class com.google.appengine.api.log.LogQuery
Sets the end time to a value in microseconds.
Entities - Class in com.google.appengine.api.datastore
Utility functions and constants for entities.
Entities() - Constructor for class com.google.appengine.api.datastore.Entities
 
Entity - Class in com.google.appengine.api.datastore
Entity is the fundamental unit of data storage.
Entity(Key) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity uniquely identified by the provided Key.
Entity(String) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind and no parent Entity.
Entity(String, long) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind and ID and no parent Entity.
Entity(String, long, Key) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind and ID and parent Entity.
Entity(String, Key) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind and parent Entity.
Entity(String, String) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind and key name and no parent Entity.
Entity(String, String, Key) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity with the specified kind, key name, and parent Entity.
ENTITY_GROUP_METADATA_ID - Static variable in class com.google.appengine.api.datastore.Entities
ID for __entity_group__ entities.
ENTITY_GROUP_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Entities
A metadata kind that can be used to get information about entity groups.
EntityNotFoundException - Exception Class in com.google.appengine.api.datastore
EntityNotFoundException is thrown when no Entity with the specified Key could be found.
EntityNotFoundException(Key) - Constructor for exception class com.google.appengine.api.datastore.EntityNotFoundException
 
EntityProtoComparator(List<DatastoreV3Pb.Query.Order>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
EntityProtoComparator(List<DatastoreV3Pb.Query.Order>, List<DatastoreV3Pb.Query.Filter>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
EntityProtoComparators - Class in com.google.appengine.api.datastore
Utilities for comparing OnestoreEntity.EntityProto.
EntityProtoComparators.EntityProtoComparator - Class in com.google.appengine.api.datastore
A comparator for OnestoreEntity.EntityProto objects with the same ordering as EntityComparator.
EntityTranslator - Class in com.google.appengine.api.datastore
EntityTranslator contains the logic to translate an Entity into the protocol buffers that are used to pass it to the implementation of the API.
environment - Static variable in class com.google.appengine.api.utils.SystemProperty
The current executing environment.
EOF - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
EOF - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
EOF - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
EOF - Static variable in class com.google.appengine.api.search.query.QueryParser
 
EQ - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
EQ - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
EQ - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
EQ - Static variable in class com.google.appengine.api.search.query.QueryParser
 
EQUAL - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
equals(Object) - Method in class com.google.appengine.api.blobstore.BlobInfo
 
equals(Object) - Method in class com.google.appengine.api.blobstore.BlobKey
Two BlobKey objects are considered equal if they point to the same blobs.
equals(Object) - Method in class com.google.appengine.api.blobstore.ByteRange
Two ByteRange objects are considered equal if they have the same start and end.
equals(Object) - Method in class com.google.appengine.api.blobstore.FileInfo
 
equals(Object) - Method in class com.google.appengine.api.blobstore.UploadOptions
 
equals(Object) - Method in class com.google.appengine.api.datastore.Blob
Two Blob objects are considered equal if their contained bytes match exactly.
equals(Object) - Method in class com.google.appengine.api.datastore.Category
 
equals(Object) - Method in class com.google.appengine.api.datastore.Cursor
 
equals(Object) - Method in class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
 
equals(Object) - Method in class com.google.appengine.api.datastore.Email
 
equals(Object) - Method in class com.google.appengine.api.datastore.EmbeddedEntity
 
equals(Object) - Method in class com.google.appengine.api.datastore.Entity
Two Entity objects are considered equal if they refer to the same entity (i.e. their Key objects match).
equals(Object) - Method in class com.google.appengine.api.datastore.FetchOptions
 
equals(Object) - Method in class com.google.appengine.api.datastore.GeoPt
 
equals(Object) - Method in class com.google.appengine.api.datastore.IMHandle
 
equals(Object) - Method in class com.google.appengine.api.datastore.Index
 
equals(Object) - Method in class com.google.appengine.api.datastore.Index.Property
 
equals(Object) - Method in class com.google.appengine.api.datastore.Key
Compares two Key objects by comparing ids, kinds, parent and appIdNamespace.
equals(Object) - Method in class com.google.appengine.api.datastore.KeyRange
 
equals(Object) - Method in class com.google.appengine.api.datastore.Link
Two Link objects are considered equal if their content strings match exactly.
equals(Object) - Method in class com.google.appengine.api.datastore.PhoneNumber
 
equals(Object) - Method in class com.google.appengine.api.datastore.PostalAddress
 
equals(Object) - Method in class com.google.appengine.api.datastore.PropertyProjection
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.SortPredicate
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
 
equals(Object) - Method in class com.google.appengine.api.datastore.Rating
 
equals(Object) - Method in class com.google.appengine.api.datastore.RawValue
 
equals(Object) - Method in class com.google.appengine.api.datastore.ReadPolicy
 
equals(Object) - Method in class com.google.appengine.api.datastore.ShortBlob
Two ShortBlob objects are considered equal if their contained bytes match exactly.
equals(Object) - Method in class com.google.appengine.api.datastore.Text
Two Text objects are considered equal if their content strings match exactly.
equals(Object) - Method in class com.google.appengine.api.datastore.TransactionOptions
 
equals(Object) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
equals(Object) - Method in class com.google.appengine.api.log.AppLogLine
 
equals(Object) - Method in class com.google.appengine.api.log.LogQuery.Version
 
equals(Object) - Method in class com.google.appengine.api.log.RequestLogs
 
equals(Object) - Method in class com.google.appengine.api.users.User
 
equals(Object) - Method in class com.google.appengine.api.utils.FutureWrapper
 
equals(Object) - Method in class com.google.appengine.api.capabilities.Capability
 
equals(Object) - Method in class com.google.appengine.api.mail.stdimpl.GMTransport
 
equals(Object) - Method in class com.google.appengine.api.memcache.Expiration
 
equals(Object) - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
equals(Object) - Method in class com.google.appengine.api.search.Document
 
equals(Object) - Method in class com.google.appengine.api.search.Facet
 
equals(Object) - Method in class com.google.appengine.api.search.Field
 
equals(Object) - Method in class com.google.appengine.api.search.GetIndexesRequest
 
equals(Object) - Method in class com.google.appengine.api.search.GetRequest
 
equals(Object) - Method in class com.google.appengine.api.search.IndexSpec
 
equals(Object) - Method in class com.google.appengine.api.search.OperationResult
 
equals(Object) - Method in class com.google.appengine.api.search.Schema
 
equals(Object) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
 
equals(Object) - Method in class com.google.appengine.api.taskqueue.RetryOptions
 
equals(Object) - Method in class com.google.appengine.api.taskqueue.TaskHandle
 
equals(Object) - Method in class com.google.appengine.api.taskqueue.TaskOptions
 
equals(Object) - Method in class com.google.appengine.spi.FactoryProvider
Included to support sorting by precedence (@see #compareTo(FactoryProvider))
ERROR - Enum constant in enum class com.google.appengine.api.datastore.Index.IndexState
Indicates the given Index encountered an error in the BUILDING state.
ERROR - Enum constant in enum class com.google.appengine.api.log.LogService.LogLevel
 
ErrorHandler - Interface in com.google.appengine.api.memcache
Handles errors raised by the MemcacheService, registered with BaseMemcacheService.setErrorHandler(ErrorHandler).
ErrorHandlers - Class in com.google.appengine.api.memcache
Static utility for getting built-in ErrorHandlers.
ESC - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
ESC - Static variable in class com.google.appengine.api.search.query.QueryParser
 
ESC_SEQ - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
ESC_SEQ - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
ESCAPED_CHAR - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
ESCAPED_CHAR - Static variable in class com.google.appengine.api.search.query.QueryParser
 
etaMillis(long) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the approximate absolute time to execute.
EUROPE_WEST - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
EUROPE_WEST1 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
EUROPE_WEST3 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
EVENTUAL - Enum constant in enum class com.google.appengine.api.datastore.ReadPolicy.Consistency
Selects availability over freshness.
EXCLAMATION - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
EXCLAMATION - Static variable in class com.google.appengine.api.search.query.QueryParser
 
Expiration - Class in com.google.appengine.api.memcache
EXPONENT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
EXPONENT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
expression() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
expression() - Method in class com.google.appengine.api.search.query.QueryParser
 
EXPRESSION - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 
expression_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.expression_return
 
expression_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.expression_return
 
ExpressionLexer - Class in com.google.appengine.api.search.query
 
ExpressionLexer() - Constructor for class com.google.appengine.api.search.query.ExpressionLexer
 
ExpressionLexer(CharStream) - Constructor for class com.google.appengine.api.search.query.ExpressionLexer
 
ExpressionLexer(CharStream, RecognizerSharedState) - Constructor for class com.google.appengine.api.search.query.ExpressionLexer
 
ExpressionParser - Class in com.google.appengine.api.search.query
 
ExpressionParser(TokenStream) - Constructor for class com.google.appengine.api.search.query.ExpressionParser
 
ExpressionParser(TokenStream, RecognizerSharedState) - Constructor for class com.google.appengine.api.search.query.ExpressionParser
 
ExpressionParser.addExpr_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.addOp_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.atom_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.cmpExpr_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.cmpOp_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.condExpr_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.conjunction_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.disjunction_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.expression_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.fn_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.fnName_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.index_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.multExpr_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.multOp_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.name_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.negation_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.num_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.str_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.unary_return - Class in com.google.appengine.api.search.query
 
ExpressionParser.var_return - Class in com.google.appengine.api.search.query
 
ExpressionTreeBuilder - Class in com.google.appengine.api.search.query
A generator of AST representation of an expression.
ExpressionTreeBuilder() - Constructor for class com.google.appengine.api.search.query.ExpressionTreeBuilder
 
ExpressionTreeBuilder(CommonTreeAdaptor) - Constructor for class com.google.appengine.api.search.query.ExpressionTreeBuilder
 
ExtendableEntityUtil - Class in com.google.appengine.api.datastore
Internal class that provides utility methods for extendable entity objects.
extractImplicitPropertiesFromPb(OnestoreEntity.EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Copy all of the implicit properties present on proto into map.
extractIndexedPropertiesFromPb(OnestoreEntity.EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Copy all of the indexed properties present on proto into map.
extractParams() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Attempts to decode the payload byte array in our options into a list of Map.Entry<String, String>.
extractPropertiesFromPb(OnestoreEntity.EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Copy all of the properties present on proto into map.

F

Facet - Class in com.google.appengine.api.search
A Facet can be used to categorize a Document.
FACET_DEFAULT_DISCOVERY_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default value for number of discovered facets.
FACET_MAXIMUM_CONSTRAINTS - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of facet value constraint can be requested.
FACET_MAXIMUM_DEPTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number for facet depth option.
FACET_MAXIMUM_DISCOVERY_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of facet discoveries that can be requested.
FACET_MAXIMUM_RANGES - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of facet ranges can be requested.
FACET_MAXIMUM_VALUE_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum value for facet value limit option.
FacetChecker - Class in com.google.appengine.api.search.checkers
Provides checks for Facet names and values: atom or number.
FacetOptions - Class in com.google.appengine.api.search
A FacetOptions represents facet options such as the number of facets to discover (discoveryLimit), the number of values to be included in each discovered facet (discoveryValueLimit), and the depth of the results to check (depth).
FacetOptions.Builder - Class in com.google.appengine.api.search
Builder for FacetOptions.
FacetQueryChecker - Class in com.google.appengine.api.search.checkers
Provides checks for faceted search related query options.
FacetRange - Class in com.google.appengine.api.search
A FacetRange is a range with a start (inclusive) and an end (exclusive).
FacetRefinement - Class in com.google.appengine.api.search
A Facet Refinement to filter out search results based on a facet value.
FacetRequest - Class in com.google.appengine.api.search
A facet request representing parameters for requesting specific facets to be returned with a query result.
FacetRequest.Builder - Class in com.google.appengine.api.search
A facet request builder.
FacetResult - Class in com.google.appengine.api.search
Represents a facet result computed from an extended search result set.
FacetResult.Builder - Class in com.google.appengine.api.search
A builder of facet result.
FacetResultValue - Class in com.google.appengine.api.search
Represents a single facet result value.
factor() - Method in class com.google.appengine.api.search.query.QueryParser
 
factor_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.factor_return
 
FactoryProvider<I> - Class in com.google.appengine.spi
A base class for service factory creation that can be registered with the ProviderRegistry.
FATAL - Enum constant in enum class com.google.appengine.api.log.LogService.LogLevel
 
fetch(LogQuery) - Method in interface com.google.appengine.api.log.LogService
Retrieve logs for the current application with the constraints provided by the user as parameters to this function.
fetch(HTTPRequest) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
Execute the specified request and return its response.
fetch(URL) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
Convenience method for retrieving a specific URL via a HTTP GET request with no custom headers and default values for all FetchOptions attributes.
fetchAsync(HTTPRequest) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
Asynchronously execute the specified request and return its response.
fetchAsync(URL) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
Convenience method for asynchronously retrieving a specific URL via a HTTP GET request with no custom headers and default values for all FetchOptions attributes.
fetchData(BlobKey, long, long) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Get fragment from specified blob.
fetchData(BlobKey, long, long) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Get fragment from specified blob.
fetchData(BlobKey, long, long) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Get fragment from specified blob.
FetchOptions - Class in com.google.appengine.api.datastore
Describes the limit, offset, and chunk size to be applied when executing a PreparedQuery.
FetchOptions - Class in com.google.appengine.api.urlfetch
Allows users to customize the behavior of URLFetchService operations.
FetchOptions.Builder - Class in com.google.appengine.api.datastore
Contains static creation methods for FetchOptions.
FetchOptions.Builder - Class in com.google.appengine.api.urlfetch
Contains static creation methods for FetchOptions.
fetchStatistics() - Method in interface com.google.appengine.api.taskqueue.Queue
Obtain statistics for this Queue.
fetchStatisticsAsync(Double) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously obtains statistics for this Queue.
Field - Class in com.google.appengine.api.search
Represents a field of a Document, which is a name, an optional locale, and at most one value: text, HTML, atom, date, GeoPoint, untokenizedPrefix, tokenizedPrefix or vector.
FIELD - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 
FIELD_NAME_PATTERN - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The pattern each document field name should match.
Field.Builder - Class in com.google.appengine.api.search
A field builder.
Field.FieldType - Enum Class in com.google.appengine.api.search
The type of the field value.
FieldChecker - Class in com.google.appengine.api.search.checkers
Provides checks for Field names, language code, and values: text, HTML, atom or date.
FieldChecker() - Constructor for class com.google.appengine.api.search.checkers.FieldChecker
 
FieldExpression - Class in com.google.appengine.api.search
Represents an expression bound to a returned Field with the given name.
FieldExpression.Builder - Class in com.google.appengine.api.search
A field expression builder.
FileInfo - Class in com.google.appengine.api.blobstore
FileInfo contains metadata about an uploaded file.
FileInfo(String, Date, String, long, String, String) - Constructor for class com.google.appengine.api.blobstore.FileInfo
Creates a FileInfo by providing the associated metadata.
FILENAME - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
FilterPredicate(String, Query.FilterOperator, Object) - Constructor for class com.google.appengine.api.datastore.Query.FilterPredicate
Constructs a filter predicate from the given parameters.
findIndexedPropertiesOnPb(OnestoreEntity.EntityProto, String) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Locates and returns all indexed properties with the given name on the given proto.
FIX - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
FIX - Static variable in class com.google.appengine.api.search.query.QueryParser
 
flags - Variable in class com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
 
FLOAT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
FLOAT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
flushLogs() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
flushLogs() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
flushLogs(LazyApiProxyEnvironment) - Method in class com.google.appengine.setup.ApiProxyDelegate
 
fn() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
fn_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.fn_return
 
fnName() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
fnName_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.fnName_return
 
FOLLOW_60_in_name464 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_addExpr_in_cmpExpr188 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_addExpr_in_cmpExpr194 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_addExpr_in_condExpr103 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_addOp_in_addExpr255 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_AND_in_andOp755 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_AND_in_conjunction121 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_andOp_in_expression248 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_arg_in_arglist706 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_arg_in_arglist711 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_arg_in_restriction530 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_arglist_in_function669 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_ATOM_in_name509 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_atom_in_unary334 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_atom_in_unary349 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_cmpExpr_in_negation166 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_cmpExpr_in_negation175 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_cmpOp_in_cmpExpr191 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_COMMA_in_fn618 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_COMMA_in_sep818 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_comparable_in_arg732 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_comparable_in_restriction493 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_comparator_in_restriction528 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_composite_in_arg738 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_composite_in_primitive476 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_COND_in_condExpr100 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_condExpr_in_fn615 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_condExpr_in_fn620 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_conjunction_in_atom388 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_conjunction_in_condExpr97 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_conjunction_in_expression82 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_DATE_in_name522 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_disjunction_in_conjunction118 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_disjunction_in_conjunction124 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_EOF_in_expression84 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_EOF_in_query151 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_EOF_in_query188 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_EQ_in_comparator596 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_expression_in_composite841 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_expression_in_query183 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_factor_in_sequence288 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_factor_in_sequence327 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_FIX_in_item866 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_fn_in_atom380 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_fnName_in_fn611 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_function_in_comparable633 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_GE_in_comparator578 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_GEO_in_name548 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_GEOPOINT_in_name561 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_GT_in_comparator584 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_HAS_in_comparator602 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_HTML_in_name496 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_index_in_var415 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_INT_in_index441 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_item_in_member648 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_LE_in_comparator566 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_LESSTHAN_in_comparator572 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_LPAREN_in_atom386 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_LPAREN_in_composite836 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_LPAREN_in_fn613 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_LPAREN_in_function667 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_LSQUARE_in_index437 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_member_in_comparable627 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_MINUS_in_notOp792 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_MINUS_in_unary332 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_multExpr_in_addExpr252 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_multExpr_in_addExpr258 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_multOp_in_multExpr295 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NAME_in_name461 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NAME_in_name467 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_name_in_var407 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_name_in_var413 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NE_in_comparator590 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_negation_in_disjunction139 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_negation_in_disjunction151 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NOT_in_negation172 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NOT_in_notOp798 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_notOp_in_term442 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_num_in_atom368 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_NUMBER_in_name535 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_OR_in_orOp775 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_orOp_in_factor400 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_PHRASE_in_str598 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_phrase_in_value932 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_primitive_in_term436 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_primitive_in_term444 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_QUOTE_in_phrase970 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_QUOTE_in_phrase976 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_restriction_in_primitive470 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_REWRITE_in_item882 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_RPAREN_in_atom390 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_RPAREN_in_composite846 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_RPAREN_in_fn624 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_RPAREN_in_function671 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_RSQUARE_in_index443 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_sep_in_arglist709 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_sequence_in_expression211 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_sequence_in_expression250 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_set_in_disjunction142 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_str_in_atom374 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_term_in_factor368 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_term_in_factor402 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_text_in_function665 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_TEXT_in_name483 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_TEXT_in_text956 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_text_in_value916 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_unary_in_multExpr292 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_unary_in_multExpr298 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_value_in_item868 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_value_in_item884 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_value_in_item898 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_var_in_atom362 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
FOLLOW_WS_in_andOp752 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_andOp757 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_comparator560 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_comparator605 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_composite838 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_composite843 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_notOp800 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_orOp772 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_orOp777 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_query148 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_query180 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_query185 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_sep815 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_sep820 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
FOLLOW_WS_in_sequence324 - Static variable in class com.google.appengine.api.search.query.QueryParser
 
followRedirects() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that follows redirects.
followRedirects() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Enables following of redirects.
formatDateTime(Date) - Static method in class com.google.appengine.api.search.DateUtil
Formats a date according ISO 8601 full date time format.
FriendHacks - Class in com.google.appengine.api.datastore
Provides limited access to unlaunched (package-private) methods and classes from outside this package.
FriendHacks() - Constructor for class com.google.appengine.api.datastore.FriendHacks
 
fromInt(int) - Static method in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
While the enum is convenient, the implementation wants ints...
fromString(String) - Static method in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
Returns the CloudDatastoreRemoteServiceConfig.AppId.Location for a location string.
fromTokenString(String) - Static method in class com.google.appengine.api.search.FacetRefinement
Converts a token string to a FacetRefinement object.
fromWebSafeString(String) - Static method in class com.google.appengine.api.datastore.Cursor
Decodes the given encoded cursor
function() - Method in class com.google.appengine.api.search.query.QueryParser
 
FUNCTION - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 
FUNCTION - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
FUNCTION - Static variable in class com.google.appengine.api.search.query.QueryParser
 
function_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.function_return
 
FutureHelper - Class in com.google.appengine.api.datastore
Utilities for working with Futures in the synchronous datastore api.
FutureHelper() - Constructor for class com.google.appengine.api.datastore.FutureHelper
 
FutureWrapper<K,V> - Class in com.google.appengine.api.utils
FutureWrapper is a simple Future that wraps a parent Future.
FutureWrapper(Future<K>) - Constructor for class com.google.appengine.api.utils.FutureWrapper
 
FUZZY - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
 
FUZZY - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
FUZZY - Static variable in class com.google.appengine.api.search.query.QueryParser
 

G

GE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
GE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
GE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
GE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
generateXmlForIndex(OnestoreEntity.Index, CompositeIndexManager.IndexSource) - Static method in class com.google.appengine.api.datastore.CompositeIndexUtils
Generate an xml representation of the provided OnestoreEntity.Index.
GEO - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
GEO - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
GEO_POINT - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Geographical coordinates of a point, in WGS84.
GeoPoint - Class in com.google.appengine.api.search
Represents a point on the Earth's surface, in latitude and longitude coordinates.
GeoPoint(double, double) - Constructor for class com.google.appengine.api.search.GeoPoint
Constructs a GeoPoint from a given latitude and longitude.
GEOPOINT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
GEOPOINT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
GeoPointChecker - Class in com.google.appengine.api.search.checkers
Provides checks for GeoPoint.
GeoPointChecker() - Constructor for class com.google.appengine.api.search.checkers.GeoPointChecker
 
GeoPt - Class in com.google.appengine.api.datastore
A geographical point, specified by float latitude and longitude coordinates.
GeoPt(float, float) - Constructor for class com.google.appengine.api.datastore.GeoPt
Constructs a GeoPt.
get() - Static method in class com.google.appengine.api.NamespaceManager
Returns the current namespace setting or either null or "" (empty) if not set.
get() - Method in class com.google.appengine.api.utils.FutureWrapper
 
get() - Method in class com.google.appengine.api.utils.SystemProperty
Gets the value of the system property.
get(long, TimeUnit) - Method in class com.google.appengine.api.utils.FutureWrapper
 
get(Transaction, Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
get(Transaction, Key) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
get(Transaction, Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
get(Transaction, Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
get(Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
get(Key) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
get(Key) - Method in interface com.google.appengine.api.datastore.DatastoreService
Retrieves the Entity with the specified Key.
get(Transaction, Key) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.get(Key), but executes within the provided transaction.
get(Transaction, Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.get(Iterable), but executes within the provided transaction.
get(Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
get(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
get(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Retrieves the set of Entities matching keys.
get(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
get(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Fetches a previously-stored value, or null if unset.
get(String) - Method in interface com.google.appengine.api.search.Index
Gets a Document for the given document Id.
GET - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
GET - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
GET_INDEXES_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default number of indexes we will try to return.
GET_INDEXES_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of indexes that can be requested to be returned in list indexes results.
GET_INDEXES_MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum offset of the first index returned in list indexes results.
GET_RANGE_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default number of documents requested for get range requests.
GET_RANGE_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of documents which can be requested for get range requests.
getAccessToken() - Method in class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
 
getAccessToken(Iterable<String>) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
OAuth2 access token to act on behalf of the application.
GetAccessTokenResult(String, Date) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
 
getAccessTokenUncached(Iterable<String>) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
OAuth2 access token to act on behalf of the application, uncached.
getActiveTransactions() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getActiveTransactions() - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Returns all Transactions started by this thread upon which no attempt to commit or rollback has been made.
getAddress() - Method in class com.google.appengine.api.datastore.IMHandle
 
getAddress() - Method in class com.google.appengine.api.datastore.PostalAddress
 
getAdjustedOrders() - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
getAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Performs a get of multiple keys at once.
getAllowTruncate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
 
getAmpHtmlBody() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the AMP HTML body of this message.
getAncestor() - Method in class com.google.appengine.api.datastore.Query
Gets the current ancestor for this query, or null if there is no ancestor specified.
getApiMcycles() - Method in class com.google.appengine.api.log.RequestLogs
Deprecated.
This value is no longer meaningful.
getApiServerAddress() - Static method in class com.google.appengine.setup.RuntimeUtils
Returns the host:port of the API server.
getApiTimeInMegaCycles() - Method in interface com.google.appengine.api.quota.QuotaService
Deprecated.
This value is no longer meaningful.
getApp() - Method in interface com.google.appengine.api.datastore.Transaction
 
getAppEngineRelease() - Method in class com.google.appengine.api.log.RequestLogs
 
getAppId() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getAppId() - Method in class com.google.appengine.api.datastore.Entity
Returns the identifier of the application that owns this Entity.
getAppId() - Method in class com.google.appengine.api.datastore.Key
Returns the appId for this Key.
getAppId() - Method in class com.google.appengine.api.datastore.Query
Returns the appId for this Query.
getAppId() - Method in class com.google.appengine.api.log.RequestLogs
 
getAppId() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getAppId() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getAppIdentityService() - Static method in class com.google.appengine.api.appidentity.AppIdentityServiceFactory
 
getAppIdentityService() - Method in interface com.google.appengine.api.appidentity.IAppIdentityServiceFactory
 
getAppLogLines() - Method in class com.google.appengine.api.log.RequestLogs
 
getAsyncDatastoreService() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates an AsyncDatastoreService using the default config ( DatastoreServiceConfig.Builder.withDefaults()).
getAsyncDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates an AsyncDatastoreService using the provided config.
getAsyncDatastoreService(DatastoreServiceConfig) - Method in interface com.google.appengine.api.datastore.IDatastoreServiceFactory
Creates an AsyncDatastoreService using the provided config.
getAsyncMemcacheService() - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
Similar to MemcacheServiceFactory.getMemcacheService() but returns a handle to an asynchronous version of the cache service.
getAsyncMemcacheService(String) - Method in interface com.google.appengine.api.memcache.IMemcacheServiceFactory
Similar to IMemcacheServiceFactory.getMemcacheService(String) but returns a handle to an asynchronous version of the cache service.
getAsyncMemcacheService(String) - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
Similar to MemcacheServiceFactory.getMemcacheService(String) but returns a handle to an asynchronous version of the cache service.
getAtom() - Method in class com.google.appengine.api.search.Facet
Returns the atomic value of the facet.
getAtom() - Method in class com.google.appengine.api.search.Field
 
getAttachments() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the attachments of this message.
getAttributes() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getAttributes() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getAuthDomain() - Method in class com.google.appengine.api.users.User
 
getAuthDomain() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getAuthDomain() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getAuthorizedScopes(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
Return authorized scopes from input scopes.
getBackendAddress(String) - Method in interface com.google.appengine.api.backends.BackendService
Deprecated.
Get the address of a specific backend in such a way that a local server is used during development and a production server is used in production.
getBackendAddress(String, int) - Method in interface com.google.appengine.api.backends.BackendService
Deprecated.
Get the address of a specific backend instance in such a way that a local instance is used during development and a production server instance is used in production.
getBackendService() - Static method in class com.google.appengine.api.backends.BackendServiceFactory
Gets a handle to the backends API for the current running environment.
getBackendService() - Method in interface com.google.appengine.api.backends.IBackendServiceFactory
Gets a handle to the backends API for the current running environment.
getBatchSize() - Method in class com.google.appengine.api.log.LogQuery
 
getBcc() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getBcc() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the recipients in the 'bcc' field of this message.
getBlobInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Returns the BlobInfo for any files that were uploaded, keyed by the upload form "name" field.
getBlobInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Returns the BlobInfo for any files that were uploaded, keyed by the upload form "name" field.
getBlobInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Returns the BlobInfo for any files that were uploaded, keyed by the upload form "name" field.
getBlobKey() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the BlobKey of the Blob this BlobInfo describes.
getBlobKey() - Method in interface com.google.appengine.api.images.Image
If this image is backed by a blob, return the associated BlobKey.
getBlobstoreService() - Static method in class com.google.appengine.api.blobstore.BlobstoreServiceFactory
Creates a BlobstoreService.
getBlobstoreService() - Static method in class com.google.appengine.api.blobstore.ee10.BlobstoreServiceFactory
Deprecated.
Creates a BlobstoreService for java EE 10.
getBlobstoreService() - Method in interface com.google.appengine.api.blobstore.IBlobstoreServiceFactory
Creates a BlobstoreService.
getBlobstoreService() - Static method in class com.google.appengine.api.blobstore.jakarta.BlobstoreServiceFactory
Creates a BlobstoreService for java EE 10.
getByteArrayParams() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns a copy of the task's byte-array-valued parameters as a map from each parameter name to a list of values for that name.
getByteRange(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Get byte range from the request.
getByteRange(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Get byte range from the request.
getByteRange(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Get byte range from the request.
getBytes() - Method in class com.google.appengine.api.datastore.Blob
Return the bytes stored in this Blob.
getBytes() - Method in class com.google.appengine.api.datastore.ShortBlob
Return the bytes stored in this ShortBlob.
getBytesReturnedForHits() - Method in interface com.google.appengine.api.memcache.Stats
Sum of key and value bytes in successful get() and contains().
getCapabilitiesService() - Static method in class com.google.appengine.api.capabilities.CapabilitiesServiceFactory
Creates an implementation of the CapabilitiesService.
getCapabilitiesService() - Method in interface com.google.appengine.api.capabilities.ICapabilitiesServiceFactory
Creates an implementation of the CapabilitiesService.
getCapability() - Method in class com.google.appengine.api.capabilities.CapabilityState
Returns the capability associated with this CapabilityState.
getCategory() - Method in class com.google.appengine.api.datastore.Category
 
getCc() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getCc() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the recipients in the 'cc' field of this message.
getCenter() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
getCertificateName() - Method in class com.google.appengine.api.appidentity.PublicCertificate
 
getChild(int) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
getChild(String, long) - Method in class com.google.appengine.api.datastore.Key
Creates a new key having this as parent and the given numeric identifier.
getChild(String, String) - Method in class com.google.appengine.api.datastore.Key
Creates a new key having this as parent and the given name.
getChildCount() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
getChunkSize() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the chunk size, or null if no chunk size was provided.
getClientId(String) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the client_id from oauth2 request.
getClientId(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the client_id from oauth2 request.
getCode() - Method in class com.google.appengine.api.search.OperationResult
 
getCombined() - Method in class com.google.appengine.api.log.RequestLogs
 
getCommonReturnTypes(T) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
getComparablePropertyValue(OnestoreEntity.Property) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Returns the value for the property as its comparable representation type.
getConsistency() - Method in class com.google.appengine.api.datastore.ReadPolicy
 
getConsistentLogAndContinue(Level) - Static method in class com.google.appengine.api.memcache.ErrorHandlers
Returns an instance of ConsistentLogAndContinueErrorHandler that handles all MemcacheServiceException exceptions.
getContent() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns the content of the request, or null if there is no content present (e.g. in a HEAD request).
getContentID() - Method in class com.google.appengine.api.mail.MailService.Attachment
 
getContentType() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the MIME Content-Type provided in the HTTP header during upload of this Blob.
getContentType() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the MIME Content-Type provided in the HTTP header during upload of this Blob.
getCost() - Method in class com.google.appengine.api.log.RequestLogs
 
getCount() - Method in class com.google.appengine.api.search.FacetResultValue
Returns the count of the result value, which is an integer representing how many times this value is repeated in the result for the given facet value or range.
getCountdownMillis() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the delay to apply to the submitted time.
getCpuTimeInMegaCycles() - Method in interface com.google.appengine.api.quota.QuotaService
Measures the duration that the current request has spent so far processing the request within the App Engine sandbox.
getCreation() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the time and date the blob was upload.
getCreation() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the time and date the blob was upload.
getCurrentBackend() - Method in interface com.google.appengine.api.backends.BackendService
Deprecated.
Get the name of the backend handling the current request.
getCurrentElement() - Method in class com.google.appengine.api.datastore.DeleteContext
 
getCurrentElement() - Method in class com.google.appengine.api.datastore.PostLoadContext
 
getCurrentElement() - Method in class com.google.appengine.api.datastore.PreGetContext
 
getCurrentElement() - Method in class com.google.appengine.api.datastore.PreQueryContext
 
getCurrentElement() - Method in class com.google.appengine.api.datastore.PutContext
 
getCurrentElement() - Method in interface com.google.appengine.api.datastore.CallbackContext
Returns the element for which the callback has been invoked.
getCurrentIndex() - Method in class com.google.appengine.api.datastore.DeleteContext
 
getCurrentIndex() - Method in class com.google.appengine.api.datastore.PostLoadContext
 
getCurrentIndex() - Method in class com.google.appengine.api.datastore.PreGetContext
 
getCurrentIndex() - Method in class com.google.appengine.api.datastore.PreQueryContext
 
getCurrentIndex() - Method in class com.google.appengine.api.datastore.PutContext
 
getCurrentIndex() - Method in interface com.google.appengine.api.datastore.CallbackContext
Returns the index in the result of CallbackContext.getElements() of the element for which the callback has been invoked.
getCurrentInstance() - Method in interface com.google.appengine.api.backends.BackendService
Deprecated.
Get the instance handling the current request.
getCurrentInstanceId() - Method in interface com.google.appengine.api.modules.ModulesService
Get the id of the current instance.
getCurrentModule() - Method in interface com.google.appengine.api.modules.ModulesService
Get the name of the current module.
getCurrentRequest() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Returns the HttpServletRequest instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentRequest() - Static method in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
Returns the HttpServletRequest instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentRequest() - Static method in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
Returns the HttpServletRequest instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentResponse() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Returns the HttpServletResponse instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentResponse() - Static method in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
Returns the HttpServletResponse instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentResponse() - Static method in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
Returns the HttpServletResponse instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentServlet() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Returns the HttpServlet instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentServlet() - Static method in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
Returns the HttpServlet instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentServlet() - Static method in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
Returns the HttpServlet instance for the current running deferred task for the current thread or null if there is no current deferred task active for this thread.
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.DeleteContext
 
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.PostLoadContext
 
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.PreGetContext
 
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.PreQueryContext
 
getCurrentTransaction() - Method in class com.google.appengine.api.datastore.PutContext
 
getCurrentTransaction() - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Returns the current transaction for this thread, or throws an exception if there is no current transaction.
getCurrentTransaction() - Method in interface com.google.appengine.api.datastore.CallbackContext
Returns the current transaction, or null if there is no current transaction.
getCurrentTransaction(Transaction) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getCurrentTransaction(Transaction) - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Returns the current transaction for this thread, or returns the parameter if there is no current transaction.
getCurrentUser() - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the User on whose behalf the request was made.
getCurrentUser() - Method in interface com.google.appengine.api.users.UserService
If the user is logged in, this method will return a User that contains information about them.
getCurrentUser(String) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the User on whose behalf the request was made.
getCurrentUser(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the User on whose behalf the request was made.
getCurrentVersion() - Method in interface com.google.appengine.api.modules.ModulesService
Get the name of the current version.
getCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
Deprecated.
getCursor() - Method in interface com.google.appengine.api.datastore.QueryResultIterator
Gets a Cursor that points to the Entity immediately after the last Entity that was retrieved by Iterator.next().
getCursor() - Method in interface com.google.appengine.api.datastore.QueryResultList
Gets a Cursor that points to the result immediately after the last one in this list.
getCursor() - Method in class com.google.appengine.api.search.QueryOptions
 
getCursor() - Method in class com.google.appengine.api.search.Results
A cursor to be used to continue the search after all the results in this search response.
getCursor() - Method in class com.google.appengine.api.search.ScoredDocument
A Cursor to be used continuing search after this search result.
getData() - Method in class com.google.appengine.api.mail.MailService.Attachment
Gets the content of this attachment.
getDatastoreAttributes() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.DatastoreService
Retrieves the current datastore's attributes.
getDatastoreService() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates a DatastoreService using the default config ( DatastoreServiceConfig.Builder.withDefaults()).
getDatastoreService(DatastoreConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
getDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates a DatastoreService using the provided config.
getDatastoreService(DatastoreServiceConfig) - Method in interface com.google.appengine.api.datastore.IDatastoreServiceFactory
Creates a DatastoreService using the provided config.
getDatastoreType() - Method in class com.google.appengine.api.datastore.DatastoreAttributes
Gets the datastore type.
getDate() - Method in class com.google.appengine.api.search.Field
 
getDeadline() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Returns the deadline, in seconds, to use.
getDeadline() - Method in class com.google.appengine.api.search.SearchServiceConfig
Returns the API deadline in seconds.
getDeadline() - Method in class com.google.appengine.api.urlfetch.FetchOptions
 
getDefault() - Static method in class com.google.appengine.api.memcache.ErrorHandlers
Returns the default error handler.
getDefaultDatastoreConfig() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
getDefaultGcsBucketName() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Gets the default GS bucket name for the app.
getDefaultQueue() - Static method in class com.google.appengine.api.taskqueue.QueueFactory
Returns the default Queue.
getDefaultValue() - Method in class com.google.appengine.api.search.SortExpression
 
getDefaultValueDate() - Method in class com.google.appengine.api.search.SortExpression
 
getDefaultValueNumeric() - Method in class com.google.appengine.api.search.SortExpression
 
getDefaultVersion(String) - Method in interface com.google.appengine.api.modules.ModulesService
Returns the name of the default version for the module.
getDelegates() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
getDelegates() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
getDelegates() - Method in class com.google.appengine.api.search.query.QueryLexer
 
getDelegates() - Method in class com.google.appengine.api.search.query.QueryParser
 
getDeleteLockTimeSec() - Method in interface com.google.appengine.api.memcache.MemcacheService.ItemForPeek
getDepth() - Method in class com.google.appengine.api.search.FacetOptions
Returns the number of documents from the search result to be analyzed for facet discovery or null if unset.
getDirection() - Method in class com.google.appengine.api.datastore.Index.Property
 
getDirection() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
Gets the direction of the sort.
getDirection() - Method in class com.google.appengine.api.search.SortExpression
 
getDiscoveryLimit() - Method in class com.google.appengine.api.search.FacetOptions
Returns the number of facets to be discovered or null if unset.
getDiscoveryValueLimit() - Method in class com.google.appengine.api.search.FacetOptions
Returns the maximum number of values for each discovered facet or null if unset.
getDispatchDeadline() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the dispatch deadline for a task.
getDistinct() - Method in class com.google.appengine.api.datastore.Query
Returns whether this query is distinct.
getDomain() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
Returns the application's domain or the empty string if no domain.
getElements() - Method in class com.google.appengine.api.datastore.DeleteContext
 
getElements() - Method in class com.google.appengine.api.datastore.PostLoadContext
 
getElements() - Method in class com.google.appengine.api.datastore.PreGetContext
 
getElements() - Method in class com.google.appengine.api.datastore.PreQueryContext
 
getElements() - Method in class com.google.appengine.api.datastore.PutContext
 
getElements() - Method in interface com.google.appengine.api.datastore.CallbackContext
Returns an unmodifiable view of the elements involved in the operation that triggered the callback..
getEmail() - Method in class com.google.appengine.api.datastore.Email
 
getEmail() - Method in class com.google.appengine.api.users.User
 
getEmail() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getEmail() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getEmptyListSupport() - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Returns whether or not empty list support is enabled; see DatastoreServiceConfig.DATASTORE_EMPTY_LIST_SUPPORT.
getEnableFacetDiscovery() - Method in class com.google.appengine.api.search.Query
Returns true if facet discovery is enabled.
getEnd() - Method in class com.google.appengine.api.blobstore.ByteRange
Get end index of byte range.
getEnd() - Method in class com.google.appengine.api.datastore.KeyRange
Returns the last Key in the range.
getEnd() - Method in class com.google.appengine.api.search.FacetRange
Returns the string representation of the upper bound of the range or null if there is no upper bound.
getEndCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the end cursor, or null if no end cursor was provided.
getEndTimeMillis() - Method in class com.google.appengine.api.log.LogQuery
 
getEndTimeUsec() - Method in class com.google.appengine.api.log.LogQuery
 
getEndTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
 
getEnforcedRate() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
Returns the maximum number of tasks per second being run by this queue.
getEpochPlusDays(int, int) - Static method in class com.google.appengine.api.search.DateUtil
Constructs a Date set to the UNIX Epoch plus days plus milliseconds.
getErrorHandler() - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
Fetches the current error handler.
getEtaMillis() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns a time comparable to System.currentTimeMillis() when this task is scheduled for execution.
getEtaMillis() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the specified ETA for a task.
GetException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while performing a request to get requested objects.
GetException(OperationResult) - Constructor for exception class com.google.appengine.api.search.GetException
Constructs an exception when some error occurred in the search service when processing a request to get objects.
GetException(String) - Constructor for exception class com.google.appengine.api.search.GetException
Constructs an exception when some error occurred in the search service when processing a request to get objects.
getExecutedLastMinute() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
Returns the number of tasks executed in the last minute.
getExipration() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getExpirationTime() - Method in class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
 
getExpirationTimeSec() - Method in interface com.google.appengine.api.memcache.MemcacheService.ItemForPeek
getExpression() - Method in class com.google.appengine.api.search.FieldExpression
 
getExpression() - Method in class com.google.appengine.api.search.SortExpression
 
getExpressions() - Method in class com.google.appengine.api.search.ScoredDocument
The list of Field which are the result of any extra expressions requested.
getExpressionsToReturn() - Method in class com.google.appengine.api.search.QueryOptions
 
getFacetCount(String) - Method in class com.google.appengine.api.search.Document
Returns the number of times a facet with the given name is present in this document.
getFacetNames() - Method in class com.google.appengine.api.search.Document
Returns an unmodifiable Set of the facet names in the document
getFacetOptions() - Method in class com.google.appengine.api.search.Query
Returns the FacetOptions for controlling faceted search or null if unset.
getFacets() - Method in class com.google.appengine.api.search.Document
Returns an iterable of Facet in the document
getFacets() - Method in class com.google.appengine.api.search.Results
 
getFacets(String) - Method in class com.google.appengine.api.search.Document
Returns an iterable of all facets with the given name.
getFactory(Class<T>) - Static method in class com.google.appengine.spi.ServiceFactoryFactory
Used by AppEngine service factories.
getFederatedIdentity() - Method in class com.google.appengine.api.users.User
 
getFetchOptions() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Get the fetch options for this request.
getFieldCount(String) - Method in class com.google.appengine.api.search.Document
Returns the number of times a field with the given name is present in this document.
getFieldName(BodyPart) - Static method in class com.google.apphosting.utils.servlet.jakarta.MultipartMimeUtils
Extract the form name from the Content-Disposition in a multipart/form-data request.
getFieldName(BodyPart) - Static method in class com.google.apphosting.utils.servlet.MultipartMimeUtils
Extract the form name from the Content-Disposition in a multipart/form-data request.
getFieldNames() - Method in class com.google.appengine.api.search.Document
Returns an unmodifiable Set of the field names in the document
getFieldNames() - Method in class com.google.appengine.api.search.Schema
 
getFields() - Method in class com.google.appengine.api.search.Document
Returns an iterable of Field in the document
getFields(String) - Method in class com.google.appengine.api.search.Document
Returns an iterable of all fields with the given name.
getFieldsToReturn() - Method in class com.google.appengine.api.search.QueryOptions
 
getFieldsToSnippet() - Method in class com.google.appengine.api.search.QueryOptions
 
getFieldTypes(String) - Method in class com.google.appengine.api.search.Schema
 
getFileInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Returns the FileInfo for any files that were uploaded, keyed by the upload form "name" field.
getFileInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Returns the FileInfo for any files that were uploaded, keyed by the upload form "name" field.
getFileInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Returns the FileInfo for any files that were uploaded, keyed by the upload form "name" field.
getFilename() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the file included in the Content-Disposition HTTP header during upload of this Blob.
getFilename() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the file included in the Content-Disposition HTTP header during upload of this Blob.
getFileName() - Method in class com.google.appengine.api.mail.MailService.Attachment
Gets the file name of this attachment.
getFilter() - Method in class com.google.appengine.api.datastore.Query
Returns the filter for this query, or null.
getFilterPredicates() - Method in class com.google.appengine.api.datastore.Query
Deprecated.
getFinalUrl() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns the final URL the content came from if redirects were followed automatically in the request, if different than the input URL; otherwise this will be null.
getFollowRedirects() - Method in class com.google.appengine.api.urlfetch.FetchOptions
 
getFormat() - Method in interface com.google.appengine.api.images.Image
Gets the encoding format of the image.
getFrom() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getGeoPoint() - Method in class com.google.appengine.api.search.Field
 
getGoogleAppsNamespace() - Static method in class com.google.appengine.api.NamespaceManager
Returns the Google Apps domain referring this request or otherwise the empty string ("").
getGoogleStorageBucketName() - Method in class com.google.appengine.api.blobstore.UploadOptions
 
getGrammarFileName() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
getGrammarFileName() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
getGrammarFileName() - Method in class com.google.appengine.api.search.query.QueryLexer
 
getGrammarFileName() - Method in class com.google.appengine.api.search.query.QueryParser
 
getGsObjectName() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the object name of this Blob, if it is stored in Google Cloud Storage, in the form /[bucket-name]/[object-name].
getGsObjectName() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the name of the file written to Google Cloud Storage or null if the file was not uploaded to Google Cloud Storage.
getHeader(String) - Method in interface com.google.appengine.setup.utils.http.HttpRequest
 
getHeaders() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the headers of this message.
getHeaders() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns a copy of the task's headers as a map from each header name to a list of values for that header name.
getHeaders() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Returns an immutable List of HTTPHeader objects that have been added to this request.
getHeaders() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns a List of HTTP response headers that were returned by the remote server.
getHeadersUncombined() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns a List of HTTP response headers that were returned by the remote server.
getHeight() - Method in interface com.google.appengine.api.images.Image
Gets the height of the image.
getHitCount() - Method in interface com.google.appengine.api.memcache.Stats
The counter of "successful" MemcacheService.get(Object) or MemcacheService.contains(Object) operations.
getHost() - Method in class com.google.appengine.api.log.RequestLogs
 
getHTML() - Method in class com.google.appengine.api.search.Field
 
getHtmlBody() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the html body of this message.
getHttpVersion() - Method in class com.google.appengine.api.log.RequestLogs
 
getId() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
Returns the display application id.
getId() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
getId() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
getId() - Method in class com.google.appengine.api.datastore.Index
 
getId() - Method in class com.google.appengine.api.datastore.Key
Returns the numeric identifier of this Key.
getId() - Method in interface com.google.appengine.api.datastore.Transaction
 
getId() - Method in class com.google.appengine.api.search.Document
 
getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
getIdentifiables(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getIdentifiables(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Performs a getIdentifiable for multiple keys at once.
getIds() - Method in exception class com.google.appengine.api.search.PutException
 
getIds() - Method in class com.google.appengine.api.search.PutResponse
 
getImageData() - Method in interface com.google.appengine.api.images.Image
Gets the raw imageData of the image.
getImagesService() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates an implementation of the ImagesService.
getImagesService() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates an implementation of the ImagesService.
getImplicitTransactionManagementPolicy() - Method in interface com.google.appengine.api.datastore.DatastoreConfig
getImplicitTransactionManagementPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Returns the ImplicitTransactionManagementPolicy to use.
getIncludeAppLogs() - Method in class com.google.appengine.api.log.LogQuery
 
getIncludeIncomplete() - Method in class com.google.appengine.api.log.LogQuery
 
getIndex(IndexSpec) - Method in interface com.google.appengine.api.search.SearchService
Returns an instance of Index corresponding to the provided specification.
getIndex(IndexSpec.Builder) - Method in interface com.google.appengine.api.search.SearchService
Returns an instance of Index corresponding to the specification built from the given builder.
getIndexes() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getIndexes() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
getIndexes() - Method in interface com.google.appengine.api.datastore.DatastoreService
Returns the application indexes and their states.
getIndexes(GetIndexesRequest) - Method in interface com.google.appengine.api.search.SearchService
Gets the indexes specified.
getIndexes(GetIndexesRequest.Builder) - Method in interface com.google.appengine.api.search.SearchService
Gets the indexes specified in the request built from the builder.
getIndexesAsync(GetIndexesRequest) - Method in interface com.google.appengine.api.search.SearchService
Gets the indexes requested asynchronously.
getIndexesAsync(GetIndexesRequest.Builder) - Method in interface com.google.appengine.api.search.SearchService
Gets the indexes asynchronously for those specified in the request built from the builder.
GetIndexesRequest - Class in com.google.appengine.api.search
A request to get a range of indexes.
GetIndexesRequest.Builder - Class in com.google.appengine.api.search
The builder of GetIndexesRequests.
GetIndexesRequestChecker - Class in com.google.appengine.api.search.checkers
Checks values of GetIndexesRequest.
GetIndexesRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
 
getIndexList() - Method in interface com.google.appengine.api.datastore.QueryResultIterator
Get the indexes used to perform the query.
getIndexList() - Method in interface com.google.appengine.api.datastore.QueryResultList
Get the indexes used to perform the query.
getIndexNamePrefix() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
getInstance(DatastoreServiceConfig, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
Returns an AdminUtils instance for the given appId and the "" (empty) namespace.
getInstance(DatastoreServiceConfig, String, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
Returns an AdminUtils instance for the given appId and namespace.
getInstance(String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
Returns an AdminUtils instance for the given appId and the "" (empty) namespace.
getInstance(String, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
Returns an AdminUtils instance for the given appId and namespace.
getInstanceHostname(String, String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Returns a host name to use for the given module, version and instance.
getInstanceKey() - Method in class com.google.appengine.api.log.RequestLogs
 
getIp() - Method in class com.google.appengine.api.log.RequestLogs
 
getItemCount() - Method in interface com.google.appengine.api.memcache.Stats
Number of entries currently "alive" in the cache.
getItemForPeek(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getItemForPeek(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Similar to MemcacheService.get(java.lang.Object), but returns an object that can provide extra timestamp metadata.
getItemsForPeek(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getItemsForPeek(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Performs a getItemForPeek for multiple keys at once.
getKey() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
Returns the key or null.
getKey() - Method in class com.google.appengine.api.datastore.Entity
Returns the Key that represents this Entity.
getKey() - Method in exception class com.google.appengine.api.datastore.EntityNotFoundException
 
getKey() - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
Returns the most recently added Key.
getKeyName() - Method in class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
 
getKeyString() - Method in class com.google.appengine.api.blobstore.BlobKey
Returns the blob key as a String.
getKind() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
getKind() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
getKind() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
 
getKind() - Method in class com.google.appengine.api.datastore.Entity
Returns a logical type that is associated with this Entity.
getKind() - Method in class com.google.appengine.api.datastore.Index
Get the index's kind, or the empty string ("") if it has none.
getKind() - Method in class com.google.appengine.api.datastore.Key
Returns the kind of the Entity represented by this Key.
getKind() - Method in class com.google.appengine.api.datastore.Query
Only Entity objects whose kind matches this value will be returned.
getLabel() - Method in class com.google.appengine.api.search.FacetResultValue
Returns the label of this facet result value.
getLastAccessTimeSec() - Method in interface com.google.appengine.api.memcache.MemcacheService.ItemForPeek
getLatencyUsec() - Method in class com.google.appengine.api.log.RequestLogs
 
getLatitude() - Method in class com.google.appengine.api.datastore.GeoPt
 
getLatitude() - Method in class com.google.appengine.api.search.GeoPoint
 
getLimit() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the limit, or null if no limit was provided.
getLimit() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
getLimit() - Method in class com.google.appengine.api.search.GetRequest
 
getLimit() - Method in class com.google.appengine.api.search.QueryOptions
 
getLimit() - Method in class com.google.appengine.api.search.SortOptions
 
getLocale() - Method in class com.google.appengine.api.search.Document
 
getLocale() - Method in class com.google.appengine.api.search.Field
 
getLogAndContinue(Level) - Static method in class com.google.appengine.api.memcache.ErrorHandlers
getLogLevel() - Method in class com.google.appengine.api.log.AppLogLine
 
getLogMessage() - Method in class com.google.appengine.api.log.AppLogLine
 
getLogService() - Method in interface com.google.appengine.api.log.ILogServiceFactory
Creates a LogService.
getLogService() - Static method in class com.google.appengine.api.log.LogServiceFactory
Creates a LogService.
getLongitude() - Method in class com.google.appengine.api.datastore.GeoPt
 
getLongitude() - Method in class com.google.appengine.api.search.GeoPoint
 
getMailService() - Method in interface com.google.appengine.api.mail.IMailServiceFactory
Returns an implementation of the MailService.
getMailService() - Static method in class com.google.appengine.api.mail.MailServiceFactory
Returns an implementation of the MailService.
getMajorVersionIds() - Method in class com.google.appengine.api.log.LogQuery
 
getMatchScorer() - Method in class com.google.appengine.api.search.SortOptions
 
getMaxEntityGroupsPerRpc() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Returns the maximum number of entity groups per rpc.
getMaxEtaDeltaMillis() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum time into the future that a task may be scheduled.
getMaxTimeWithoutAccess() - Method in interface com.google.appengine.api.memcache.Stats
Milliseconds since last access of least-recently-used live entry.
getMaxUploadSizeBytes() - Method in class com.google.appengine.api.blobstore.UploadOptions
 
getMaxUploadSizeBytesPerBlob() - Method in class com.google.appengine.api.blobstore.UploadOptions
 
getMcycles() - Method in class com.google.appengine.api.log.RequestLogs
 
getMd5Hash() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the md5Hash of this Blob.
getMd5Hash() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the md5Hash of this Blob.
getMemcacheService() - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
Gets a handle to the cache service.
getMemcacheService(String) - Method in interface com.google.appengine.api.memcache.IMemcacheServiceFactory
Gets a handle to the cache service, forcing use of specific namespace.
getMemcacheService(String) - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
Gets a handle to the cache service, forcing use of specific namespace.
getMessage() - Method in exception class com.google.appengine.api.datastore.DatastoreNeedIndexException
 
getMessage() - Method in class com.google.appengine.api.search.OperationResult
 
getMethod() - Method in class com.google.appengine.api.log.RequestLogs
 
getMethod() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the method used for this task.
getMethod() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Gets the HTTP method for this request (GET, POST, etc).
getMillisecondsValue() - Method in class com.google.appengine.api.memcache.Expiration
Fetches the expiration date, in milliseconds-since-epoch.
getMinLogLevel() - Method in class com.google.appengine.api.log.LogQuery
 
getMissCount() - Method in interface com.google.appengine.api.memcache.Stats
The counter of "unsuccessful" MemcacheService.get(Object) or MemcacheService.contains(Object) operations.
getMissingIndexDefinitionXml() - Method in exception class com.google.appengine.api.datastore.DatastoreNeedIndexException
Returns the xml defining the missing index.
getModuleId() - Method in class com.google.appengine.api.log.LogQuery.Version
Returns the moduleId.
getModuleId() - Method in class com.google.appengine.api.log.RequestLogs
 
getModuleId() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getModuleId() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getModules() - Method in interface com.google.appengine.api.modules.ModulesService
Get the set of modules that are available to the application.
getModulesService() - Method in interface com.google.appengine.api.modules.IModulesServiceFactory
Creates and returns a ModulesService.
getModulesService() - Static method in class com.google.appengine.api.modules.ModulesServiceFactory
Returns an implementation of ModulesService for the current environment.
getName() - Method in class com.google.appengine.api.capabilities.Capability
Returns the name associated with this capability.
getName() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
getName() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
getName() - Method in class com.google.appengine.api.datastore.Index.Property
 
getName() - Method in class com.google.appengine.api.datastore.Key
Returns the name of this Key.
getName() - Method in class com.google.appengine.api.datastore.Projection
Returns the name of the property this projection populates.
getName() - Method in class com.google.appengine.api.datastore.PropertyProjection
 
getName() - Method in class com.google.appengine.api.mail.MailService.Header
Gets the name of this header.
getName() - Method in class com.google.appengine.api.search.Facet
Returns the name of the facet.
getName() - Method in class com.google.appengine.api.search.FacetRefinement
Returns the name of the facet.
getName() - Method in class com.google.appengine.api.search.FacetRequest
Returns the name of the face in this request.
getName() - Method in class com.google.appengine.api.search.FacetResult
Name of this facet result that is a single facet name.
getName() - Method in class com.google.appengine.api.search.Field
 
getName() - Method in class com.google.appengine.api.search.FieldExpression
 
getName() - Method in interface com.google.appengine.api.search.Index
 
getName() - Method in class com.google.appengine.api.search.IndexSpec
 
getName() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns the name of this task.
getName() - Method in class com.google.appengine.api.urlfetch.HTTPHeader
 
getNamespace() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
getNamespace() - Method in class com.google.appengine.api.datastore.Entity
Returns the namespace of the application/namespace that owns this Entity.
getNamespace() - Method in class com.google.appengine.api.datastore.Key
Returns the namespace for this Key.
getNamespace() - Method in class com.google.appengine.api.datastore.Query
Returns the namespace for this Query.
getNamespace() - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
Method returns non-null value if the MemcacheService overrides the default namespace in API calls.
getNamespace() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
getNamespace() - Method in interface com.google.appengine.api.search.Index
 
getNamespace() - Method in interface com.google.appengine.api.search.SearchService
Returns the namespace associated with this search service.
getNamespace() - Method in class com.google.appengine.api.search.SearchServiceConfig
 
getNamespaceFromNamespaceKey(Key) - Static method in class com.google.appengine.api.datastore.Entities
Extract the namespace name from a __namespace__ key.
getNanoseconds() - Method in class com.google.appengine.setup.timer.AbstractIntervalTimer
 
getNanoseconds() - Method in interface com.google.appengine.setup.timer.Timer
 
getNewValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getNickname() - Method in class com.google.appengine.api.log.RequestLogs
 
getNickname() - Method in class com.google.appengine.api.users.User
Return this user's nickname.
getNortheast() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
getNotification() - Method in class com.google.appengine.api.mail.BounceNotification
 
getNumber() - Method in class com.google.appengine.api.datastore.PhoneNumber
 
getNumber() - Method in class com.google.appengine.api.search.Facet
Returns the numeric value of the facet.
getNumber() - Method in class com.google.appengine.api.search.Field
 
getNumberFound() - Method in class com.google.appengine.api.search.Results
The number of results found by the search.
getNumberFoundAccuracy() - Method in class com.google.appengine.api.search.QueryOptions
Any Results.getNumberFound() less than or equal to this setting will be accurate.
getNumberOfSecondsSince() - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
 
getNumberReturned() - Method in class com.google.appengine.api.search.Results
 
getNumInstances(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Returns the number of instances that are available to the given manual scaling module version.
getNumTasks() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
Returns the approximate number of non-completed tasks in the queue.
getOAuthConsumerKey() - Method in interface com.google.appengine.api.oauth.OAuthService
Deprecated.
OAuth1 is no longer supported
getOAuthService() - Method in interface com.google.appengine.api.oauth.IOAuthServiceFactory
Creates an implementation of the OAuthService.
getOAuthService() - Static method in class com.google.appengine.api.oauth.OAuthServiceFactory
Creates an implementation of the OAuthService.
getOffset() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the offset, or null if no offset was provided.
getOffset() - Method in class com.google.appengine.api.log.LogQuery
 
getOffset() - Method in class com.google.appengine.api.log.RequestLogs
 
getOffset() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
getOffset() - Method in class com.google.appengine.api.search.QueryOptions
 
getOldestEtaUsec() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
Returns a recent estimate of the eta of the oldest non-completed task in the queue.
getOldValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getOnlyFacet(String) - Method in class com.google.appengine.api.search.Document
Returns the single facet with the given name.
getOnlyField(String) - Method in class com.google.appengine.api.search.Document
Returns the single field with the given name.
getOperationResult() - Method in class com.google.appengine.api.search.Results
 
getOperationResult() - Method in exception class com.google.appengine.api.search.SearchBaseException
 
getOperator() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
Returns the operator.
getOperator() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
Gets the operator describing how to apply the filter.
getOptions() - Method in class com.google.appengine.api.search.Query
Returns the QueryOptions for controlling the what is returned in the result set matching the query
getOrientationCorrection() - Method in class com.google.appengine.api.images.InputSettings
Get what action to take with respect to correcting image orientation based on image metadata.
getOriginal() - Method in class com.google.appengine.api.mail.BounceNotification
 
getOutputEncoding() - Method in class com.google.appengine.api.images.OutputSettings
Gets the output encoding.
getPackageName() - Method in class com.google.appengine.api.capabilities.Capability
Returns the package name associated with this capability.
getParent() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
getParent() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
getParent() - Method in class com.google.appengine.api.datastore.Entity
Get a Key that corresponds to this the parent Entity of this Entity.
getParent() - Method in class com.google.appengine.api.datastore.Key
If this Key has a parent, return a Key that represents it.
getPartition() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
Returns the partition the application runs in.
getPath(String) - Static method in class com.google.appengine.spi.ServicesFile
Returns an absolute path to a service file given the class name of the service.
getPayload() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns binary payload data of this task.
getPayload() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the live payload for the task, not a copy.
getPayload() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Gets the payload (such as POST body) for this request.
getPendingTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
 
getPosition() - Method in exception class com.google.appengine.api.search.query.QueryTreeException
 
getPrefetchSize() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the prefetch size, or null if no prefetch size was provided.
getProjections() - Method in class com.google.appengine.api.datastore.Query
Returns a mutable collection properties included in the projection for this query.
getProperties() - Method in class com.google.appengine.api.datastore.Index
 
getProperties() - Method in class com.google.appengine.api.datastore.PropertyContainer
Gets all of the properties belonging to this container.
getProperty(String) - Method in class com.google.appengine.api.datastore.PropertyContainer
Gets the property with the specified name.
getPropertyName() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
Gets the name of the property to be filtered on.
getPropertyName() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
Gets the name of the property to sort on.
getPropertyName() - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
 
getPropertyValue(OnestoreEntity.Property) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Returns the value for the property as its canonical type.
getProtocol() - Method in class com.google.appengine.api.datastore.IMHandle
 
getPublicCertificatesForApp() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Retrieves a list of public certificates.
getQuality() - Method in class com.google.appengine.api.images.OutputSettings
Gets the quality.
getQueryString() - Method in class com.google.appengine.api.search.Query
The query can be as simple as a single term ("foo"), or as complex as a boolean expression, including field names ("title:hello OR body:important -october").
getQueue(String) - Method in interface com.google.appengine.api.taskqueue.IQueueFactory
Returns the Queue by name.
getQueue(String) - Static method in class com.google.appengine.api.taskqueue.QueueFactory
Returns the Queue by name.
getQueueName() - Method in interface com.google.appengine.api.taskqueue.Queue
Returns the queue name.
getQueueName() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
Returns the name of the Queue.
getQueueName() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns the name of the queue that this task was submitted into.
getQuotaService() - Method in interface com.google.appengine.api.quota.IQuotaServiceFactory
Gets a handle to the quota service.
getQuotaService() - Static method in class com.google.appengine.api.quota.QuotaServiceFactory
Gets a handle to the quota service.
getRadius() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
getRange() - Method in class com.google.appengine.api.search.FacetRefinement
Returns the range for numeric facets or null if there is no range.
getRange(GetRequest) - Method in interface com.google.appengine.api.search.Index
Get an index's documents, in document Id order.
getRange(GetRequest.Builder) - Method in interface com.google.appengine.api.search.Index
 
getRangeAsync(GetRequest) - Method in interface com.google.appengine.api.search.Index
 
getRangeAsync(GetRequest.Builder) - Method in interface com.google.appengine.api.search.Index
 
getRanges() - Method in class com.google.appengine.api.search.FacetRequest
Returns an unmodifiable list of FacetRanges.
getRank() - Method in class com.google.appengine.api.search.Document
Returns the rank of this document.
getRating() - Method in class com.google.appengine.api.datastore.Rating
 
getRawMessage() - Method in class com.google.appengine.api.mail.BounceNotification
 
getReadPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Returns the ReadPolicy to use.
getReferrer() - Method in class com.google.appengine.api.log.RequestLogs
 
getRefinements() - Method in class com.google.appengine.api.search.Query
Returns an unmodifiable list of facet refinements for the search.
getRefinementToken() - Method in class com.google.appengine.api.search.FacetResultValue
Returns the refinement token for this result value.
getRegion() - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
 
getRemainingMillis() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getRemainingMillis() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getReplicaIndex() - Method in class com.google.appengine.api.log.RequestLogs
 
getReplyTo() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the reply to field of this message.
GetRequest - Class in com.google.appengine.api.search
A request to list objects in an index.
GetRequest.Builder - Class in com.google.appengine.api.search
The builder of GetRequests.
GetRequestChecker - Class in com.google.appengine.api.search.checkers
Checks values of GetRequest.
GetRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.GetRequestChecker
 
getRequestId() - Method in class com.google.appengine.api.log.RequestLogs
 
getRequestIds() - Method in class com.google.appengine.api.log.LogQuery
 
getRequestNamespace() - Method in class com.google.appengine.setup.ApiProxyEnvironment
Deprecated.
getRequestNamespace() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
Deprecated.
getRequestsInFlight() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
The number of requests that the queue has sent but not yet received a reply for.
getRequestThreads() - Method in class com.google.appengine.setup.RequestThreadFactory
Returns an immutable copy of the current request thread list.
getRequestThreads(LazyApiProxyEnvironment) - Method in class com.google.appengine.setup.ApiProxyDelegate
 
getResource() - Method in class com.google.appengine.api.log.RequestLogs
 
GetResponse<T> - Class in com.google.appengine.api.search
Represents a result of executing a GetRequest.
getResponseCode() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns the HTTP response code from the request (e.g. 200, 500, etc.).
getResponseSize() - Method in class com.google.appengine.api.log.RequestLogs
 
getResults() - Method in exception class com.google.appengine.api.search.DeleteException
 
getResults() - Method in class com.google.appengine.api.search.GetResponse
 
getResults() - Method in exception class com.google.appengine.api.search.PutException
 
getResults() - Method in class com.google.appengine.api.search.PutResponse
 
getResults() - Method in class com.google.appengine.api.search.Results
 
getRetryCount() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns number of leases that had been performed on this task.
getRetryOptions() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns a copy of the retry options for a task.
getReturnFacets() - Method in class com.google.appengine.api.search.Query
Returns an unmodifiable list of requests for facets to be returned with the search results.
getReturnTypes() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
getScheduledDate() - Method in class com.google.appengine.api.capabilities.CapabilityState
Returns the schedule date of maintenance for this activity.
getSchema() - Method in interface com.google.appengine.api.search.Index
 
getSearchService() - Static method in class com.google.appengine.api.search.SearchServiceFactory
getSearchService(SearchServiceConfig) - Method in interface com.google.appengine.api.search.ISearchServiceFactory
Returns an instance of the SearchService with the given config.
getSearchService(SearchServiceConfig) - Static method in class com.google.appengine.api.search.SearchServiceFactory
Returns an instance of the SearchService with the given config.
getSearchService(String) - Method in interface com.google.appengine.api.search.ISearchServiceFactory
getSearchService(String) - Static method in class com.google.appengine.api.search.SearchServiceFactory
getSearchService(String, SearchServiceConfig) - Method in class com.google.appengine.api.search.AdminSearchServiceFactory
Returns a SearchService that is pinned to a specific application and namespace.
getSecondsValue() - Method in class com.google.appengine.api.memcache.Expiration
Fetches the expiration date, in seconds-since-epoch.
getSender() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the sender of this message.
getServer() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getServer() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getServiceAccountName() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Gets service account name of the app.
getServingUrl(BlobKey) - Method in interface com.google.appengine.api.images.ImagesService
getServingUrl(BlobKey, boolean) - Method in interface com.google.appengine.api.images.ImagesService
getServingUrl(BlobKey, int, boolean) - Method in interface com.google.appengine.api.images.ImagesService
getServingUrl(BlobKey, int, boolean, boolean) - Method in interface com.google.appengine.api.images.ImagesService
getServingUrl(ServingUrlOptions) - Method in interface com.google.appengine.api.images.ImagesService
Obtains a URL that can dynamically serve the image stored as a blob.
getSignature() - Method in class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
 
getSize() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the size in bytes of this Blob.
getSize() - Method in class com.google.appengine.api.blobstore.FileInfo
Returns the size in bytes of this Blob.
getSize() - Method in class com.google.appengine.api.datastore.KeyRange
Returns the size of the range.
getSortExpressions() - Method in class com.google.appengine.api.search.SortOptions
 
getSortOptions() - Method in class com.google.appengine.api.search.QueryOptions
 
getSortPredicates() - Method in class com.google.appengine.api.datastore.Query
Returns a mutable list of the current sort predicates.
getSortScores() - Method in class com.google.appengine.api.search.ScoredDocument
Deprecated.
Use an explicit FieldExpression in your QueryOptions instead.
getSouthwest() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
getStart() - Method in class com.google.appengine.api.blobstore.ByteRange
Get start index of byte range.
getStart() - Method in class com.google.appengine.api.datastore.KeyRange
Returns the first Key in the range.
getStart() - Method in class com.google.appengine.api.search.FacetRange
Returns the string representation of the lower bound of the range or null if there is no lower bound.
getStartCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
Returns the start cursor, or null if no start cursor was provided.
getStartId() - Method in class com.google.appengine.api.search.GetRequest
 
getStartIndexName() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
getStartTimeMillis() - Method in class com.google.appengine.api.log.LogQuery
 
getStartTimeUsec() - Method in class com.google.appengine.api.log.LogQuery
 
getStartTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
 
getStatistics() - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getStatistics() - Method in interface com.google.appengine.api.memcache.MemcacheService
Fetches some statistics about the cache and its usage.
getStatus() - Method in class com.google.appengine.api.capabilities.CapabilityState
Returns the status of the capability.
getStatus() - Method in class com.google.appengine.api.log.RequestLogs
 
getStatus(Capability) - Method in interface com.google.appengine.api.capabilities.CapabilitiesService
Returns the status of a capability.
getStorageLimit() - Method in interface com.google.appengine.api.search.Index
 
getStorageUsage() - Method in interface com.google.appengine.api.search.Index
 
getStrict() - Static method in class com.google.appengine.api.memcache.ErrorHandlers
Returns an instance of StrictErrorHandler.
getString() - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
Returns the most recently added Key, encoded as a websafe String.
getStringParams() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns a copy of the task's string-valued parameters as a map from each parameter name to a list of values for that name.
getSubFilters() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
Returns an immutable list of sub filters.
getSubject() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getSubject() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the subject of this message.
getSupportedSourceVersion() - Method in class com.google.appengine.tools.compilation.DatastoreCallbacksProcessor
 
getSupportedTypes() - Static method in class com.google.appengine.api.datastore.DataTypeUtils
Returns an unmodifiable Set of supported Class objects.
getTag() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns tag of this task.
getTag() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the tag for a task.
getTagAsBytes() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns tag of this task.
getTagAsBytes() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the live tag bytes for a task, not a copy.
getTaskName() - Method in class com.google.appengine.api.log.RequestLogs
 
getTaskName() - Method in class com.google.appengine.api.taskqueue.TaskOptions
Returns the task name.
getTaskNames() - Method in exception class com.google.appengine.api.taskqueue.TaskAlreadyExistsException
Returns a list of the names of the tasks that already exist, in the same order as they were given in the call to add().
getTaskQueueName() - Method in class com.google.appengine.api.log.RequestLogs
 
getText() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getText() - Method in class com.google.appengine.api.search.Field
 
getText() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
getTextBody() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the text body of this message.
getTextContent(BodyPart) - Static method in class com.google.apphosting.utils.servlet.jakarta.MultipartMimeUtils
Extract the text content for a BodyPart, assuming the default encoding.
getTextContent(BodyPart) - Static method in class com.google.apphosting.utils.servlet.MultipartMimeUtils
Extract the text content for a BodyPart, assuming the default encoding.
getTicket() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getTicket() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getTimeUsec() - Method in class com.google.appengine.api.log.AppLogLine
 
getTo() - Method in class com.google.appengine.api.mail.BounceNotification.Details
 
getTo() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the recipients in the 'to' field of this message.
getTokenizedPrefix() - Method in class com.google.appengine.api.search.Field
 
getTokenNames() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
getTokenNames() - Method in class com.google.appengine.api.search.query.QueryParser
 
getTotalItemBytes() - Method in interface com.google.appengine.api.memcache.Stats
Sum of key and value sizes for all live entries currently in cache.
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.addExpr_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.addOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.atom_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.cmpExpr_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.cmpOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.condExpr_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.conjunction_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.disjunction_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.expression_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.fn_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.fnName_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.index_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.multExpr_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.multOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.name_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.negation_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.num_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.str_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.unary_return
 
getTree() - Method in class com.google.appengine.api.search.query.ExpressionParser.var_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.andOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.arg_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.arglist_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.comparable_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.comparator_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.composite_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.expression_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.factor_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.function_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.item_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.member_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.notOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.orOp_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.phrase_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.primitive_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.query_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.restriction_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.sep_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.sequence_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.term_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.text_return
 
getTree() - Method in class com.google.appengine.api.search.query.QueryParser.value_return
 
getTreeAdaptor() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
getTreeAdaptor() - Method in class com.google.appengine.api.search.query.QueryParser
 
getType() - Method in class com.google.appengine.api.datastore.PropertyProjection
Returns the type specified for this projection.
getType() - Method in class com.google.appengine.api.search.Field
 
getType(OnestoreEntity.PropertyValue) - Static method in enum class com.google.storage.onestore.PropertyType
 
getTypeRank(Class<? extends Comparable>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Get the rank of the given datastore type relative to other datastore types.
getUntokenizedPrefix() - Method in class com.google.appengine.api.search.Field
 
getUploadedBlobs(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Use BlobstoreService.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.
getUploadedBlobs(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Deprecated.
Use BlobstoreService.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.
getUploadedBlobs(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Deprecated.
Use 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.
getUploads(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Returns the BlobKey for any files that were uploaded, keyed by the upload form "name" field.
getUploads(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Returns the BlobKey for any files that were uploaded, keyed by the upload form "name" field.
getUploads(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Returns the BlobKey for any files that were uploaded, keyed by the upload form "name" field.
getUrl() - Method in class com.google.appengine.api.taskqueue.TaskOptions
 
getURL() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Gets the URL for this request.
getURLFetchService() - Method in interface com.google.appengine.api.urlfetch.IURLFetchServiceFactory
Obtain a URLFetchService instance.
getURLFetchService() - Static method in class com.google.appengine.api.urlfetch.URLFetchServiceFactory
 
getUrlMapEntry() - Method in class com.google.appengine.api.log.RequestLogs
 
getUserAgent() - Method in class com.google.appengine.api.log.RequestLogs
 
getUserId() - Method in class com.google.appengine.api.users.User
Returns an opaque string that uniquely identifies the user represented by this User object.
getUserService() - Method in interface com.google.appengine.api.users.IUserServiceFactory
Creates an implementation of the UserService.
getUserService() - Static method in class com.google.appengine.api.users.UserServiceFactory
Creates an implementation of the UserService.
getValidateCertificate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
 
getValue() - Method in class com.google.appengine.api.datastore.Link
Returns the value of this Link.
getValue() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
Gets the argument to the filter operator.
getValue() - Method in class com.google.appengine.api.datastore.RawValue
Returns the raw value.
getValue() - Method in class com.google.appengine.api.datastore.Text
Return the value of this Text.
getValue() - Method in class com.google.appengine.api.mail.MailService.Header
Gets the value of this header.
getValue() - Method in interface com.google.appengine.api.memcache.MemcacheService.IdentifiableValue
 
getValue() - Method in interface com.google.appengine.api.memcache.MemcacheService.ItemForPeek
 
getValue() - Method in class com.google.appengine.api.search.FacetRefinement
Returns the value of the facet or null if there is no value.
getValue() - Method in class com.google.appengine.api.urlfetch.HTTPHeader
 
getValueConstraints() - Method in class com.google.appengine.api.search.FacetRequest
Returns an unmodifiable list of value constraints.
getValueLimit() - Method in class com.google.appengine.api.search.FacetRequest
Returns the maximum number of values this facet should have.
getValues() - Method in class com.google.appengine.api.search.FacetResult
The list of facet values computed during search.
getVector() - Method in class com.google.appengine.api.search.Field
 
getVersionHostname(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Returns a host name to use for the given module and version.
getVersionId() - Method in class com.google.appengine.api.log.LogQuery.Version
Returns the version id.
getVersionId() - Method in class com.google.appengine.api.log.RequestLogs
 
getVersionId() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
getVersionId() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
getVersionProperty(Entity) - Static method in class com.google.appengine.api.datastore.Entities
Get the value of the __version__ property from entity.
getVersions() - Method in class com.google.appengine.api.log.LogQuery
 
getVersions(String) - Method in interface com.google.appengine.api.modules.ModulesService
Returns the set of versions that are available to the given module.
getWidth() - Method in interface com.google.appengine.api.images.Image
Gets the width of the image.
getX509CertificateInPemFormat() - Method in class com.google.appengine.api.appidentity.PublicCertificate
 
GIF - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
GLOBAL - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
GLOBAL - Static variable in class com.google.appengine.api.search.query.QueryParser
 
GMTransport - Class in com.google.appengine.api.mail.stdimpl
Implementation of the 'Google Message Transport' which really just connects to the exposed MailService and uses it to deliver a message.
GMTransport(Session, URLName) - Constructor for class com.google.appengine.api.mail.stdimpl.GMTransport
 
googleStorageBucketName(String) - Method in class com.google.appengine.api.blobstore.UploadOptions
 
googleStorageFileName(String) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
GREATER_THAN - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
GREATER_THAN_OR_EQUAL - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
groupByTag() - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Indicates that all tasks being leased must have the same tag.
GS_OBJECT_NAME - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
GT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
GT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
GT - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
GT - Static variable in class com.google.appengine.api.search.query.QueryParser
 

H

handleDeserializationError(InvalidValueException) - Method in interface com.google.appengine.api.memcache.ConsistentErrorHandler
 
handleDeserializationError(InvalidValueException) - Method in interface com.google.appengine.api.memcache.ErrorHandler
Handles deserialization errors.
handleDeserializationError(InvalidValueException) - Method in class com.google.appengine.api.memcache.LogAndContinueErrorHandler
Logs the thrown error condition, but does not expose it to application code.
handleDeserializationError(InvalidValueException) - Method in class com.google.appengine.api.memcache.StrictErrorHandler
Throws InvalidValueException for any call.
handleServiceError(MemcacheServiceException) - Method in interface com.google.appengine.api.memcache.ConsistentErrorHandler
 
handleServiceError(MemcacheServiceException) - Method in interface com.google.appengine.api.memcache.ErrorHandler
Handles back-end service errors.
handleServiceError(MemcacheServiceException) - Method in class com.google.appengine.api.memcache.LogAndContinueErrorHandler
Logs the thrown error condition, but does not expose it to application code.
handleServiceError(MemcacheServiceException) - Method in class com.google.appengine.api.memcache.StrictErrorHandler
Throws MemcacheServiceException for any call.
HAS - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
HAS - Static variable in class com.google.appengine.api.search.query.QueryParser
 
hasEnd() - Method in class com.google.appengine.api.blobstore.ByteRange
Indicates whether or not this byte range indicates an end.
hasGoogleStorageBucketName() - Method in class com.google.appengine.api.blobstore.UploadOptions
Determines if the storage bucket is set.
hashCode() - Method in class com.google.appengine.api.blobstore.BlobInfo
 
hashCode() - Method in class com.google.appengine.api.blobstore.BlobKey
 
hashCode() - Method in class com.google.appengine.api.blobstore.ByteRange
 
hashCode() - Method in class com.google.appengine.api.blobstore.FileInfo
 
hashCode() - Method in class com.google.appengine.api.blobstore.UploadOptions
 
hashCode() - Method in class com.google.appengine.api.capabilities.Capability
 
hashCode() - Method in class com.google.appengine.api.datastore.Blob
 
hashCode() - Method in class com.google.appengine.api.datastore.Category
 
hashCode() - Method in class com.google.appengine.api.datastore.Cursor
 
hashCode() - Method in class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
 
hashCode() - Method in class com.google.appengine.api.datastore.Email
 
hashCode() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
 
hashCode() - Method in class com.google.appengine.api.datastore.Entity
 
hashCode() - Method in class com.google.appengine.api.datastore.FetchOptions
 
hashCode() - Method in class com.google.appengine.api.datastore.GeoPt
 
hashCode() - Method in class com.google.appengine.api.datastore.IMHandle
 
hashCode() - Method in class com.google.appengine.api.datastore.Index
 
hashCode() - Method in class com.google.appengine.api.datastore.Index.Property
 
hashCode() - Method in class com.google.appengine.api.datastore.Key
 
hashCode() - Method in class com.google.appengine.api.datastore.KeyRange
 
hashCode() - Method in class com.google.appengine.api.datastore.Link
 
hashCode() - Method in class com.google.appengine.api.datastore.PhoneNumber
 
hashCode() - Method in class com.google.appengine.api.datastore.PostalAddress
 
hashCode() - Method in class com.google.appengine.api.datastore.PropertyProjection
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
hashCode() - Method in class com.google.appengine.api.datastore.Query
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
 
hashCode() - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
 
hashCode() - Method in class com.google.appengine.api.datastore.Rating
 
hashCode() - Method in class com.google.appengine.api.datastore.RawValue
 
hashCode() - Method in class com.google.appengine.api.datastore.ReadPolicy
 
hashCode() - Method in class com.google.appengine.api.datastore.ShortBlob
 
hashCode() - Method in class com.google.appengine.api.datastore.Text
 
hashCode() - Method in class com.google.appengine.api.datastore.TransactionOptions
 
hashCode() - Method in class com.google.appengine.api.images.ServingUrlOptions
 
hashCode() - Method in class com.google.appengine.api.log.AppLogLine
 
hashCode() - Method in class com.google.appengine.api.log.LogQuery.Version
 
hashCode() - Method in class com.google.appengine.api.log.RequestLogs
 
hashCode() - Method in class com.google.appengine.api.mail.stdimpl.GMTransport
 
hashCode() - Method in class com.google.appengine.api.memcache.Expiration
 
hashCode() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
hashCode() - Method in class com.google.appengine.api.search.Document
 
hashCode() - Method in class com.google.appengine.api.search.Facet
 
hashCode() - Method in class com.google.appengine.api.search.Field
 
hashCode() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
hashCode() - Method in class com.google.appengine.api.search.GetRequest
 
hashCode() - Method in class com.google.appengine.api.search.IndexSpec
 
hashCode() - Method in class com.google.appengine.api.search.OperationResult
 
hashCode() - Method in class com.google.appengine.api.search.Schema
 
hashCode() - Method in class com.google.appengine.api.taskqueue.LeaseOptions
 
hashCode() - Method in class com.google.appengine.api.taskqueue.RetryOptions
 
hashCode() - Method in class com.google.appengine.api.taskqueue.TaskHandle
 
hashCode() - Method in class com.google.appengine.api.taskqueue.TaskOptions
 
hashCode() - Method in class com.google.appengine.api.users.User
 
hashCode() - Method in class com.google.appengine.api.utils.FutureWrapper
 
hashCode() - Method in class com.google.appengine.spi.FactoryProvider
 
hasMaxUploadSizeBytes() - Method in class com.google.appengine.api.blobstore.UploadOptions
Determines if the maximum size is set.
hasMaxUploadSizeBytesPerBlob() - Method in class com.google.appengine.api.blobstore.UploadOptions
Determines if the maximum upload size per blob is set.
hasNumberFoundAccuracy() - Method in class com.google.appengine.api.search.QueryOptions
Returns true iff there is an accuracy requirement set.
hasProperty(String) - Method in class com.google.appengine.api.datastore.PropertyContainer
Returns true if a property has been set.
hasQuality() - Method in class com.google.appengine.api.images.OutputSettings
Checks if the quality value has been set.
HEAD - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
HEAD - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
header(String, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Adds a header name/value pair.
Header(String, String) - Constructor for class com.google.appengine.api.mail.MailService.Header
Headers are an optional part of messages, but if present, all information about them must be provided.
headers(Map<String, String>) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Replaces the existing headers with the provided header name/value mapping.
HEX_DIGIT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
HEX_DIGIT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
HEX_DIGIT - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
HEX_DIGIT - Static variable in class com.google.appengine.api.search.query.QueryParser
 
HIGH_REPLICATION - Enum constant in enum class com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
 
histogram(Image) - Method in interface com.google.appengine.api.images.ImagesService
Calculates the histogram of the image.
hostOverride(String) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Overrides the host (e.g.
HTML - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
HTML content.
HTML - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
HTML - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
httpConnectTimeoutMillis(int) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Sets the HTTP connect timeout in milliseconds.
HTTPHeader - Class in com.google.appengine.api.urlfetch
HTTPHeader can represent either an HTTP request header, or an HTTP response header.
HTTPHeader(String, String) - Constructor for class com.google.appengine.api.urlfetch.HTTPHeader
Creates a new header with the specified name and value.
HTTPMethod - Enum Class in com.google.appengine.api.urlfetch
HTTPMethod is an enumeration of HTTP methods that can be sent to a remote server via the URLFetchService.
HttpRequest - Interface in com.google.appengine.setup.utils.http
 
HTTPRequest - Class in com.google.appengine.api.urlfetch
HTTPRequest encapsulates a single HTTP request that is made via the URLFetchService.
HTTPRequest(URL) - Constructor for class com.google.appengine.api.urlfetch.HTTPRequest
Creates a HTTPRequest that represents a GET request to the specified URL.
HTTPRequest(URL, HTTPMethod) - Constructor for class com.google.appengine.api.urlfetch.HTTPRequest
Creates a HTTPRequest that represents an HTTP request to the specified URL with the specified HTTP method (GET, POST, etc).
HTTPRequest(URL, HTTPMethod, FetchOptions) - Constructor for class com.google.appengine.api.urlfetch.HTTPRequest
Creates a HTTPRequest that represents an HTTP request to the specified URL with the specified HTTP method (GET, POST, etc) and the specified FetchOptions.
HttpRequestParser - Class in com.google.appengine.api.utils.ee10
HttpRequestParser encapsulates helper methods used to parse incoming multipart/form-data HTTP requests.
HttpRequestParser - Class in com.google.appengine.api.utils
HttpRequestParser encapsulates helper methods used to parse incoming multipart/form-data HTTP requests.
HttpRequestParser - Class in com.google.appengine.api.utils.jakarta
HttpRequestParser encapsulates helper methods used to parse incoming multipart/form-data HTTP requests.
HttpRequestParser() - Constructor for class com.google.appengine.api.utils.ee10.HttpRequestParser
 
HttpRequestParser() - Constructor for class com.google.appengine.api.utils.HttpRequestParser
 
HttpRequestParser() - Constructor for class com.google.appengine.api.utils.jakarta.HttpRequestParser
 
HTTPResponse - Class in com.google.appengine.api.urlfetch
HTTPResponse encapsulates the results of a HTTPRequest made via the URLFetchService.
HTTPResponse(int, byte[], URL, List<HTTPHeader>) - Constructor for class com.google.appengine.api.urlfetch.HTTPResponse
Construct an HTTPResponse object.

I

IAppIdentityServiceFactory - Interface in com.google.appengine.api.appidentity
Creates new instances of the App Identity service.
IAppIdentityServiceFactoryProvider - Class in com.google.appengine.api.appidentity
Factory provider for IAppIdentityServiceFactory.
IAppIdentityServiceFactoryProvider() - Constructor for class com.google.appengine.api.appidentity.IAppIdentityServiceFactoryProvider
 
IBackendServiceFactory - Interface in com.google.appengine.api.backends
Factory for getting the Backends API implementation for the current environment.
IBackendServiceFactoryProvider - Class in com.google.appengine.api.backends
Factory provider for IBackendServiceFactory.
IBackendServiceFactoryProvider() - Constructor for class com.google.appengine.api.backends.IBackendServiceFactoryProvider
 
IBlobstoreServiceFactory - Interface in com.google.appengine.api.blobstore
Creates BlobstoreService implementations.
IBlobstoreServiceFactoryProvider - Class in com.google.appengine.api.blobstore
Factory provider for IBlobstoreServiceFactory.
IBlobstoreServiceFactoryProvider() - Constructor for class com.google.appengine.api.blobstore.IBlobstoreServiceFactoryProvider
 
ICapabilitiesServiceFactory - Interface in com.google.appengine.api.capabilities
Factory for creating a CapabilitiesService.
ICapabilitiesServiceFactoryProvider - Class in com.google.appengine.api.capabilities
Factory provider for ICapabilitiesServiceFactory.
ICapabilitiesServiceFactoryProvider() - Constructor for class com.google.appengine.api.capabilities.ICapabilitiesServiceFactoryProvider
 
ICO - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
IDatastoreServiceFactory - Interface in com.google.appengine.api.datastore
This interface should be implemented by providers of the DatastoreService and registered with ServiceFactoryFactory.
IDatastoreServiceFactoryProvider - Class in com.google.appengine.api.datastore
Creates IDatastoreServiceFactory implementations.
IDatastoreServiceFactoryProvider() - Constructor for class com.google.appengine.api.datastore.IDatastoreServiceFactoryProvider
 
IImagesServiceFactory - Interface in com.google.appengine.api.images
Factory for creating an ImagesService, Images and Transforms.
IImagesServiceFactoryProvider - Class in com.google.appengine.api.images
Factory provider for IImagesServiceFactory.
IImagesServiceFactoryProvider() - Constructor for class com.google.appengine.api.images.IImagesServiceFactoryProvider
 
ILogServiceFactory - Interface in com.google.appengine.api.log
Creates LogService implementations.
ILogServiceFactoryProvider - Class in com.google.appengine.api.log
Factory provider for ILogServiceFactory.
ILogServiceFactoryProvider() - Constructor for class com.google.appengine.api.log.ILogServiceFactoryProvider
 
Image - Interface in com.google.appengine.api.images
Image represents an image that can be manipulated by the ImagesService.
Image.Format - Enum Class in com.google.appengine.api.images
Image formats usable by the images api.
IMAGES - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the ImagesService.
imageSize(int) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
ImagesService - Interface in com.google.appengine.api.images
The images service provides methods to apply transformations to images.
ImagesService.OutputEncoding - Enum Class in com.google.appengine.api.images
Valid output encoding formats usable for image transforms.
ImagesServiceFactory - Class in com.google.appengine.api.images
Factory for creating an ImagesService, Images and Transforms.
ImagesServiceFailureException - Exception Class in com.google.appengine.api.images
ImagesServiceFailureException is thrown when any unknown error occurs while communicating with the images service.
ImagesServiceFailureException(String) - Constructor for exception class com.google.appengine.api.images.ImagesServiceFailureException
Creates an exception with the supplied message.
ImagesServiceFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.images.ImagesServiceFailureException
 
IMailServiceFactory - Interface in com.google.appengine.api.mail
Factory for creating a MailService.
IMailServiceFactoryProvider - Class in com.google.appengine.api.mail
Factory provider for IMailServiceFactory.
IMailServiceFactoryProvider() - Constructor for class com.google.appengine.api.mail.IMailServiceFactoryProvider
 
IMemcacheServiceFactory - Interface in com.google.appengine.api.memcache
The factory by which users acquire a handle to the MemcacheService.
IMemcacheServiceFactoryProvider - Class in com.google.appengine.api.memcache
Factory provider for IMemcacheServiceFactory.
IMemcacheServiceFactoryProvider() - Constructor for class com.google.appengine.api.memcache.IMemcacheServiceFactoryProvider
 
IMHandle - Class in com.google.appengine.api.datastore
An instant messaging handle.
IMHandle(IMHandle.Scheme, String) - Constructor for class com.google.appengine.api.datastore.IMHandle
 
IMHandle(URL, String) - Constructor for class com.google.appengine.api.datastore.IMHandle
 
IMHandle.Scheme - Enum Class in com.google.appengine.api.datastore
Supported IM schemes.
ImmutableCopy - Class in com.google.appengine.api.internal
Makes immutable copies of collections using only standard Java classes.
IModulesServiceFactory - Interface in com.google.appengine.api.modules
Factory interface for use by providers of ModulesService for registration with ServiceFactoryFactory.
IModulesServiceFactoryProvider - Class in com.google.appengine.api.modules
Google App Engine's FactoryProvider for IModulesServiceFactory.
IModulesServiceFactoryProvider() - Constructor for class com.google.appengine.api.modules.IModulesServiceFactoryProvider
 
implicitTransactionManagementPolicy(ImplicitTransactionManagementPolicy) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Sets the implicit transaction management policy.
ImplicitTransactionManagementPolicy - Enum Class in com.google.appengine.api.datastore
Describes the various policies the datastore can follow for implicit transaction management.
IN - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
includeAppLogs(boolean) - Method in class com.google.appengine.api.log.LogQuery
Sets include application logs.
includeIncomplete(boolean) - Method in class com.google.appengine.api.log.LogQuery
Sets include incomplete.
increment(Object, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
increment(Object, long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Atomically fetches, increments, and stores a given integral value.
increment(Object, long, Long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
increment(Object, long, Long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Like normal increment, but allows for an optional initial value for the key to take on if not already present in the cache.
incrementAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Like normal increment, but increments a batch of separate keys in parallel by the same delta.
incrementAll(Collection<T>, long, Long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Collection<T>, long, Long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Like normal increment, but increments a batch of separate keys in parallel by the same delta and potentially sets a starting value.
incrementAll(Map<T, Long>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Map<T, Long>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Like normal increment, but accepts a mapping of separate controllable offsets for each key individually.
incrementAll(Map<T, Long>, Long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Map<T, Long>, Long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Like normal increment, but accepts a mapping of separate controllable offsets for each key individually.
index() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
Index - Class in com.google.appengine.api.datastore
A Datastore Index definition.
Index - Interface in com.google.appengine.api.search
An Index allows synchronous and asynchronous adding and deleting of Documents as well as synchronous and asynchronous searching for Documents for a given Query.
INDEX - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
INDEX - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
index_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.index_return
 
Index.IndexState - Enum Class in com.google.appengine.api.datastore
Indicates the state of the Index.
Index.Property - Class in com.google.appengine.api.datastore
An indexed property.
IndexChecker - Class in com.google.appengine.api.search.checkers
Checks values of Indexes.
IndexChecker() - Constructor for class com.google.appengine.api.search.checkers.IndexChecker
 
IndexSpec - Class in com.google.appengine.api.search
Represents information about an index.
IndexSpec.Builder - Class in com.google.appengine.api.search
A builder of IndexSpec.
IndexTranslator - Class in com.google.appengine.api.datastore
Helper class to translate between Index to OnestoreEntity.Index.
IndexTranslator() - Constructor for class com.google.appengine.api.datastore.IndexTranslator
 
inDisjunction() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
INFO - Enum constant in enum class com.google.appengine.api.log.LogService.LogLevel
 
init() - Method in class com.google.apphosting.utils.servlet.jakarta.SessionCleanupServlet
 
init() - Method in class com.google.apphosting.utils.servlet.jakarta.WarmupServlet
 
init() - Method in class com.google.apphosting.utils.servlet.SessionCleanupServlet
 
init() - Method in class com.google.apphosting.utils.servlet.WarmupServlet
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.jakarta.JdbcMySqlConnectionCleanupFilter
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.jakarta.ParseBlobUploadFilter
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.jakarta.TransactionCleanupFilter
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.ParseBlobUploadFilter
 
init(FilterConfig) - Method in class com.google.apphosting.utils.servlet.TransactionCleanupFilter
 
InputSettings - Class in com.google.appengine.api.images
InputSettings represents the different settings to specify how an Image is interpreted by a transform.
InputSettings() - Constructor for class com.google.appengine.api.images.InputSettings
Create an InputSettings with default orientation correction of InputSettings.OrientationCorrection.UNCHANGED_ORIENTATION.
InputSettings.OrientationCorrection - Enum Class in com.google.appengine.api.images
Actions to take with respect to correcting image orientation based on image metadata.
installApiProxyEnvironment(boolean) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
If set to true, a minimal ApiProxy.Environment will be installed (if none is already installed).
INSTANCE_ID_ENV_ATTRIBUTE - Static variable in interface com.google.appengine.api.backends.BackendService
Deprecated.
Environment attribute key where the instance id is stored.
INSTANCE_ID_KEY - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
instanceReplicaId - Static variable in class com.google.appengine.api.utils.SystemProperty
INT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
INT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
INT64 - Enum constant in enum class com.google.storage.onestore.PropertyType
 
INTEGER - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
INTERNAL_ERROR - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed due to a internal backend error.
InternalFailureException - Exception Class in com.google.appengine.api.taskqueue
Internal task queue error.
InternalFailureException(String) - Constructor for exception class com.google.appengine.api.taskqueue.InternalFailureException
 
InternalTransientException - Exception Class in com.google.appengine.api.urlfetch
InternalTransientException is thrown when a temporary error occurs in retrieving the URL.
InternalTransientException(String) - Constructor for exception class com.google.appengine.api.urlfetch.InternalTransientException
 
INVALID_REQUEST - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed due to invalid, user specified parameters.
InvalidOAuthParametersException - Exception Class in com.google.appengine.api.oauth
InvalidOAuthParametersException is thrown when a request is a malformed OAuth request (for example, it omits a required parameter or contains an invalid signature).
InvalidOAuthParametersException(String) - Constructor for exception class com.google.appengine.api.oauth.InvalidOAuthParametersException
 
InvalidOAuthTokenException - Exception Class in com.google.appengine.api.oauth
InvalidOAuthTokenException is thrown when a request contains an invalid OAuth token (for example, a token that has been revoked by the user).
InvalidOAuthTokenException(String) - Constructor for exception class com.google.appengine.api.oauth.InvalidOAuthTokenException
 
InvalidQueueModeException - Exception Class in com.google.appengine.api.taskqueue
Mismatch of task method and queue mode. e.g.
InvalidQueueModeException(String) - Constructor for exception class com.google.appengine.api.taskqueue.InvalidQueueModeException
 
InvalidRequestException - Exception Class in com.google.appengine.api.log
Log errors caused by an invalid request due either to an out of range option or an unsupported combination of options.
InvalidRequestException(String) - Constructor for exception class com.google.appengine.api.log.InvalidRequestException
 
InvalidValueException - Exception Class in com.google.appengine.api.memcache
Thrown when a cache entry has content, but it cannot be read.
InvalidValueException(String) - Constructor for exception class com.google.appengine.api.memcache.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception class com.google.appengine.api.memcache.InvalidValueException
 
IOAuthServiceFactory - Interface in com.google.appengine.api.oauth
Creates an OAuthService.
IOAuthServiceFactoryProvider - Class in com.google.appengine.api.oauth
Factory provider for IOAuthServiceFactory.
IOAuthServiceFactoryProvider() - Constructor for class com.google.appengine.api.oauth.IOAuthServiceFactoryProvider
 
IQueueFactory - Interface in com.google.appengine.api.taskqueue
Creates Queue objects.
IQueueFactoryProvider - Class in com.google.appengine.api.taskqueue
Factory provider for IQueueFactory.
IQueueFactoryProvider() - Constructor for class com.google.appengine.api.taskqueue.IQueueFactoryProvider
 
IQuotaServiceFactory - Interface in com.google.appengine.api.quota
The factory by which users acquire a handle to the QuotaService.
IQuotaServiceFactoryProvider - Class in com.google.appengine.api.quota
Factory provider for IQuotaServiceFactory.
IQuotaServiceFactoryProvider() - Constructor for class com.google.appengine.api.quota.IQuotaServiceFactoryProvider
 
IS_ADMIN_HEADER - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
IS_FEDERATED_USER_KEY - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
IS_TRUSTED_IP_HEADER - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
IS_TRUSTED_IP_KEY - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
isActive() - Method in interface com.google.appengine.api.datastore.Transaction
 
isAdmin() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
isAdmin() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
isAllNamespaces() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
isAncestor() - Method in class com.google.appengine.api.datastore.Index
 
isCancelled() - Method in class com.google.appengine.api.utils.FutureWrapper
 
isCompatibleWith(QueryTreeContext.Type) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isComplete() - Method in class com.google.appengine.api.datastore.Key
Returns true if this Key has a name specified or has been assigned an identifier.
isDate(CharSequence) - Static method in class com.google.appengine.api.search.query.ParserUtils
Returns if the given string looks like a date to us.
isDone() - Method in class com.google.appengine.api.utils.FutureWrapper
 
ISearchServiceFactory - Interface in com.google.appengine.api.search
A factory that creates default implementation of SearchService.
ISearchServiceFactoryProvider - Class in com.google.appengine.api.search
Factory provider for ISearchServiceFactory.
ISearchServiceFactoryProvider() - Constructor for class com.google.appengine.api.search.ISearchServiceFactoryProvider
 
isField() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isFinished() - Method in class com.google.appengine.api.log.RequestLogs
 
isFunction() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isFuzzy() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isIncludeStart() - Method in class com.google.appengine.api.search.GetRequest
 
isIncludeStartIndex() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
isKeysOnly() - Method in class com.google.appengine.api.datastore.Query
Returns true if this query will fetch and return keys only, false if it will fetch and return full entities.
isLiteral() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isLoadingRequest() - Method in class com.google.appengine.api.log.RequestLogs
 
isLoggedIn() - Method in class com.google.appengine.setup.ApiProxyEnvironment
 
isLoggedIn() - Method in class com.google.appengine.setup.LazyApiProxyEnvironment
 
isNumber(CharSequence) - Static method in class com.google.appengine.api.search.query.ParserUtils
Returns whether or not the given text looks like a number.
isPerResult() - Method in class com.google.appengine.api.search.Cursor
 
isPhrase() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isRepackaged(Object) - Static method in class com.google.appengine.api.internal.Repackaged
Returns true if the given object has a class that is the result of App Engine repackaging.
isReturningIdsOnly() - Method in class com.google.appengine.api.search.GetRequest
 
isReturningIdsOnly() - Method in class com.google.appengine.api.search.QueryOptions
 
isSchemaFetched() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
isStrict() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
isSupportedType(Class<?>) - Static method in class com.google.appengine.api.datastore.DataTypeUtils
Returns true if and only if the supplied Class can be stored in the data store.
isUnindexableType(Class<?>) - Static method in class com.google.appengine.api.datastore.DataTypeUtils
Returns true if the supplied Class cannot be indexed.
isUnindexedProperty(String) - Method in class com.google.appengine.api.datastore.PropertyContainer
Returns true if propertyName has a value that will not be indexed.
isUserAdmin() - Method in interface com.google.appengine.api.oauth.OAuthService
Returns true if the user on whose behalf the request was made is an admin for this application, false otherwise.
isUserAdmin() - Method in interface com.google.appengine.api.users.UserService
Returns true if the user making this request is an admin for this application, false otherwise.
isUserAdmin(String) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns true if the user on whose behalf the request was made is an admin for this application, false otherwise.
isUserAdmin(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
Returns true if the user on whose behalf the request was made is an admin for this application, false otherwise.
isUserLoggedIn() - Method in interface com.google.appengine.api.users.UserService
Returns true if there is a user logged in, false otherwise.
isXG() - Method in class com.google.appengine.api.datastore.TransactionOptions
 
item() - Method in class com.google.appengine.api.search.query.QueryParser
 
item_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.item_return
 
iterator() - Method in class com.google.appengine.api.datastore.KeyRange
 
iterator() - Method in interface com.google.appengine.api.datastore.QueryResultIterable
 
iterator() - Method in class com.google.appengine.api.log.LogQueryResult
Returns an Iterator that will yield all of the logs the user has requested.
iterator() - Method in class com.google.appengine.api.search.GetResponse
 
iterator() - Method in class com.google.appengine.api.search.PutResponse
 
iterator() - Method in class com.google.appengine.api.search.Results
 
IURLFetchServiceFactory - Interface in com.google.appengine.api.urlfetch
Factory for URLFetchService
IURLFetchServiceFactoryProvider - Class in com.google.appengine.api.urlfetch
Factory provider for IURLFetchServiceFactory.
IURLFetchServiceFactoryProvider() - Constructor for class com.google.appengine.api.urlfetch.IURLFetchServiceFactoryProvider
 
IUserServiceFactory - Interface in com.google.appengine.api.users
This interface should be implemented by providers of the UserService and registered with ServiceFactoryFactory.
IUserServiceFactoryProvider - Class in com.google.appengine.api.users
Creates IUserServiceFactory implementations.
IUserServiceFactoryProvider() - Constructor for class com.google.appengine.api.users.IUserServiceFactoryProvider
 

J

JakartaRemoteApiServlet - Class in com.google.apphosting.utils.remoteapi
Remote API servlet handler for Jarkata EE APIs.
JakartaRemoteApiServlet() - Constructor for class com.google.apphosting.utils.remoteapi.JakartaRemoteApiServlet
 
JakartaRemoteApiServlet.UnknownPythonServerException - Exception Class in com.google.apphosting.utils.remoteapi
Exception for unknown errors from a Python remote_api handler.
JdbcMySqlConnectionCleanupFilter - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use JdbcMySqlConnectionCleanupFilter instead.
JdbcMySqlConnectionCleanupFilter - Class in com.google.apphosting.utils.servlet.jakarta
Filter to cleanup any SQL connections that were opened but not closed during the HTTP-request processing.
JdbcMySqlConnectionCleanupFilter - Class in com.google.apphosting.utils.servlet
Filter to cleanup any SQL connections that were opened but not closed during the HTTP-request processing.
JdbcMySqlConnectionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.ee10.JdbcMySqlConnectionCleanupFilter
Deprecated.
 
JdbcMySqlConnectionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.jakarta.JdbcMySqlConnectionCleanupFilter
 
JdbcMySqlConnectionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter
 
JPEG - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
JPEG - Enum constant in enum class com.google.appengine.api.images.ImagesService.OutputEncoding
 

K

key() - Method in class com.google.appengine.api.utils.SystemProperty
The key for the system property.
Key - Class in com.google.appengine.api.datastore
The primary key for a datastore entity.
KEY_RESERVED_PROPERTY - Static variable in class com.google.appengine.api.datastore.Entity
A reserved property name used to refer to the key of the entity.
KeyFactory - Class in com.google.appengine.api.datastore
This class enables direct creation of Key objects, both in the root entity group (no parent) and as the child of a given parent.
KeyFactory.Builder - Class in com.google.appengine.api.datastore
Helper class that aids in the construction of Keys with ancestors.
KeyRange - Class in com.google.appengine.api.datastore
Represents a range of unique datastore identifiers from getStart().getId() to getEnd().getId() inclusive.
KeyRange(Key, String, long, long) - Constructor for class com.google.appengine.api.datastore.KeyRange
 
keyToString(Key) - Static method in class com.google.appengine.api.datastore.KeyFactory
Converts a Key into a websafe string.
KIND - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
KIND_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Entities
A metadata kind that can be used to query for kinds that exist in the datastore.
KIND_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Query
Deprecated.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PostDelete
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PostLoad
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PostPut
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PreDelete
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PreGet
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PrePut
The kinds to which this callback applies.
kinds() - Element in annotation interface com.google.appengine.api.datastore.PreQuery
The kinds to which this callback applies.

L

LANGUAGE_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
The expression to be used if you wish to sort by language code associated with the locale field Document.getLocale().
LazyApiProxyEnvironment - Class in com.google.appengine.setup
 
LazyApiProxyEnvironment(Supplier<ApiProxyEnvironment>) - Constructor for class com.google.appengine.setup.LazyApiProxyEnvironment
 
LE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
LE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
LE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
LE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
LeaseOptions - Class in com.google.appengine.api.taskqueue
Contains various options for lease requests following the builder pattern.
LeaseOptions(LeaseOptions) - Constructor for class com.google.appengine.api.taskqueue.LeaseOptions
A copy constructor for LeaseOptions.
LeaseOptions.Builder - Class in com.google.appengine.api.taskqueue
Provides static creation methods for LeaseOptions.
leasePeriod(long, TimeUnit) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Sets the lease period for lease requests.
leaseTasks(long, TimeUnit, long) - Method in interface com.google.appengine.api.taskqueue.Queue
Leases up to countLimit tasks from this queue for a period specified by lease and unit.
leaseTasks(LeaseOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Leases tasks from this queue, with lease period and other options specified by options.
leaseTasksAsync(long, TimeUnit, long) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously leases up to countLimit tasks from this queue for a period specified by lease and unit.
leaseTasksAsync(LeaseOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously leases tasks from this queue, with lease period and other options specified by options.
leaseTasksByTag(long, TimeUnit, long, String) - Method in interface com.google.appengine.api.taskqueue.Queue
Leases up to countLimit tasks from this queue for a period specified by lease and unit, having tag tag.
leaseTasksByTagAsync(long, TimeUnit, long, String) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously leases up to countLimit tasks from this queue for a period specified by lease and unit, having tag tag.
leaseTasksByTagBytes(long, TimeUnit, long, byte[]) - Method in interface com.google.appengine.api.taskqueue.Queue
Leases up to countLimit tasks from this queue for a period specified by lease and unit, having tag tag.
leaseTasksByTagBytesAsync(long, TimeUnit, long, byte[]) - Method in interface com.google.appengine.api.taskqueue.Queue
Asynchronously leases up to countLimit tasks from this queue for a period specified by lease and unit, having tag tag.
LESS_THAN - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
LESS_THAN_OR_EQUAL - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
LESSTHAN - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
LESSTHAN - Static variable in class com.google.appengine.api.search.query.QueryParser
 
limit(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the limit.
Link - Class in com.google.appengine.api.datastore
A Link is a URL of limited length.
Link(String) - Constructor for class com.google.appengine.api.datastore.Link
Constructs a new Link object with the specified value.
list(Collection<E>) - Static method in class com.google.appengine.api.internal.ImmutableCopy
Returns an immutable List with the same contents as the given collection.
LITERAL - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 
LITERAL - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
LITERAL - Static variable in class com.google.appengine.api.search.query.QueryParser
 
loadBlobInfo(BlobKey) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
Loads the BlobInfo metadata for blobKey.
LOCATION - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
log(LazyApiProxyEnvironment, ApiProxy.LogRecord) - Method in class com.google.appengine.setup.ApiProxyDelegate
 
LOG - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
LOG - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
LogAndContinueErrorHandler - Class in com.google.appengine.api.memcache
The default error handler, which will cause most service errors to behave as though there were a cache miss, not an error.
LogAndContinueErrorHandler(Level) - Constructor for class com.google.appengine.api.memcache.LogAndContinueErrorHandler
Constructor for a given logging level.
LogQuery - Class in com.google.appengine.api.log
Allows users to customize the behavior of LogService.fetch(LogQuery).
LogQuery() - Constructor for class com.google.appengine.api.log.LogQuery
 
LogQuery.Builder - Class in com.google.appengine.api.log
Contains static creation methods for LogQuery.
LogQuery.Version - Class in com.google.appengine.api.log
Specifies a version of a module.
LogQueryResult - Class in com.google.appengine.api.log
An object that is the result of performing a LogService.fetch() operation.
LogService - Interface in com.google.appengine.api.log
LogService allows callers to request the logs for an application using supplied filters.
LogService.LogLevel - Enum Class in com.google.appengine.api.log
 
LogServiceException - Exception Class in com.google.appengine.api.log
Log errors apart from InvalidRequestException.
LogServiceException(String) - Constructor for exception class com.google.appengine.api.log.LogServiceException
Constructs a new LogServiceException with an error message.
LogServiceException(String, Throwable) - Constructor for exception class com.google.appengine.api.log.LogServiceException
 
LogServiceFactory - Class in com.google.appengine.api.log
Creates LogService implementations.
LogServiceFactory() - Constructor for class com.google.appengine.api.log.LogServiceFactory
 
LONG - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
LPAREN - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
LPAREN - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
LPAREN - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
LPAREN - Static variable in class com.google.appengine.api.search.query.QueryParser
 
LSQUARE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
LSQUARE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
LT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
LT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 

M

mABS() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MAIL - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of theMailService.
MailService - Interface in com.google.appengine.api.mail
The MailService provides a way for user code to send emails to arbitrary destinations.
MailService.Attachment - Class in com.google.appengine.api.mail
 
MailService.Header - Class in com.google.appengine.api.mail
 
MailService.Message - Class in com.google.appengine.api.mail
Messages are prepared by the caller, and then submitted to the Mail service for sending.
MailServiceFactory - Class in com.google.appengine.api.mail
Factory for creating a MailService.
MailServiceFactory() - Constructor for class com.google.appengine.api.mail.MailServiceFactory
 
majorVersionIds(List<String>) - Method in class com.google.appengine.api.log.LogQuery
Sets the major version identifiers to query.
makeAsyncCall(LazyApiProxyEnvironment, String, String, byte[], ApiProxy.ApiConfig) - Method in class com.google.appengine.setup.ApiProxyDelegate
 
makeComposite(Image, int, int, float, Composite.Anchor) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates an image composition operation.
makeComposite(Image, int, int, float, Composite.Anchor) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates an image composition operation.
makeCompositeTransform() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a composite transform that can represent multiple transforms applied in series.
makeCompositeTransform() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a composite transform that can represent multiple transforms applied in series.
makeCompositeTransform(Collection<Transform>) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a composite transform that can represent multiple transforms applied in series.
makeCompositeTransform(Collection<Transform>) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a composite transform that can represent multiple transforms applied in series.
makeCrop(double, double, double, double) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will crop an image to fit within the bounding box specified.
makeCrop(double, double, double, double) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will crop an image to fit within the bounding box specified.
makeCrop(float, float, float, float) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will crop an image to fit within the bounding box specified.
makeCrop(float, float, float, float) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will crop an image to fit within the bounding box specified.
makeHorizontalFlip() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will horizontally flip an image.
makeHorizontalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will horizontally flip an image.
makeImage(byte[]) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates an image from the provided imageData.
makeImage(byte[]) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates an image from the provided imageData.
makeImageFromBlob(BlobKey) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Create an image backed by the specified blobKey.
makeImageFromBlob(BlobKey) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Create an image backed by the specified blobKey.
makeImageFromFilename(String) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Create an image backed by the specified filename.
makeImageFromFilename(String) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Create an image backed by the specified filename.
makeImFeelingLucky() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that automatically adjust contrast and color levels.
makeImFeelingLucky() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that automatically adjust contrast and color levels.
makePbKey(Object) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
Converts the user's key Object into a byte[] for the MemcacheGetRequest.
makeResize(int, int) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will resize an image to fit within a box with width width and height height.
makeResize(int, int) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will resize an image to fit within a box with width width and height height.
makeResize(int, int, boolean) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a resize transform that will resize an image to fit within a box of width width and height height.
makeResize(int, int, boolean) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a resize transform that will resize an image to fit within a box of width width and height height.
makeResize(int, int, double, double) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will resize an image to exactly fit a box with width width and height height by resizing to the less constraining dimension and cropping the other.
makeResize(int, int, double, double) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will resize an image to exactly fit a box with width width and height height by resizing to the less constraining dimension and cropping the other.
makeResize(int, int, float, float) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will resize an image to exactly fit a box with width width and height height by resizing to the less constraining dimension and cropping the other.
makeResize(int, int, float, float) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will resize an image to exactly fit a box with width width and height height by resizing to the less constraining dimension and cropping the other.
makeRotate(int) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that rotates an image by degrees degrees clockwise.
makeRotate(int) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that rotates an image by degrees degrees clockwise.
makeSyncCall(LazyApiProxyEnvironment, String, String, byte[]) - Method in class com.google.appengine.setup.ApiProxyDelegate
 
makeVerticalFlip() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
Creates a transform that will vertically flip an image.
makeVerticalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will vertically flip an image.
mAND() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mAND() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mark(int) - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
markForRetry() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Request a retry of this task, even if an exception was not thrown.
markForRetry() - Static method in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
Request a retry of this task, even if an exception was not thrown.
markForRetry() - Static method in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
Request a retry of this task, even if an exception was not thrown.
markSupported() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
mASCII_LETTER() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MASTER_SLAVE - Enum constant in enum class com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
 
matches(OnestoreEntity.EntityProto) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
matches(OnestoreEntity.Property) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
MatchScorer - Class in com.google.appengine.api.search
Assigns a document score based on frequency of terms in TextFields and HTMLFields.
MatchScorer.Builder - Class in com.google.appengine.api.search
A builder that constructs MatchScorers.
mATOM() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MAX - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
MAX - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
MAX_BLOB_FETCH_SIZE - Static variable in interface com.google.appengine.api.blobstore.BlobstoreService
 
MAX_BLOB_FETCH_SIZE - Static variable in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
 
MAX_BLOB_FETCH_SIZE - Static variable in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
 
MAX_COMPOSITES_PER_REQUEST - Static variable in interface com.google.appengine.api.images.ImagesService
 
MAX_LINK_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
 
MAX_RESIZE_DIMENSIONS - Static variable in interface com.google.appengine.api.images.ImagesService
 
MAX_SHORT_BLOB_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
This is the maximum number of bytes that a ShortBlob property can contain.
MAX_STRING_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
This is the maximum number of bytes that a string property can contain.
MAX_TRANSFORMS_PER_REQUEST - Static variable in interface com.google.appengine.api.images.ImagesService
 
MAX_USER_API_CALL_WAIT_MS - Static variable in class com.google.appengine.setup.RuntimeUtils
 
MAX_VALUE - Static variable in class com.google.appengine.api.datastore.Rating
The maximum legal value for a rating.
maxBackoffSeconds(double) - Method in class com.google.appengine.api.taskqueue.RetryOptions
Sets the maximum retry backoff interval, in seconds.
maxDoublings(int) - Method in class com.google.appengine.api.taskqueue.RetryOptions
Sets the maximum times the retry backoff interval should double before rising linearly to the maximum.
maxEntityGroupsPerRpc(int) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Sets the maximum number of entity groups that can be represented in a single rpc.
MAXIMUM_ATOM_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of an atom in bytes (500).
MAXIMUM_CURSOR_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a cursor.
MAXIMUM_DATE_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum date that can be stored in a date field.
MAXIMUM_DOCUMENT_ID_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a document id.
MAXIMUM_DOCUMENT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a document.
MAXIMUM_INDEX_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length for an index name.
MAXIMUM_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a field or facet name in bytes (500).
MAXIMUM_NEGATIVE_LATITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum negative degrees for latitude.
MAXIMUM_NEGATIVE_LONGITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum negative degrees for longitude.
MAXIMUM_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum value that can be stored in a number field (2147483647).
MAXIMUM_POSITIVE_LATITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum positive degrees for latitude.
MAXIMUM_POSITIVE_LONGITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum positive degrees for longitude.
MAXIMUM_PREFIX_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a prefix field in bytes (500).
MAXIMUM_QUERY_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a query string.
MAXIMUM_TEXT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum length of a text or HTML in bytes (1048576).
maxLease(TimeUnit) - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum length of period to lease a task.
maxLeaseCount() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum number of tasks to lease in one call.
maxPullTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum pull task size.
maxPushTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum push task size.
maxQueueNameLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum length of a queue name.
maxRetries(int) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Sets the maximum number of retries for underlying HTTP connect exceptions.
maxTaskNameLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum length of a task name.
maxTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
maxTasksPerAdd() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum number of tasks that may be passed to a single add call.
maxTaskTagLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum length of a task tag.
maxUploadSizeBytes(long) - Method in class com.google.appengine.api.blobstore.UploadOptions
Sets the maximum size in bytes that for the total upload.
maxUploadSizeBytesPerBlob(long) - Method in class com.google.appengine.api.blobstore.UploadOptions
Sets the maximum size in bytes for any one blob in the upload.
maxUrlLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
Returns the maximum URL length.
mBACKSLASH() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mCOMMA() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mCOMMA() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mCOND() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mCOUNT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MD5_HASH - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
mDATE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mDIGIT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mDIGIT() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mDISTANCE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mDIV() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mDOLLAR() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mDOT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
member() - Method in class com.google.appengine.api.search.query.QueryParser
 
member_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.member_return
 
MEMCACHE - Static variable in class com.google.appengine.api.capabilities.Capability
Availability ofMemcacheService.
MemcacheSerialization - Class in com.google.appengine.api.memcache
Static serialization helpers used by MemcacheServiceImpl This class is thread-safe.
MemcacheSerialization.Flag - Enum Class in com.google.appengine.api.memcache
Values used as flags on the MemcacheService's values.
MemcacheSerialization.ValueAndFlags - Class in com.google.appengine.api.memcache
Tuple of a serialized byte array value and associated flags to interpret that value.
MemcacheService - Interface in com.google.appengine.api.memcache
The Java API for the App Engine Memcache service.
MemcacheService.CasValues - Class in com.google.appengine.api.memcache
A holder for compare and set values.
MemcacheService.IdentifiableValue - Interface in com.google.appengine.api.memcache
Encapsulates an Object that is returned by MemcacheService.getIdentifiable(java.lang.Object).
MemcacheService.ItemForPeek - Interface in com.google.appengine.api.memcache
...
MemcacheService.SetPolicy - Enum Class in com.google.appengine.api.memcache
MemcacheServiceException - Exception Class in com.google.appengine.api.memcache
An exception for backend non-availability or similar error states which may occur, but are not necessarily indicative of a coding or usage error by the application.
MemcacheServiceException(String) - Constructor for exception class com.google.appengine.api.memcache.MemcacheServiceException
 
MemcacheServiceException(String, Throwable) - Constructor for exception class com.google.appengine.api.memcache.MemcacheServiceException
 
MemcacheServiceFactory - Class in com.google.appengine.api.memcache
The factory by which users acquire a handle to the MemcacheService.
mEQ() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mEQ() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mESC() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mESC_SEQ() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mESCAPED_CHAR() - Method in class com.google.appengine.api.search.query.QueryLexer
 
message() - Element in annotation interface com.google.apphosting.api.AppEngineInternal
 
Message() - Constructor for class com.google.appengine.api.mail.MailService.Message
 
Message(String, String, String, String) - Constructor for class com.google.appengine.api.mail.MailService.Message
Convenience constructor for simple messages
method(TaskOptions.Method) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the method used for this task.
mEXCLAMATION() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mEXPONENT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mFIX() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mFLOAT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mGE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mGE() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mGEO() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mGEOPOINT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mGT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mGT() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mHAS() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mHEX_DIGIT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mHEX_DIGIT() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mHTML() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MID_CHAR - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
MID_CHAR - Static variable in class com.google.appengine.api.search.query.QueryParser
 
MILLISECONDS_IN_DAY - Static variable in class com.google.appengine.api.search.DateUtil
The milliseconds in a day.
MIN - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
MIN - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
MIN_VALUE - Static variable in class com.google.appengine.api.datastore.Rating
The minimum legal value for a rating.
minBackoffSeconds(double) - Method in class com.google.appengine.api.taskqueue.RetryOptions
Sets the minimum retry backoff interval, in seconds.
MINIMUM_DATE_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The minimum date that can be stored in a date field.
MINIMUM_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The minimum value that can be stored in a number field (-2147483647).
minimumCompositeIndexesForQuery(Query, Collection<Index>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
minimumCompositeIndexForQuery(Query, Collection<Index>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
minLogLevel(LogService.LogLevel) - Method in class com.google.appengine.api.log.LogQuery
Sets the minimum log level.
mINT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
MINUS - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
MINUS - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
MINUS - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
MINUS - Static variable in class com.google.appengine.api.search.query.QueryParser
 
minValue - Variable in enum class com.google.storage.onestore.PropertyType
Two PropertyValue representations of this property type, one for the minimum possible value and one human-readable placeholder.
mLE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mLE() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mLESSTHAN() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mLOG() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mLPAREN() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mLPAREN() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mLSQUARE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mLT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mMAX() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mMID_CHAR() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mMIN() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mMINUS() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mMINUS() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mNAME() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mNAME_START() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mNE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mNE() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mNOT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mNOT() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mNUMBER() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mNUMBER_PREFIX() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mOCTAL_ESC() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mOCTAL_ESC() - Method in class com.google.appengine.api.search.query.QueryLexer
 
modifyTaskLease(TaskHandle, long, TimeUnit) - Method in interface com.google.appengine.api.taskqueue.Queue
Modify the lease of the specified task in this Queue for a period of time specified by lease and unit.
ModulesException - Exception Class in com.google.appengine.api.modules
Exception thrown by the ModulesService.
ModulesException(String) - Constructor for exception class com.google.appengine.api.modules.ModulesException
 
ModulesException(String, Throwable) - Constructor for exception class com.google.appengine.api.modules.ModulesException
 
ModulesService - Interface in com.google.appengine.api.modules
ModulesService allows the application to fetch information about its own module and version information.
ModulesServiceFactory - Class in com.google.appengine.api.modules
Factory by which users get an implementation of the ModulesService.
mOR() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mOR() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mPHRASE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mPLUS() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mPOW() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mQUOTE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mQUOTE() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mREWRITE() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mRPAREN() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mRPAREN() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mRSQUARE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mSNIPPET() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mSTART_CHAR() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mSWITCH() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mT__60() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mTEXT() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mTEXT() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mTEXT_ESC() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mTIMES() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mTokens() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mTokens() - Method in class com.google.appengine.api.search.query.QueryLexer
 
multExpr() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
multExpr_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.multExpr_return
 
MULTI_TYPE_COMPARATOR - Static variable in class com.google.appengine.api.datastore.EntityProtoComparators
 
MultipartMimeUtils - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use MultipartMimeUtils instead.
MultipartMimeUtils - Class in com.google.apphosting.utils.servlet.jakarta
MultipartMimeUtils is a collection of static utility clases that facilitate the parsing of multipart/form-data and multipart/mixed requests using the MimeMultipart class provided by JavaMail.
MultipartMimeUtils - Class in com.google.apphosting.utils.servlet
MultipartMimeUtils is a collection of static utility clases that facilitate the parsing of multipart/form-data and multipart/mixed requests using the MimeMultipart class provided by JavaMail.
MultipartMimeUtils() - Constructor for class com.google.apphosting.utils.servlet.ee10.MultipartMimeUtils
Deprecated.
 
MultipartMimeUtils() - Constructor for class com.google.apphosting.utils.servlet.jakarta.MultipartMimeUtils
 
MultipartMimeUtils() - Constructor for class com.google.apphosting.utils.servlet.MultipartMimeUtils
 
multipleEntityGroups(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
Deprecated.
multOp() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
multOp_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.multOp_return
 
mUNDERSCORE() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mUNICODE_ESC() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mUNICODE_ESC() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mVECTOR() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mWS() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 
mWS() - Method in class com.google.appengine.api.search.query.QueryLexer
 
mXOR() - Method in class com.google.appengine.api.search.query.ExpressionLexer
 

N

name() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
NAME - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NAME - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
name_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.name_return
 
NAME_START - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NAME_START - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
NAMESPACE_METADATA_EMPTY_ID - Static variable in class com.google.appengine.api.datastore.Entities
The numeric ID for __namespace__ keys representing the empty namespace.
NAMESPACE_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Entities
A metadata kind that can be used to query for namespaces that exist in the datastore.
NAMESPACE_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Query
Deprecated.
NAMESPACE_SEPARATOR - Static variable in class com.google.apphosting.api.NamespaceResources
The separator character used to encode the appId/namespace pair.
NamespaceManager - Class in com.google.appengine.api
Provides functions for manipulating the current namespace used for App Engine APIs.
NamespaceResources - Class in com.google.apphosting.api
Reources for namespaces used by front end and back end.
NE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
NE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
NE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
NEG - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NEG - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
negation() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
NEGATION - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
NEGATION - Static variable in class com.google.appengine.api.search.query.QueryParser
 
negation_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.negation_return
 
newBuilder() - Static method in class com.google.appengine.api.search.Cursor
Creates and returns a Cursor builder.
newBuilder() - Static method in class com.google.appengine.api.search.Document
Creates a new document builder.
newBuilder() - Static method in class com.google.appengine.api.search.FacetOptions
Creates and returns an empty FacetOptions.Builder.
newBuilder() - Static method in class com.google.appengine.api.search.FacetRequest
Creates and returns a FacetRequest builder.
newBuilder() - Static method in class com.google.appengine.api.search.FacetResult
 
newBuilder() - Static method in class com.google.appengine.api.search.Field
Creates a field builder.
newBuilder() - Static method in class com.google.appengine.api.search.FieldExpression
 
newBuilder() - Static method in class com.google.appengine.api.search.GetIndexesRequest
 
newBuilder() - Static method in class com.google.appengine.api.search.GetRequest
 
newBuilder() - Static method in class com.google.appengine.api.search.IndexSpec
Creates a new IndexSpec builder.
newBuilder() - Static method in class com.google.appengine.api.search.MatchScorer
Creates and returns a MatchScorer Builder.
newBuilder() - Static method in class com.google.appengine.api.search.Query
Creates and returns a Query builder.
newBuilder() - Static method in class com.google.appengine.api.search.QueryOptions
Creates and returns a QueryOptions builder.
newBuilder() - Static method in class com.google.appengine.api.search.RescoringMatchScorer
Creates and returns a RescoringMatchScorer Builder.
newBuilder() - Static method in class com.google.appengine.api.search.Schema
Creates a schema builder.
newBuilder() - Static method in class com.google.appengine.api.search.ScoredDocument
 
newBuilder() - Static method in class com.google.appengine.api.search.SearchServiceConfig
newBuilder() - Static method in class com.google.appengine.api.search.SortExpression
Creates and returns a SortExpression Builder.
newBuilder() - Static method in class com.google.appengine.api.search.SortOptions
Creates and returns a SortOptions Builder.
newBuilder(Cursor) - Static method in class com.google.appengine.api.search.Cursor
Creates a builder from the given request.
newBuilder(FacetOptions) - Static method in class com.google.appengine.api.search.FacetOptions
Creates and returns a FacetOptions.Builder that reflects the given options.
newBuilder(FacetRequest) - Static method in class com.google.appengine.api.search.FacetRequest
Creates a builder from the given FacetRequest.
newBuilder(GetIndexesRequest) - Static method in class com.google.appengine.api.search.GetIndexesRequest
 
newBuilder(GetRequest) - Static method in class com.google.appengine.api.search.GetRequest
 
newBuilder(Query) - Static method in class com.google.appengine.api.search.Query
Creates a builder from the given query.
newBuilder(QueryOptions) - Static method in class com.google.appengine.api.search.QueryOptions
Creates a builder from the given request.
newEntityBuilder(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
newInvalidRequestStatus(IllegalArgumentException) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Creates a RequestStatus message suitable for reporting an invalid request.
newKeyBuilder(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
newParser(TokenRewriteStream) - Method in class com.google.appengine.api.search.query.QueryParserFactory
 
newQueryBuilder() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
newQueryBuilder(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
newStatus(SearchServicePb.SearchServiceError.ErrorCode) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Creates a SearchServicePb.RequestStatus from the given code.
newStatus(SearchServicePb.SearchServiceError.ErrorCode, String) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Creates a SearchServicePb.RequestStatus from the given code and message.
newStatusBuilder(SearchServicePb.SearchServiceError.ErrorCode, String) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Creates a SearchServicePb.RequestStatus.Builder from the given code and message.
newThread(Runnable) - Method in class com.google.appengine.setup.RequestThreadFactory
Create a new Thread that executes runnable for the duration of the current request.
newUnknownIndexStatus(SearchServicePb.IndexSpec) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Creates a RequestStatus message suitable for reporting an unknown index.
next() - Method in enum class com.google.storage.onestore.PropertyType
 
NONE - Enum constant in enum class com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
If a current transaction exists, use it, otherwise execute without a transaction.
NOT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NOT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
NOT - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
NOT - Static variable in class com.google.appengine.api.search.query.QueryParser
 
NOT_EQUAL - Enum constant in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
notOp() - Method in class com.google.appengine.api.search.query.QueryParser
 
notOp_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.notOp_return
 
NULL - Enum constant in enum class com.google.storage.onestore.PropertyType
 
num() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
num_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.num_return
 
NUMBER - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Double precision floating-point number.
NUMBER - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
NUMBER - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
NUMBER - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
NUMBER_PREFIX - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
NUMBER_PREFIX - Static variable in class com.google.appengine.api.search.query.QueryParser
 

O

OAuthRequestException - Exception Class in com.google.appengine.api.oauth
OAuthRequestException is thrown when a request is not a valid OAuth request.
OAuthRequestException(String) - Constructor for exception class com.google.appengine.api.oauth.OAuthRequestException
 
OAuthService - Interface in com.google.appengine.api.oauth
The OAuthService provides methods useful for validating OAuth requests.
OAuthServiceFactory - Class in com.google.appengine.api.oauth
Creates an OAuthService.
OAuthServiceFailureException - Exception Class in com.google.appengine.api.oauth
OAuthServiceFailureException is thrown when any unknown error occurs while communicating with the OAuth service.
OAuthServiceFailureException(String) - Constructor for exception class com.google.appengine.api.oauth.OAuthServiceFailureException
 
OAuthServiceFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.oauth.OAuthServiceFailureException
 
OBJECT - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
OCTAL_ESC - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
OCTAL_ESC - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
OCTAL_ESC - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
OCTAL_ESC - Static variable in class com.google.appengine.api.search.query.QueryParser
 
of(Query.Filter...) - Method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
of(String, Object) - Method in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
of(Collection<Query.Filter>) - Method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
offset(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the offset.
offset(String) - Method in class com.google.appengine.api.log.LogQuery
Sets the offset.
OK - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation was successfully completed.
onDate(Date) - Static method in class com.google.appengine.api.memcache.Expiration
Creates an expiration at specific date/time.
ONE_DAY_IN_MILLIS - Static variable in class com.google.appengine.setup.RuntimeUtils
 
OperationResult - Class in com.google.appengine.api.search
The result of an operation involving the search service.
OperationResult(StatusCode, String) - Constructor for class com.google.appengine.api.search.OperationResult
 
or(Query.Filter...) - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
or(Collection<Query.Filter>) - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
OR - Enum constant in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
 
OR - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
OR - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
OR - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
OR - Static variable in class com.google.appengine.api.search.query.QueryParser
 
orOp() - Method in class com.google.appengine.api.search.query.QueryParser
 
orOp_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.orOp_return
 
OutputSettings - Class in com.google.appengine.api.images
OutputSettings represents the different settings to specify how a particular transform or composite will return an Image.
OutputSettings(ImagesService.OutputEncoding) - Constructor for class com.google.appengine.api.images.OutputSettings
 

P

param(String, byte[]) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Add a named byte array parameter.
param(String, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Add a named String parameter.
parse(HttpServletRequest) - Static method in class com.google.appengine.api.mail.ee10.BounceNotificationParser
Deprecated.
Parse the POST data of the given request to get details about the bounce notification.
parse(HttpServletRequest) - Static method in class com.google.appengine.api.mail.jakarta.BounceNotificationParser
Parse the POST data of the given request to get details about the bounce notification.
parse(String) - Static method in class com.google.appengine.api.blobstore.ByteRange
Parse byte range from header.
parse(String) - Method in class com.google.appengine.api.search.query.ExpressionTreeBuilder
Parses the user expression and returns a CommonTree.
parse(String) - Method in class com.google.appengine.api.search.query.QueryTreeBuilder
Parses the user query and returns its AST.
parse(HttpServletRequest) - Static method in class com.google.appengine.api.mail.BounceNotificationParser
Parse the POST data of the given request to get details about the bounce notification.
ParseBlobUploadFilter - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use ParseBlobUploadFilter instead.
ParseBlobUploadFilter - Class in com.google.apphosting.utils.servlet.jakarta
ParseBlobUploadFilter is responsible for the parsing multipart/form-data or multipart/mixed requests used to make Blob upload callbacks, and storing a set of string-encoded blob keys as a servlet request attribute.
ParseBlobUploadFilter - Class in com.google.apphosting.utils.servlet
ParseBlobUploadFilter is responsible for the parsing multipart/form-data or multipart/mixed requests used to make Blob upload callbacks, and storing a set of string-encoded blob keys as a servlet request attribute.
ParseBlobUploadFilter() - Constructor for class com.google.apphosting.utils.servlet.ee10.ParseBlobUploadFilter
Deprecated.
 
ParseBlobUploadFilter() - Constructor for class com.google.apphosting.utils.servlet.jakarta.ParseBlobUploadFilter
 
ParseBlobUploadFilter() - Constructor for class com.google.apphosting.utils.servlet.ParseBlobUploadFilter
 
parseContentRange(String) - Static method in class com.google.appengine.api.blobstore.ByteRange
Parse content range from header for byte-range only.
parseFullAppId(String) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Parse a full app id into partition, domain name and display app_id.
parseLocale(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Returns a Locale parsed from the given locale string.
parseMultipartRequest(HttpServletRequest) - Static method in class com.google.apphosting.utils.servlet.jakarta.MultipartMimeUtils
Parse the request body and return a MimeMultipart representing the request.
parseMultipartRequest(HttpServletRequest) - Static method in class com.google.apphosting.utils.servlet.MultipartMimeUtils
Parse the request body and return a MimeMultipart representing the request.
ParserUtils - Class in com.google.appengine.api.search.query
A helper class that holds various, state-less utility functions used by the query parser.
PATCH - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
payload(byte[]) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the payload directly without specifying the content-type.
payload(byte[], String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the payload with the given content type.
payload(DeferredTask) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the payload to the serialized form of the deferredTask object.
payload(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the payload by String.
payload(String, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the payload from a String given a specific character set.
PERMISSION_DENIED_ERROR - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed due to user not having permission.
PhoneNumber - Class in com.google.appengine.api.datastore
A human-readable phone number.
PhoneNumber(String) - Constructor for class com.google.appengine.api.datastore.PhoneNumber
 
phrase() - Method in class com.google.appengine.api.search.query.QueryParser
 
PHRASE - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 
PHRASE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
PHRASE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
phrase_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.phrase_return
 
placeholderValue - Variable in enum class com.google.storage.onestore.PropertyType
 
PLUS - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
PLUS - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
PNG - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
PNG - Enum constant in enum class com.google.appengine.api.images.ImagesService.OutputEncoding
 
POINT - Enum constant in enum class com.google.storage.onestore.PropertyType
 
POST - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
POST - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
PostalAddress - Class in com.google.appengine.api.datastore
A human-readable mailing address.
PostalAddress(String) - Constructor for class com.google.appengine.api.datastore.PostalAddress
 
PostDelete - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked after an Entity of any of the specified kinds is deleted from the datastore.
PostLoad - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked after an Entity of any of the specified kinds is loaded from the datastore.
PostLoadContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to intercepted operations that load Entities, currently get and "query".
PostPut - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked after an Entity of any of the specified kinds is written to the datastore.
POW - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
POW - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
precedence() - Element in annotation interface com.google.appengine.spi.ServiceProvider
Higher precedence will take priority over lower precedences for a given interface.
preConcatenate(Transform) - Method in class com.google.appengine.api.images.CompositeTransform
Concatenates a transform to the start of this composite transform.
Preconditions - Class in com.google.appengine.api.search.checkers
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
PreDelete - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked before an Entity of any of the specified kinds is deleted from the datastore.
prefetchSize(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the number of entities to prefetch.
PreGet - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked before an Entity of any of the specified kinds is fetched from the datastore via a get() rpc.
PreGetContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to intercepted get() operations.
prepare(Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
prepare(Query) - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Prepares a query for execution.
prepare(Transaction, Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
prepare(Transaction, Query) - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Exhibits the same behavior as BaseDatastoreService.prepare(Query), but executes within the provided transaction.
PreparedQuery - Interface in com.google.appengine.api.datastore
Contains methods for fetching and returning entities from a Query.
PreparedQuery.TooManyResultsException - Exception Class in com.google.appengine.api.datastore
Indicates that too many results were found for PreparedQuery.asSingleEntity().
PrePut - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked before an Entity of any of the specified kinds is written to the datastore.
PreQuery - Annotation Interface in com.google.appengine.api.datastore
Identifies a callback method to be invoked before a Query for any of the specified kinds is executed against the datastore.
PreQueryContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to intercepted queries.
previousTransaction() - Method in class com.google.appengine.api.datastore.TransactionOptions
Return the previous transaction that is being retried, or null if none was provided.
primitive() - Method in class com.google.appengine.api.search.query.QueryParser
 
primitive_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.primitive_return
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.google.appengine.tools.compilation.DatastoreCallbacksProcessor
 
Production - Enum constant in enum class com.google.appengine.api.utils.SystemProperty.Environment.Value
 
Projection - Class in com.google.appengine.api.datastore
A query projection.
PROPERTY_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Entities
A metadata kind that can be used to query for properties that exist in the datastore.
PROPERTY_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Query
Deprecated.
PropertyContainer - Class in com.google.appengine.api.datastore
A mutable property container.
PropertyProjection - Class in com.google.appengine.api.datastore
A property projection.
PropertyProjection(String, Class<?>) - Constructor for class com.google.appengine.api.datastore.PropertyProjection
Constructs a property projection.
PropertyType - Enum Class in com.google.storage.onestore
An enum for all of the Onestore property types.
PROSPECTIVE_SEARCH - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the ProspectiveSearchService.
PublicCertificate - Class in com.google.appengine.api.appidentity
PublicCertificate contains an x509 public certificate in PEM format and a string which is used to identify this certificate.
PublicCertificate(String, String) - Constructor for class com.google.appengine.api.appidentity.PublicCertificate
 
PULL - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
purge() - Method in interface com.google.appengine.api.taskqueue.Queue
Clears all the tasks in this Queue.
put(Transaction, Entity) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
put(Transaction, Entity) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
put(Transaction, Iterable<Entity>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
put(Transaction, Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
put(Entity) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
put(Entity) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
put(Entity) - Method in interface com.google.appengine.api.datastore.DatastoreService
If the specified Entity does not yet exist in the data store, create it and assign its Key.
put(Transaction, Entity) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.put(Entity), but executes within the provided transaction.
put(Transaction, Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Exhibits the same behavior as DatastoreService.put(Iterable), but executes within the provided transaction.
put(Document...) - Method in interface com.google.appengine.api.search.Index
Put the documents into the index, updating any document that is already present.
put(Document.Builder...) - Method in interface com.google.appengine.api.search.Index
 
put(Iterable<Entity>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
 
put(Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
put(Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Performs a batch put of all entities.
put(Iterable<Document>) - Method in interface com.google.appengine.api.search.Index
 
put(Object, Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
put(Object, Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
A convenience shortcut, equivalent to put(key, value, null, SetPolicy.SET_ALWAYS).
put(Object, Object, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
put(Object, Object, Expiration) - Method in interface com.google.appengine.api.memcache.MemcacheService
put(Object, Object, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
put(Object, Object, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.MemcacheService
Store a new value into the cache, using key, but subject to the policy regarding existing entries.
PUT - Enum constant in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
 
PUT - Enum constant in enum class com.google.appengine.api.urlfetch.HTTPMethod
 
PUT_MAXIMUM_DOCS_PER_REQUEST - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of documents allowed per index and delete request.
putAll(Map<?, ?>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<?, ?>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience multi-put, equivalent to putAll(values, expires, SetPolicy.SET_ALWAYS).
putAll(Map<?, ?>, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<?, ?>, Expiration) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience multi-put, equivalent to putAll(values, expires, SetPolicy.SET_ALWAYS).
putAll(Map<T, ?>, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<T, ?>, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.MemcacheService
putAsync(Document...) - Method in interface com.google.appengine.api.search.Index
 
putAsync(Document.Builder...) - Method in interface com.google.appengine.api.search.Index
 
putAsync(Iterable<Document>) - Method in interface com.google.appengine.api.search.Index
 
PutContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to put() callbacks.
PutException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while putting objects into the index.
PutException(OperationResult) - Constructor for exception class com.google.appengine.api.search.PutException
Constructs an exception when some error occurred in the search service when putting some objects into the index.
PutException(OperationResult, List<OperationResult>, List<String>) - Constructor for exception class com.google.appengine.api.search.PutException
Constructs an exception when some error occurred in the search service when putting some objects to the index.
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience shortcut, equivalent to put(key, oldValue, newValue, null).
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object, Expiration) - Method in interface com.google.appengine.api.memcache.MemcacheService
Atomically, store newValue only if no other value has been stored since oldValue was retrieved.
putIfUntouched(Map<T, MemcacheService.CasValues>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Map<T, MemcacheService.CasValues>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience shortcut, equivalent to putIfUntouched(values, null).
putIfUntouched(Map<T, MemcacheService.CasValues>, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Map<T, MemcacheService.CasValues>, Expiration) - Method in interface com.google.appengine.api.memcache.MemcacheService
PutResponse - Class in com.google.appengine.api.search
Represents a result of putting a list of objects (documents or queries) into an index.

Q

query() - Method in class com.google.appengine.api.search.query.QueryParser
 
Query - Class in com.google.appengine.api.datastore
Query encapsulates a request for zero or more Entity objects out of the datastore.
Query - Class in com.google.appengine.api.search
A query to search an index for documents which match, restricting the document fields returned to those given, and scoring and sorting the results, whilst supporting pagination.
Query() - Constructor for class com.google.appengine.api.datastore.Query
Create a new kindless Query that finds Entity objects.
Query(Key) - Constructor for class com.google.appengine.api.datastore.Query
Create a new Query that finds Entity objects with the specified Key as an ancestor.
Query(String, Key) - Constructor for class com.google.appengine.api.datastore.Query
Create a new Query that finds Entity objects with the specified kind and the specified ancestor.
Query(String) - Constructor for class com.google.appengine.api.datastore.Query
Create a new Query that finds Entity objects with the specified kind.
query_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.query_return
 
Query.Builder - Class in com.google.appengine.api.search
A builder which constructs Query objects.
Query.CompositeFilter - Class in com.google.appengine.api.datastore
A Query.Filter that combines several sub filters using a Query.CompositeFilterOperator.
Query.CompositeFilterOperator - Enum Class in com.google.appengine.api.datastore
Operators supported by Query.CompositeFilter.
Query.Filter - Class in com.google.appengine.api.datastore
The base class for a query filter.
Query.FilterOperator - Enum Class in com.google.appengine.api.datastore
Operators supported by Query.FilterPredicate.
Query.FilterPredicate - Class in com.google.appengine.api.datastore
A Query.Filter on a single property.
Query.GeoRegion - Class in com.google.appengine.api.datastore
A geographic region intended for use in a Query.StContainsFilter.
Query.GeoRegion.Circle - Class in com.google.appengine.api.datastore
A geographical region representing all points within a fixed distance from a central point, i.e., a circle.
Query.GeoRegion.Rectangle - Class in com.google.appengine.api.datastore
A simple geographical region bounded by two latitude lines, and two longitude lines, i.e., a "rectangle".
Query.SortDirection - Enum Class in com.google.appengine.api.datastore
SortDirection controls the order of a sort.
Query.SortPredicate - Class in com.google.appengine.api.datastore
SortPredicate is a data container that holds a single sort predicate.
Query.StContainsFilter - Class in com.google.appengine.api.datastore
A Query.Filter representing a geo-region containment predicate.
queryBlobInfos() - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
Queries for BlobInfo instances, beginning with the BlobKey that appears first in lexicographic order.
queryBlobInfosAfter(BlobKey) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
Queries for BlobInfo instances, beginning at the blob following previousBlob in lexicographic order.
QueryChecker - Class in com.google.appengine.api.search.checkers
Checks values of Query.
QueryChecker() - Constructor for class com.google.appengine.api.search.checkers.QueryChecker
 
QueryLexer - Class in com.google.appengine.api.search.query
 
QueryLexer() - Constructor for class com.google.appengine.api.search.query.QueryLexer
 
QueryLexer(CharStream) - Constructor for class com.google.appengine.api.search.query.QueryLexer
 
QueryLexer(CharStream, RecognizerSharedState) - Constructor for class com.google.appengine.api.search.query.QueryLexer
 
QueryOnlyCustomerDocumentChecker - Class in com.google.appengine.api.search.checkers
This class performs DocumentPb.Document validity checks for search customers that only use the query API.
QueryOnlyCustomerDocumentChecker() - Constructor for class com.google.appengine.api.search.checkers.QueryOnlyCustomerDocumentChecker
 
QueryOptions - Class in com.google.appengine.api.search
Represents options which control where and what in the search results to return, from restricting the document fields returned to those given, and scoring and sorting the results, whilst supporting pagination.
QueryOptions.Builder - Class in com.google.appengine.api.search
A builder which constructs QueryOptions objects.
QueryOptionsChecker - Class in com.google.appengine.api.search.checkers
Checks values of QueryOptions.
QueryOptionsChecker() - Constructor for class com.google.appengine.api.search.checkers.QueryOptionsChecker
 
QueryParser - Class in com.google.appengine.api.search.query
 
QueryParser(TokenStream) - Constructor for class com.google.appengine.api.search.query.QueryParser
 
QueryParser(TokenStream, RecognizerSharedState) - Constructor for class com.google.appengine.api.search.query.QueryParser
 
QueryParser.andOp_return - Class in com.google.appengine.api.search.query
 
QueryParser.arg_return - Class in com.google.appengine.api.search.query
 
QueryParser.arglist_return - Class in com.google.appengine.api.search.query
 
QueryParser.comparable_return - Class in com.google.appengine.api.search.query
 
QueryParser.comparator_return - Class in com.google.appengine.api.search.query
 
QueryParser.composite_return - Class in com.google.appengine.api.search.query
 
QueryParser.expression_return - Class in com.google.appengine.api.search.query
 
QueryParser.factor_return - Class in com.google.appengine.api.search.query
 
QueryParser.function_return - Class in com.google.appengine.api.search.query
 
QueryParser.item_return - Class in com.google.appengine.api.search.query
 
QueryParser.member_return - Class in com.google.appengine.api.search.query
 
QueryParser.notOp_return - Class in com.google.appengine.api.search.query
 
QueryParser.orOp_return - Class in com.google.appengine.api.search.query
 
QueryParser.phrase_return - Class in com.google.appengine.api.search.query
 
QueryParser.primitive_return - Class in com.google.appengine.api.search.query
 
QueryParser.query_return - Class in com.google.appengine.api.search.query
 
QueryParser.restriction_return - Class in com.google.appengine.api.search.query
 
QueryParser.sep_return - Class in com.google.appengine.api.search.query
 
QueryParser.sequence_return - Class in com.google.appengine.api.search.query
 
QueryParser.term_return - Class in com.google.appengine.api.search.query
 
QueryParser.text_return - Class in com.google.appengine.api.search.query
 
QueryParser.value_return - Class in com.google.appengine.api.search.query
 
QueryParserFactory - Class in com.google.appengine.api.search.query
A factory which produces QueryParsers for a given token rewrite stream.
QueryParserFactory() - Constructor for class com.google.appengine.api.search.query.QueryParserFactory
 
QueryResultIterable<T> - Interface in com.google.appengine.api.datastore
A class that produces QueryResultIterators.
QueryResultIterator<T> - Interface in com.google.appengine.api.datastore
A class that iterates through the results of a Query
QueryResultList<T> - Interface in com.google.appengine.api.datastore
A list of results returned by executing a Query.
QueryTreeBuilder - Class in com.google.appengine.api.search.query
A generator of AST representation of a query.
QueryTreeBuilder() - Constructor for class com.google.appengine.api.search.query.QueryTreeBuilder
 
QueryTreeBuilder(QueryParserFactory) - Constructor for class com.google.appengine.api.search.query.QueryTreeBuilder
 
QueryTreeContext<T> - Class in com.google.appengine.api.search.query
The base class for specific query tree context used by the walker.
QueryTreeContext.Kind - Enum Class in com.google.appengine.api.search.query
Enumeration of the kind of the term that has a given return type.
QueryTreeContext.RewriteMode - Enum Class in com.google.appengine.api.search.query
Enumeration of text terms rewrite mode.
QueryTreeContext.Type - Enum Class in com.google.appengine.api.search.query
Enumeration of supported return types.
QueryTreeException - Exception Class in com.google.appengine.api.search.query
A parsing exception thrown when the tree resulting from parsing a query is in some sense invalid.
QueryTreeException(String, int) - Constructor for exception class com.google.appengine.api.search.query.QueryTreeException
 
QueryTreeVisitor<T> - Interface in com.google.appengine.api.search.query
Defines an interface of the visitor invoked by the walker.
QueryTreeWalker<T> - Class in com.google.appengine.api.search.query
The walking of the query tree.
QueryTreeWalker(QueryTreeVisitor<T>) - Constructor for class com.google.appengine.api.search.query.QueryTreeWalker
Creates a new query walker that calls the given visitor.
Queue - Interface in com.google.appengine.api.taskqueue
Queue is used to manage a task queue.
QUEUE_NAME_PATTERN - Static variable in class com.google.appengine.api.taskqueue.QueueConstants
 
QUEUE_NAME_REGEX - Static variable in class com.google.appengine.api.taskqueue.QueueConstants
Regular expression that matches all valid queue names.
QueueConstants - Class in com.google.appengine.api.taskqueue
Describes various taskqueue limits.
QueueFactory - Class in com.google.appengine.api.taskqueue
Creates Queue objects.
QueueFailureException - Exception Class in com.google.appengine.api.taskqueue
Unspecified queue failure.
QueueFailureException(String) - Constructor for exception class com.google.appengine.api.taskqueue.QueueFailureException
 
QueueFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.taskqueue.QueueFailureException
 
QueueFailureException(Throwable) - Constructor for exception class com.google.appengine.api.taskqueue.QueueFailureException
 
QueueNameMismatchException - Exception Class in com.google.appengine.api.taskqueue
Queue name mismatch failure.
QueueNameMismatchException(String) - Constructor for exception class com.google.appengine.api.taskqueue.QueueNameMismatchException
 
QueueStatistics - Class in com.google.appengine.api.taskqueue
QueueStatistics allow observation of the rate that tasks on a given queue are being executed.
quietGet(Future<T>) - Static method in class com.google.appengine.api.datastore.FutureHelper
Return the result of the provided Future, converting all checked exceptions to unchecked exceptions so the caller doesn't have to handle them.
quietGet(Future<T>, Class<E>) - Static method in class com.google.appengine.api.datastore.FutureHelper
Return the result of the provided Future, converting all checked exceptions except those of the provided type to unchecked exceptions so the caller doesn't have to handle them.
QuotaService - Interface in com.google.appengine.api.quota
The QuotaService provides measurement of API and CPU usage during requests.
QuotaService.DataType - Enum Class in com.google.appengine.api.quota
Represents all types of data that a QuotaService might be able to provide.
QuotaServiceFactory - Class in com.google.appengine.api.quota
The factory by which users acquire a handle to the QuotaService.
QuotaServiceFactory() - Constructor for class com.google.appengine.api.quota.QuotaServiceFactory
 
QUOTE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
QUOTE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
QUOTE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
QUOTE - Static variable in class com.google.appengine.api.search.query.QueryParser
 

R

RangeFormatException - Exception Class in com.google.appengine.api.blobstore
RangeFormatException is an unchecked exception that is thrown when an invalid Range header format is provided.
RangeFormatException(String) - Constructor for exception class com.google.appengine.api.blobstore.RangeFormatException
 
RangeFormatException(String, Throwable) - Constructor for exception class com.google.appengine.api.blobstore.RangeFormatException
 
RANK_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
The expression to be used if you wish to sort by rank field.
Rating - Class in com.google.appengine.api.datastore
A user-provided integer rating for a piece of content.
Rating(int) - Constructor for class com.google.appengine.api.datastore.Rating
 
RawValue - Class in com.google.appengine.api.datastore
A raw datastore value.
read() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
read(byte[], int, int) - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
READ_ONLY - Enum constant in enum class com.google.appengine.api.datastore.TransactionOptions.Mode
Transaction will only be used for reads.
READ_WRITE - Enum constant in enum class com.google.appengine.api.datastore.TransactionOptions.Mode
Transaction will be used for reads and writes.
readPolicy(ReadPolicy) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Sets the read policy.
ReadPolicy - Class in com.google.appengine.api.datastore
Policy for reads.
ReadPolicy(ReadPolicy.Consistency) - Constructor for class com.google.appengine.api.datastore.ReadPolicy
 
ReadPolicy.Consistency - Enum Class in com.google.appengine.api.datastore
Setting the Consistency for reads allows you to decide whether freshness or availability is more important.
readServiceFile(InputStream) - Static method in class com.google.appengine.spi.ServicesFile
Reads the set of service classes from a service file.
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class com.google.appengine.api.search.query.ExpressionParser
 
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class com.google.appengine.api.search.query.QueryParser
 
Rectangle(GeoPt, GeoPt) - Constructor for class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
reduce(Collection<SearchServicePb.RequestStatus>) - Static method in class com.google.appengine.api.search.RequestStatusUtil
For a 'batch' request, determines a single status to stand for all.
REFERENCE - Enum constant in enum class com.google.storage.onestore.PropertyType
 
register(FactoryProvider<I>) - Static method in class com.google.appengine.spi.ServiceFactoryFactory
Explicitly register a provider.
registerAPIProxy(HttpRequest) - Static method in class com.google.appengine.setup.ApiProxySetupUtil
 
RemoteApiServlet - Class in com.google.apphosting.utils.remoteapi
Remote API servlet handler.
RemoteApiServlet() - Constructor for class com.google.apphosting.utils.remoteapi.RemoteApiServlet
 
RemoteApiServlet.UnknownPythonServerException - Exception Class in com.google.apphosting.utils.remoteapi
Exception for unknown errors from a Python remote_api handler.
removeHeader(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Remove all headers with the given name.
removeParam(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Remove all parameters with the given name.
removeProperty(String) - Method in class com.google.appengine.api.datastore.PropertyContainer
Removes any property with the specified name.
Repackaged - Class in com.google.appengine.api.internal
Utilities for dealing with repackaged classes.
REPLACE_ONLY_IF_PRESENT - Enum constant in enum class com.google.appengine.api.memcache.MemcacheService.SetPolicy
A replace-only strategy.
REQUEST_ENDPOINT - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
REQUEST_HEADER_BACKEND_REDIRECT - Static variable in interface com.google.appengine.api.backends.BackendService
Deprecated.
 
REQUEST_HEADER_INSTANCE_REDIRECT - Static variable in interface com.google.appengine.api.backends.BackendService
Deprecated.
 
REQUEST_STUB_ID - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
REQUEST_STUB_METHOD - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
REQUEST_THREAD_FACTORY_ATTR - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
requestIds(List<String>) - Method in class com.google.appengine.api.log.LogQuery
Sets the list of request ids to query.
RequestLogs - Class in com.google.appengine.api.log
RequestLogs contain all the log information for a single request.
RequestLogs() - Constructor for class com.google.appengine.api.log.RequestLogs
Default, zero-argument constructor for RequestLogs.
RequestPayloadTooLargeException - Exception Class in com.google.appengine.api.urlfetch
RequestPayloadTooLargeException is thrown when the payload of a URLFetchService request is too large.
RequestPayloadTooLargeException(String) - Constructor for exception class com.google.appengine.api.urlfetch.RequestPayloadTooLargeException
 
RequestStatusUtil - Class in com.google.appengine.api.search
Collection of utility methods for SearchServicePb.RequestStatus.
RequestStatusUtil() - Constructor for class com.google.appengine.api.search.RequestStatusUtil
 
RequestThreadFactory - Class in com.google.appengine.setup
Thread factory creating threads with a request specific thread local environment.
RequestThreadFactory(ApiProxy.Environment) - Constructor for class com.google.appengine.setup.RequestThreadFactory
Create a new VmRequestThreadFactory.
RescoringMatchScorer - Class in com.google.appengine.api.search
Assigns a document score based on term frequency weighted on document parts.
RescoringMatchScorer.Builder - Class in com.google.appengine.api.search
A builder that constructs RescoringMatchScorers.
reset() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
ResponseTooLargeException - Exception Class in com.google.appengine.api.urlfetch
ResponseTooLargeException is thrown when the result of a URLFetchService operation is too large.
ResponseTooLargeException(String) - Constructor for exception class com.google.appengine.api.urlfetch.ResponseTooLargeException
 
restriction() - Method in class com.google.appengine.api.search.query.QueryParser
 
restriction_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.restriction_return
 
Results<T> - Class in com.google.appengine.api.search
Represents a result of executing a search.
retryOptions(RetryOptions) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets retry options for this task.
RetryOptions - Class in com.google.appengine.api.taskqueue
Contains various options for a task's retry strategy.
RetryOptions(RetryOptions) - Constructor for class com.google.appengine.api.taskqueue.RetryOptions
 
RetryOptions.Builder - Class in com.google.appengine.api.taskqueue
Provides static creation methods for RetryOptions.
reverse() - Method in class com.google.appengine.api.datastore.Cursor
Deprecated.
It is no longer necessary to call Cursor.reverse() on cursors.

A cursor returned by a query may also be used in the query returned by Query.reverse().

reverse() - Method in class com.google.appengine.api.datastore.Query
Creates a query sorted in the exact opposite direction as the current one.
reverse() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
Returns a sort predicate with the direction reversed.
REWRITE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
REWRITE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
rollback() - Method in interface com.google.appengine.api.datastore.Transaction
Rolls back the transaction.
rollbackAsync() - Method in interface com.google.appengine.api.datastore.Transaction
An asynchronous implementation of Transaction.rollback().
RPAREN - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
RPAREN - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
RPAREN - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
RPAREN - Static variable in class com.google.appengine.api.search.query.QueryParser
 
RPC_DEADLINE_HEADER - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
RPC_METHOD_HEADER - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
RPC_STUB_ID_HEADER - Static variable in class com.google.appengine.setup.ApiProxyDelegate
 
RSQUARE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
RSQUARE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
RUNNABLE_TASK_CONTENT_TYPE - Static variable in class com.google.appengine.api.taskqueue.DeferredTaskContext
The content type of a serialized DeferredTask.
RUNNABLE_TASK_CONTENT_TYPE - Static variable in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
The content type of a serialized
invalid reference
DeferredTask
.
RUNNABLE_TASK_CONTENT_TYPE - Static variable in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
The content type of a serialized
invalid reference
DeferredTask
.
RuntimeUtils - Class in com.google.appengine.setup
 
RuntimeUtils() - Constructor for class com.google.appengine.setup.RuntimeUtils
 

S

SCATTER_RESERVED_PROPERTY - Static variable in class com.google.appengine.api.datastore.Entity
A reserved property name used to refer to the scatter property of the entity.
SCHEDULED_MAINTENANCE - Enum constant in enum class com.google.appengine.api.capabilities.CapabilityStatus
The capability is available but scheduled for maintenance.
Schema - Class in com.google.appengine.api.search
Contains information about the kinds of document Fields which are supported by the Index.
Schema.Builder - Class in com.google.appengine.api.search
A builder which constructs Schema objects.
SCORE_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
The expression to be used if you wish to sort by document score.
ScoredDocument - Class in com.google.appengine.api.search
Represents a document which may have been scored, possibly some computed expression fields, and a cursor to continue the search from.
ScoredDocument.Builder - Class in com.google.appengine.api.search
A builder of scored documents.
search(Query) - Method in interface com.google.appengine.api.search.Index
Search the index for documents matching the query.
search(String) - Method in interface com.google.appengine.api.search.Index
Search the index for documents matching the query string.
SEARCH_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default limit on the number of documents to return in results.
SEARCH_DEFAULT_NUMBER_FOUND_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default found count accuracy is the limit.
SEARCH_DEFAULT_SORTED_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The default number of documents to score.
SEARCH_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of documents that can be requested to be returned in search results.
SEARCH_MAXIMUM_NUMBER_FOUND_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number found accuracy that can be requested.
SEARCH_MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of names of fields to return in results.
SEARCH_MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum offset into all search results to return results from.
SEARCH_MAXIMUM_SORTED_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum number of documents that can be requested to be scored.
SearchApiLimits - Class in com.google.appengine.api.search.checkers
Contains limits on field values, document sizes, and other properties of objects in the Search API.
searchAsync(Query) - Method in interface com.google.appengine.api.search.Index
 
searchAsync(String) - Method in interface com.google.appengine.api.search.Index
 
SearchBaseException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred.
SearchBaseException(OperationResult) - Constructor for exception class com.google.appengine.api.search.SearchBaseException
Constructs an exception when some error occurred in the search service.
SearchException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while performing a search request.
SearchException(OperationResult) - Constructor for exception class com.google.appengine.api.search.SearchException
Constructs an exception when some error occurred in the search service when processing a search request.
SearchException(String) - Constructor for exception class com.google.appengine.api.search.SearchException
Constructs an exception when some error occurred in the search service when processing a search request.
SearchQueryException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search query was invalid.
SearchQueryException(String) - Constructor for exception class com.google.appengine.api.search.SearchQueryException
Constructs an exception when a search query is invalid.
SearchService - Interface in com.google.appengine.api.search
The SearchService is used to get available indexes, which can be queried about their metadata or have index/delete/search operations performed on them.
SearchServiceConfig - Class in com.google.appengine.api.search
Configuration options for Search API.
SearchServiceConfig.Builder - Class in com.google.appengine.api.search
Builder for SearchServiceConfig.
SearchServiceException - Exception Class in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred.
SearchServiceException(String) - Constructor for exception class com.google.appengine.api.search.SearchServiceException
Constructs an exception which indicates an internal error occurred in the search service.
SearchServiceException(String, Exception) - Constructor for exception class com.google.appengine.api.search.SearchServiceException
Constructs an exception which indicates an internal error occurred in the search service.
SearchServiceFactory - Class in com.google.appengine.api.search
An factory that creates default implementation of SearchService.
secureUrl(boolean) - Method in class com.google.appengine.api.images.ServingUrlOptions
 
send(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
Sends a mail that has been prepared in a MailService.Message.
sendMessage(Message, Address[]) - Method in class com.google.appengine.api.mail.stdimpl.GMTransport
sendToAdmins(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
Send an email alert to all admins of an application.
sep() - Method in class com.google.appengine.api.search.query.QueryParser
 
sep_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.sep_return
 
sequence() - Method in class com.google.appengine.api.search.query.QueryParser
 
SEQUENCE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
SEQUENCE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
sequence_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.sequence_return
 
serialize(Object) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
 
serializeDate(Date) - Static method in class com.google.appengine.api.search.DateUtil
Converts date into a string containing the milliseconds since the UNIX Epoch.
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Category
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.GeoPt
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.IMHandle
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Link
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.PhoneNumber
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.PostalAddress
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Rating
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.ShortBlob
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Text
 
serve(BlobKey, ByteRange, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, ByteRange, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, ByteRange, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, String, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.ee10.BlobstoreService
Deprecated.
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, String, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.jakarta.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, String, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
serve(BlobKey, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Arrange for the specified blob to be served as the response content for the current request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.servlet.jakarta.SessionCleanupServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.servlet.jakarta.WarmupServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.servlet.SessionCleanupServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.google.apphosting.utils.servlet.WarmupServlet
 
ServiceFactoryFactory - Class in com.google.appengine.spi
This class is not intended for end users.
ServiceFactoryFactory() - Constructor for class com.google.appengine.spi.ServiceFactoryFactory
 
ServiceProvider - Annotation Interface in com.google.appengine.spi
Specifies the precedence that ServiceFactoryFactory gives to the annotated FactoryProvider.
SERVICES_PATH - Static variable in class com.google.appengine.spi.ServicesFile
 
ServicesFile - Class in com.google.appengine.spi
A helper class for reading and writing Services files.
SERVING - Enum constant in enum class com.google.appengine.api.datastore.Index.IndexState
Indicates the given Index is ready to service queries.
SERVING_CROP_SIZES - Static variable in interface com.google.appengine.api.images.ImagesService
Deprecated.
SERVING_SIZES - Static variable in interface com.google.appengine.api.images.ImagesService
Deprecated.
SERVING_SIZES_LIMIT - Static variable in interface com.google.appengine.api.images.ImagesService
 
ServingUrlOptions - Class in com.google.appengine.api.images
Allow users to customize the behavior of creating a image serving URL using the ImagesService.
ServingUrlOptions.Builder - Class in com.google.appengine.api.images
Contains static creation methods for ServingUrlOptions.
SessionCleanupServlet - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use SessionCleanupServlet instead.
SessionCleanupServlet - Class in com.google.apphosting.utils.servlet.jakarta
This servlet is run to cleanup expired sessions.
SessionCleanupServlet - Class in com.google.apphosting.utils.servlet
This servlet is run to cleanup expired sessions.
SessionCleanupServlet() - Constructor for class com.google.apphosting.utils.servlet.ee10.SessionCleanupServlet
Deprecated.
 
SessionCleanupServlet() - Constructor for class com.google.apphosting.utils.servlet.jakarta.SessionCleanupServlet
 
SessionCleanupServlet() - Constructor for class com.google.apphosting.utils.servlet.SessionCleanupServlet
 
set(SystemProperty.Environment.Value) - Method in class com.google.appengine.api.utils.SystemProperty.Environment
Sets the Environment to value.
set(String) - Static method in class com.google.appengine.api.NamespaceManager
Set the value used to initialize the namespace of namespace-aware services.
set(String) - Method in class com.google.appengine.api.utils.SystemProperty
Sets the value of the system property.
SET_ALWAYS - Enum constant in enum class com.google.appengine.api.memcache.MemcacheService.SetPolicy
Always stores the new value.
setAllNamespaces(boolean) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets whether or not to fetch indexes from all namespaces.
setAmpHtmlBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the AMP HTML body of this message.
setAncestor(Key) - Method in class com.google.appengine.api.datastore.Query
Sets an ancestor for this query.
setApiMcycles(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setAppEngineRelease(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setAppId(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setAppLogLines(List<AppLogLine>) - Method in class com.google.appengine.api.log.RequestLogs
 
setAtom(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets an atomic value, indivisible text, for the field.
setAttachments(MailService.Attachment...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the attachments of this message.
setAttachments(Collection<MailService.Attachment>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the attachments of this message.
setBcc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'bcc' field of this message.
setBcc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'bcc' field of this message.
setCc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'cc' field of this message.
setCc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'cc' field of this message.
setCombined(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setConfig(CloudDatastoreRemoteServiceConfig) - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
setCost(double) - Method in class com.google.appengine.api.log.RequestLogs
 
setCursor(Cursor) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets the cursor.
setCursor(Cursor) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
Sets the cursor to the next set of results from search.
setCursor(Cursor.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets a cursor built from the builder.
setDate(Date) - Method in class com.google.appengine.api.search.Field.Builder
Sets a date associated with the field.
setDeadline(Double) - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
 
setDeadline(Double) - Method in class com.google.appengine.api.urlfetch.FetchOptions
Sets the deadline, in seconds, for the fetch request.
setDefaultValue(String) - Method in class com.google.appengine.api.search.SortExpression.Builder
Sets the default value for the field for sorting purposes.
setDefaultValueDate(Date) - Method in class com.google.appengine.api.search.SortExpression.Builder
Sets the default value for the field for sorting purposes.
setDefaultValueNumeric(double) - Method in class com.google.appengine.api.search.SortExpression.Builder
Sets the default value for the field for sorting purposes.
setDepth(int) - Method in class com.google.appengine.api.search.FacetOptions.Builder
Sets the number of documents from the search result to be analyzed for facet discovery.
setDirection(SortExpression.SortDirection) - Method in class com.google.appengine.api.search.SortExpression.Builder
Sets the direction to sort the search results in.
setDiscoveryLimit(int) - Method in class com.google.appengine.api.search.FacetOptions.Builder
Sets the number of facets to be discovered.
setDiscoveryValueLimit(int) - Method in class com.google.appengine.api.search.FacetOptions.Builder
Sets the maximum number of values each discovered facet should have.
setDistinct(boolean) - Method in class com.google.appengine.api.datastore.Query
Sets whether to return only results with distinct values of the properties being projected.
setDoNotRetry(boolean) - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Sets the action on task failure.
setDoNotRetry(boolean) - Static method in class com.google.appengine.api.taskqueue.ee10.DeferredTaskContext
Deprecated.
Sets the action on task failure.
setDoNotRetry(boolean) - Static method in class com.google.appengine.api.taskqueue.jakarta.DeferredTaskContext
Sets the action on task failure.
setEnableFacetDiscovery(boolean) - Method in class com.google.appengine.api.search.Query.Builder
Sets enable facet discovery flag.
setEndTimeUsec(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setErrorHandler(ErrorHandler) - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
Registers a new ErrorHandler.
setExpression(String) - Method in class com.google.appengine.api.search.FieldExpression.Builder
Sets the expression to evaluate to return in ScoredDocument.
setExpression(String) - Method in class com.google.appengine.api.search.SortExpression.Builder
Sets an expression to be evaluated for each document to sort by.
setFacetOptions(FacetOptions) - Method in class com.google.appengine.api.search.Query.Builder
Sets the facet options.
setFacetOptions(FacetOptions.Builder) - Method in class com.google.appengine.api.search.Query.Builder
Sets the facet options from a builder.
setFieldsToReturn(String...) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Specifies one or more fields to return in results.
setFieldsToSnippet(String...) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Specifies one or more fields to snippet in results.
setFilter(Query.Filter) - Method in class com.google.appengine.api.datastore.Query
Sets the filter to use for this query.
setFinished(boolean) - Method in class com.google.appengine.api.log.RequestLogs
 
setGeoPoint(GeoPoint) - Method in class com.google.appengine.api.search.Field.Builder
Sets a GeoPoint value for the field.
setHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Sets an HTTPHeader for this request.
setHeaders(MailService.Header...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the headers of this message.
setHeaders(Collection<MailService.Header>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the headers of this message.
setHost(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setHTML(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets a HTML value for the field.
setHtmlBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the html body of this message.
setHttpVersion(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setId(Long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
setId(Long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
setId(String) - Method in class com.google.appengine.api.search.Document.Builder
Set the document id to a unique valid value.
setImageData(byte[]) - Method in interface com.google.appengine.api.images.Image
Sets the image to contain the image data contained in imageData.
setIncludeStart(boolean) - Method in class com.google.appengine.api.search.GetRequest.Builder
Sets whether or not to include the object whose ID is specified via the GetRequest.Builder.setStartId(String) method.
setIncludeStartIndex(boolean) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets whether or not to include the index whose name is specified via the GetIndexesRequest.Builder.setStartIndexName(String) method.
setIndexedProperty(String, Object) - Method in class com.google.appengine.api.datastore.PropertyContainer
Like {link #setProperty}, but requires that the value is indexable or a collection of indexable values.
setIndexNamePrefix(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets the prefix to be matched against the names of returned indexes.
setInDisjunction(boolean) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setInstanceKey(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setIp(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setKey(Key) - Method in class com.google.appengine.api.datastore.EmbeddedEntity
 
setKeysOnly() - Method in class com.google.appengine.api.datastore.Query
Makes this query fetch and return only keys, not full entities.
setKind(QueryTreeContext.Kind) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setKind(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
setKind(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
setKind(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
 
setLatency(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setLimit(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets the limit on the number of documents to return in Results.
setLimit(int) - Method in class com.google.appengine.api.search.SortOptions.Builder
Sets the limit on the number of documents to score or sort.
setLimit(Integer) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets the maximum number of indexes to return.
setLimit(Integer) - Method in class com.google.appengine.api.search.GetRequest.Builder
Sets the maximum number of objects to return.
setLocale(Locale) - Method in class com.google.appengine.api.search.Document.Builder
Sets the Locale the document is written in.
setLocale(Locale) - Method in class com.google.appengine.api.search.Field.Builder
Sets the Locale of the field value.
setLogLevel(LogService.LogLevel) - Method in class com.google.appengine.api.log.AppLogLine
 
setLogMessage(String) - Method in class com.google.appengine.api.log.AppLogLine
 
setMatchScorer(MatchScorer) - Method in class com.google.appengine.api.search.SortOptions.Builder
setMatchScorer(MatchScorer.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
Sets the matchScorer to the MatchScorer built from the builder.
setMatchScorer(RescoringMatchScorer.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
Sets the matchScorer to the RescoringMatchScorer built from the builder.
setMcycles(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setMethod(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setModuleId(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setName(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
 
setName(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
 
setName(String) - Method in class com.google.appengine.api.search.FacetRequest.Builder
Sets the name of the facet for this request.
setName(String) - Method in class com.google.appengine.api.search.FacetResult.Builder
Sets the name of this facet result that is a single facet name.
setName(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets a name for the field.
setName(String) - Method in class com.google.appengine.api.search.FieldExpression.Builder
Sets the name of the expression.
setName(String) - Method in class com.google.appengine.api.search.IndexSpec.Builder
Sets the unique name of the index.
setNamespace(String) - Method in interface com.google.appengine.api.memcache.MemcacheService
setNamespace(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets the namespace to use for this request.
setNamespace(String) - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
 
setNickname(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setNumber(double) - Method in class com.google.appengine.api.search.Field.Builder
Sets a numeric value for the field.
setNumberFoundAccuracy(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets the accuracy requirement for Results.getNumberFound().
setNumInstances(String, String, long) - Method in interface com.google.appengine.api.modules.ModulesService
Set the number of instances that are available to the given manual scaling module version.
setNumInstancesAsync(String, String, long) - Method in interface com.google.appengine.api.modules.ModulesService
Starts an asynchronous call to ModulesService.setNumInstances(java.lang.String, java.lang.String, long) and returns a Future to obtain its eventual result.
setOffset(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets the offset of the first result to return.
setOffset(Integer) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets the offset of the first index to return.
setOffset(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setOptions(QueryOptions) - Method in class com.google.appengine.api.search.Query.Builder
Sets the query options.
setOptions(QueryOptions.Builder) - Method in class com.google.appengine.api.search.Query.Builder
Sets the query options from a builder.
setOrientationCorrection(InputSettings.OrientationCorrection) - Method in class com.google.appengine.api.images.InputSettings
Set what action to take with respect to correcting image orientation based on image metadata.
setOutputEncoding(ImagesService.OutputEncoding) - Method in class com.google.appengine.api.images.OutputSettings
Sets the output encoding.
setParent(Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
When parent is not null its application and namespace will be used instead of the ones associated with AdminUtils.
setParent(Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
When parent is not null its application and namespace will be used instead of the ones associated with AdminUtils.
setPayload(byte[]) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Sets the payload for this request.
setPendingTime(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setPerResult(boolean) - Method in class com.google.appengine.api.search.Cursor.Builder
Sets whether or not to return a Cursor on each individual result in Results or a single cursor with all Results.
setPreviousTransaction(Transaction) - Method in class com.google.appengine.api.datastore.TransactionOptions
Set which previous transaction to retry.
setPropertiesFrom(Entity) - Method in class com.google.appengine.api.datastore.Entity
 
setPropertiesFrom(PropertyContainer) - Method in class com.google.appengine.api.datastore.PropertyContainer
A convenience method that populates properties from those in the given container.
setProperty(String, Object) - Method in class com.google.appengine.api.datastore.PropertyContainer
Sets the property named, propertyName, to value.
setQuality(int) - Method in class com.google.appengine.api.images.OutputSettings
Sets the quality of the returned image.
setRank(int) - Method in class com.google.appengine.api.search.Document.Builder
Sets the rank of this document, which determines the order of documents returned by search, if no sorting or scoring is given.
setReferrer(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setReplicaIndex(int) - Method in class com.google.appengine.api.log.RequestLogs
 
setReplyTo(String) - Method in class com.google.appengine.api.mail.MailService.Message
replyTo may be null, or must be a valid email address otherwise.
setRequestId(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setResource(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setResponseSize(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setResultForCurrentElement(Entity) - Method in class com.google.appengine.api.datastore.PreGetContext
Set the Entity that will be associated with the Key returned by CallbackContext.getCurrentElement() in the result of the get() operation.
setReturningIdsOnly(boolean) - Method in class com.google.appengine.api.search.GetRequest.Builder
Sets whether just objects containing just their key are returned, or whether the complete objects are returned.
setReturningIdsOnly(boolean) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets whether or not the search should return documents or document IDs only.
setReturnType(QueryTreeContext.Type) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setReturnTypes(Set<QueryTreeContext.Type>) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setRewriteMode(QueryTreeContext.RewriteMode) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setSchemaFetched(boolean) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets whether or not the schema is returned with indexes.
setSender(String) - Method in class com.google.appengine.api.mail.MailService.Message
sender must correspond to the valid email address of one of the admins for this application, or to the email address of the currently logged-in user.
setSortOptions(SortOptions) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets a SortOptions to sort documents with.
setSortOptions(SortOptions.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
Sets a SortOptions using a builder.
setStartId(String) - Method in class com.google.appengine.api.search.GetRequest.Builder
Sets the Id of the first object to return.
setStartIndexName(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
Sets the name of the first index to return.
setStartTimeUsec(long) - Method in class com.google.appengine.api.log.RequestLogs
 
setStatus(int) - Method in class com.google.appengine.api.log.RequestLogs
 
setSubject(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the subject of this message.
setTaskName(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setTaskQueueName(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setText(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets a text value for the field.
setText(String) - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
setTextBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the text body of this message.
setTimeUsec(long) - Method in class com.google.appengine.api.log.AppLogLine
 
setTo(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'to' field of this message.
setTo(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'to' field of this message.
setTokenizedPrefix(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets a tokenized prefix value for the field.
setTransaction(Transaction, TaskQueuePb.TaskQueueAddRequest.Builder) - Static method in class com.google.appengine.api.datastore.TransactionHelper
Sets either the transaction or datastore_transaction field in a TaskQueueAddRequest depending on what kind of transaction is provided.
setTransactionMode(TransactionOptions.Mode) - Method in class com.google.appengine.api.datastore.TransactionOptions
Set the mode of the transaction.
setTreeAdaptor(TreeAdaptor) - Method in class com.google.appengine.api.search.query.ExpressionParser
 
setTreeAdaptor(TreeAdaptor) - Method in class com.google.appengine.api.search.query.QueryParser
 
setUnindexedProperty(String, Object) - Method in class com.google.appengine.api.datastore.PropertyContainer
Like #setProperty, but doesn't index the property in the built-in single property indexes or the user-defined composite indexes.
setUntokenizedPrefix(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets an untokenized prefix value for the field.
setUrlMapEntry(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setUserAgent(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setValueLimit(int) - Method in class com.google.appengine.api.search.FacetRequest.Builder
Sets the maximum number of values for this facet to return.
setVector(List<Double>) - Method in class com.google.appengine.api.search.Field.Builder
Sets a vector value for the field.
setVersionId(String) - Method in class com.google.appengine.api.log.RequestLogs
 
setWasLoadingRequest(boolean) - Method in class com.google.appengine.api.log.RequestLogs
 
setXG(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
Enable or disable the use of cross-group transactions.
SHORT - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 
ShortBlob - Class in com.google.appengine.api.datastore
ShortBlob contains an array of bytes no longer than DataTypeUtils.MAX_SHORT_BLOB_PROPERTY_LENGTH.
ShortBlob(byte[]) - Constructor for class com.google.appengine.api.datastore.ShortBlob
Construct a new ShortBlob with the specified bytes.
signForApp(byte[]) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Requests to sign arbitrary byte array using per app private key.
SigningResult(String, byte[]) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
 
simplify(Tree) - Static method in class com.google.appengine.api.search.query.QueryTreeWalker
 
sip - Enum constant in enum class com.google.appengine.api.datastore.IMHandle.Scheme
 
SIZE - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
SnapshotServlet - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use SnapshotServlet instead.
SnapshotServlet - Class in com.google.apphosting.utils.servlet.jakarta
Servlet invoked for /_ah/snapshot requests.
SnapshotServlet - Class in com.google.apphosting.utils.servlet
Servlet invoked for /_ah/snapshot requests.
SnapshotServlet() - Constructor for class com.google.apphosting.utils.servlet.ee10.SnapshotServlet
Deprecated.
 
SnapshotServlet() - Constructor for class com.google.apphosting.utils.servlet.jakarta.SnapshotServlet
 
SnapshotServlet() - Constructor for class com.google.apphosting.utils.servlet.SnapshotServlet
 
SNIPPET - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
SNIPPET - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
SortExpression - Class in com.google.appengine.api.search
Sorting specification for a single dimension.
SortExpression.Builder - Class in com.google.appengine.api.search
A builder that constructs SortExpressions.
SortExpression.SortDirection - Enum Class in com.google.appengine.api.search
The direction search results are sorted by, either ascending or descending.
SortExpressionChecker - Class in com.google.appengine.api.search.checkers
Checks the values of a SortExpression.
SortExpressionChecker() - Constructor for class com.google.appengine.api.search.checkers.SortExpressionChecker
 
SortOptions - Class in com.google.appengine.api.search
Definition of how to sort documents.
SortOptions.Builder - Class in com.google.appengine.api.search
A builder that constructs SortOptionss.
SortOptionsChecker - Class in com.google.appengine.api.search.checkers
Checks the values of a SortOptions.
SortOptionsChecker() - Constructor for class com.google.appengine.api.search.checkers.SortOptionsChecker
 
SortPredicate(String, Query.SortDirection) - Constructor for class com.google.appengine.api.datastore.Query.SortPredicate
 
start() - Method in class com.google.appengine.setup.timer.AbstractIntervalTimer
 
start() - Method in interface com.google.appengine.setup.timer.Timer
 
START_CHAR - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
START_CHAR - Static variable in class com.google.appengine.api.search.query.QueryParser
 
startCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the cursor at which to start the query.
startTimeMillis(long) - Method in class com.google.appengine.api.log.LogQuery
Sets the start time to a value in milliseconds.
startTimeUsec(long) - Method in class com.google.appengine.api.log.LogQuery
Sets the start time to a value in microseconds.
startVersion(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Starts the given manual scaling or basic scaling module version.
startVersionAsync(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Starts an asynchronous call to ModulesService.startVersion(java.lang.String, java.lang.String) and returns a Future to obtain its eventual result.
Stats - Interface in com.google.appengine.api.memcache
Statistics from the cache, available via MemcacheService.getStatistics()
StatusCode - Enum Class in com.google.appengine.api.search
Status code returned by various index operations.
StContainsFilter(String, Query.GeoRegion) - Constructor for class com.google.appengine.api.datastore.Query.StContainsFilter
Constructs a geo-region filter from the given arguments.
stop() - Method in class com.google.appengine.setup.timer.AbstractIntervalTimer
 
stop() - Method in interface com.google.appengine.setup.timer.Timer
 
stopVersion(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Stops the given manual scaling or basic scaling module version.
stopVersionAsync(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
Starts an asynchronous call to ModulesService.stopVersion(java.lang.String, java.lang.String) and returns a Future to obtain its eventual result.
str() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
str_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.str_return
 
STRICT - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
 
StrictErrorHandler - Class in com.google.appengine.api.memcache
A strict error handler, which will throw MemcacheServiceException or InvalidValueException for any service error condition.
StrictErrorHandler() - Constructor for class com.google.appengine.api.memcache.StrictErrorHandler
 
STRING - Enum constant in enum class com.google.storage.onestore.PropertyType
 
STRING - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
STRING - Static variable in class com.google.appengine.api.search.query.QueryParser
 
stringToKey(String) - Static method in class com.google.appengine.api.datastore.KeyFactory
Converts a String-representation of a Key into the Key instance it represents.
STRONG - Enum constant in enum class com.google.appengine.api.datastore.ReadPolicy.Consistency
Selects freshness over availability.
supports(QuotaService.DataType) - Method in interface com.google.appengine.api.quota.QuotaService
Tests if the QuotaService can provide a certain kind of data at this point in time.
SWITCH - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
SWITCH - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
SystemProperty - Class in com.google.appengine.api.utils
Global system properties which are set by App Engine.
SystemProperty.Environment - Class in com.google.appengine.api.utils
The current executing environment.
SystemProperty.Environment.Value - Enum Class in com.google.appengine.api.utils
The set of possible values for Environment.

T

T__60 - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
T__60 - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
tag - Variable in enum class com.google.storage.onestore.PropertyType
The tag number of the PropertyValue field for this property type.
tag(byte[]) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Sets the tag for lease requests.
tag(byte[]) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the tag for a task.
tag(String) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
Sets the tag for lease requests.
tag(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the tag for a task.
TASK_NAME_PATTERN - Static variable in class com.google.appengine.api.taskqueue.QueueConstants
 
TASK_NAME_REGEX - Static variable in class com.google.appengine.api.taskqueue.QueueConstants
Regular expression that matches all valid task names.
taskAgeLimitSeconds(long) - Method in class com.google.appengine.api.taskqueue.RetryOptions
Sets the maximum age from the first attempt to execute a task after which any new task failure can be permanent.
TaskAlreadyExistsException - Exception Class in com.google.appengine.api.taskqueue
One or more task names already exists in the queue.
TaskAlreadyExistsException(String) - Constructor for exception class com.google.appengine.api.taskqueue.TaskAlreadyExistsException
 
TaskHandle - Class in com.google.appengine.api.taskqueue
TaskHandle(TaskOptions, String) - Constructor for class com.google.appengine.api.taskqueue.TaskHandle
 
TaskHandle(String, String, long) - Constructor for class com.google.appengine.api.taskqueue.TaskHandle
taskName(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the task name.
TaskOptions - Class in com.google.appengine.api.taskqueue
Contains various options for a task following the builder pattern.
TaskOptions(TaskOptions) - Constructor for class com.google.appengine.api.taskqueue.TaskOptions
A copy constructor for TaskOptions.
TaskOptions.Builder - Class in com.google.appengine.api.taskqueue
Provides static creation methods for TaskOptions.
TaskOptions.Method - Enum Class in com.google.appengine.api.taskqueue
Methods supported by Queue.
TASKQUEUE - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of TaskQueueService.
taskRetryLimit(int) - Method in class com.google.appengine.api.taskqueue.RetryOptions
Sets the number of retries allowed before a task can fail permanently.
term() - Method in class com.google.appengine.api.search.query.QueryParser
 
term_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.term_return
 
text() - Method in class com.google.appengine.api.search.query.QueryParser
 
Text - Class in com.google.appengine.api.datastore
Text wraps around a string of unlimited size.
Text(String) - Constructor for class com.google.appengine.api.datastore.Text
Construct a new Text object with the specified value.
TEXT - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Text content.
TEXT - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
 
TEXT - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
TEXT - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
TEXT - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
TEXT - Static variable in class com.google.appengine.api.search.query.QueryParser
 
TEXT_ESC - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
TEXT_ESC - Static variable in class com.google.appengine.api.search.query.QueryParser
 
text_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.text_return
 
ThreadManager - Class in com.google.appengine.api
ThreadManager exposes a ThreadFactory that allows App Engine applications to spawn new threads.
ThreadManager() - Constructor for class com.google.appengine.api.ThreadManager
 
TICKET_HEADER - Static variable in class com.google.appengine.setup.ApiProxyEnvironment
 
TIFF - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
TIMEOUT_ERROR - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed to finish before its deadline.
Timer - Interface in com.google.appengine.setup.timer
 
TimerImpl - Class in com.google.appengine.setup
Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.
TimerImpl() - Constructor for class com.google.appengine.setup.TimerImpl
 
TIMES - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
TIMES - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
TIMESTAMP_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
The expression to be used if you wish to sort by seconds since EPOCH that the document was written.
toBuilder() - Method in class com.google.appengine.api.search.SearchServiceConfig
Converts this config instance to a builder.
toCanonicalCode(SearchServicePb.SearchServiceError.ErrorCode) - Static method in class com.google.appengine.api.search.RequestStatusUtil
Converts SearchServicePb.SearchServiceError.ErrorCode to canonical error code.
toEntityFromSerializedV1Proto(byte[]) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Deserializes a Cloud Datastore V1 Entity protobuf and converts it to an App Engine Datastore Entity.
TOKENIZED_PREFIX - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Tokenized prefix field content.
tokenNames - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
tokenNames - Static variable in class com.google.appengine.api.search.query.QueryParser
 
TooManyResultsException() - Constructor for exception class com.google.appengine.api.datastore.PreparedQuery.TooManyResultsException
 
TOP_CENTER - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
TOP_LEFT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
TOP_RIGHT - Enum constant in enum class com.google.appengine.api.images.Composite.Anchor
 
toSerializedV1Proto(Entity) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Converts an App Engine Datastore Entity to a Cloud Datastore Entity V1 protobuf and serializes it.
toString() - Method in class com.google.appengine.api.blobstore.BlobInfo
 
toString() - Method in class com.google.appengine.api.blobstore.BlobKey
 
toString() - Method in class com.google.appengine.api.blobstore.ByteRange
Format byte range for use in header.
toString() - Method in class com.google.appengine.api.blobstore.FileInfo
 
toString() - Method in class com.google.appengine.api.blobstore.UploadOptions
 
toString() - Method in class com.google.appengine.api.capabilities.Capability
 
toString() - Method in class com.google.appengine.api.datastore.DeleteContext
 
toString() - Method in class com.google.appengine.api.datastore.PostLoadContext
 
toString() - Method in class com.google.appengine.api.datastore.PreGetContext
 
toString() - Method in class com.google.appengine.api.datastore.PreQueryContext
 
toString() - Method in class com.google.appengine.api.datastore.PutContext
 
toString() - Method in class com.google.appengine.api.datastore.Blob
Simply prints the number of bytes contained in this Blob.
toString() - Method in class com.google.appengine.api.datastore.Cursor
 
toString() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
 
toString() - Method in class com.google.appengine.api.datastore.Entity
 
toString() - Method in class com.google.appengine.api.datastore.FetchOptions
 
toString() - Method in class com.google.appengine.api.datastore.GeoPt
 
toString() - Method in class com.google.appengine.api.datastore.IMHandle
 
toString() - Method in class com.google.appengine.api.datastore.Index.Property
 
toString() - Method in class com.google.appengine.api.datastore.Index
 
toString() - Method in class com.google.appengine.api.datastore.Key
 
toString() - Method in class com.google.appengine.api.datastore.Link
Returns the entire text of this Link.
toString() - Method in class com.google.appengine.api.datastore.PropertyProjection
 
toString() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
 
toString() - Method in enum class com.google.appengine.api.datastore.Query.FilterOperator
 
toString() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
 
toString() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
 
toString() - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
 
toString() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
 
toString() - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
 
toString() - Method in class com.google.appengine.api.datastore.Query
Outputs a SQL like string representing the query.
toString() - Method in class com.google.appengine.api.datastore.RawValue
 
toString() - Method in class com.google.appengine.api.datastore.ShortBlob
Simply prints the number of bytes contained in this ShortBlob.
toString() - Method in class com.google.appengine.api.datastore.Text
Returns the first 70 characters of the underlying string.
toString() - Method in class com.google.appengine.api.datastore.TransactionOptions
 
toString() - Method in class com.google.appengine.api.images.ServingUrlOptions
 
toString() - Method in class com.google.appengine.api.log.AppLogLine
 
toString() - Method in class com.google.appengine.api.log.LogQuery.Version
 
toString() - Method in class com.google.appengine.api.log.RequestLogs
 
toString() - Method in class com.google.appengine.api.search.Cursor
 
toString() - Method in class com.google.appengine.api.search.Document
 
toString() - Method in class com.google.appengine.api.search.Facet
 
toString() - Method in class com.google.appengine.api.search.FacetOptions
 
toString() - Method in class com.google.appengine.api.search.FacetRange
 
toString() - Method in class com.google.appengine.api.search.FacetRefinement
 
toString() - Method in class com.google.appengine.api.search.FacetRequest
 
toString() - Method in class com.google.appengine.api.search.FacetResult
 
toString() - Method in class com.google.appengine.api.search.FacetResultValue
 
toString() - Method in class com.google.appengine.api.search.Field
 
toString() - Method in class com.google.appengine.api.search.FieldExpression
 
toString() - Method in class com.google.appengine.api.search.GeoPoint
 
toString() - Method in class com.google.appengine.api.search.GetIndexesRequest
 
toString() - Method in class com.google.appengine.api.search.GetRequest
 
toString() - Method in class com.google.appengine.api.search.GetResponse
 
toString() - Method in class com.google.appengine.api.search.IndexSpec
 
toString() - Method in class com.google.appengine.api.search.MatchScorer
 
toString() - Method in class com.google.appengine.api.search.OperationResult
 
toString() - Method in class com.google.appengine.api.search.PutResponse
 
toString() - Method in class com.google.appengine.api.search.query.QueryTreeContext
 
toString() - Method in class com.google.appengine.api.search.Query
 
toString() - Method in class com.google.appengine.api.search.QueryOptions
 
toString() - Method in class com.google.appengine.api.search.RescoringMatchScorer
 
toString() - Method in class com.google.appengine.api.search.Results
 
toString() - Method in class com.google.appengine.api.search.Schema
 
toString() - Method in class com.google.appengine.api.search.ScoredDocument
 
toString() - Method in class com.google.appengine.api.search.SortExpression
 
toString() - Method in class com.google.appengine.api.search.SortOptions
 
toString() - Method in class com.google.appengine.api.taskqueue.LeaseOptions
 
toString() - Method in class com.google.appengine.api.taskqueue.RetryOptions
 
toString() - Method in class com.google.appengine.api.taskqueue.TaskHandle
 
toString() - Method in class com.google.appengine.api.taskqueue.TaskOptions
 
toString() - Method in class com.google.appengine.api.users.User
 
toTokenString() - Method in class com.google.appengine.api.search.FacetRefinement
Converts this refinement to a token string safe to be used in HTML.
toWebSafeString() - Method in class com.google.appengine.api.datastore.Cursor
Encodes the current cursor as a web safe string that can later be decoded by Cursor.fromWebSafeString(String)
toWebSafeString() - Method in class com.google.appengine.api.search.Cursor
A web safe string representing a cursor returned from a previous set of search results to use as a starting point to retrieve the next set of results.
Transaction - Interface in com.google.appengine.api.datastore
Describes a logical unit of work to be performed against the datastore.
TransactionalTaskException - Exception Class in com.google.appengine.api.taskqueue
Queue operation failure caused by Datastore exception
TransactionalTaskException() - Constructor for exception class com.google.appengine.api.taskqueue.TransactionalTaskException
 
TransactionCleanupFilter - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use TransactionCleanupFilter instead.
TransactionCleanupFilter - Class in com.google.apphosting.utils.servlet.jakarta
A servlet Filter that looks for datastore transactions that are still active when request processing is finished.
TransactionCleanupFilter - Class in com.google.apphosting.utils.servlet
A servlet Filter that looks for datastore transactions that are still active when request processing is finished.
TransactionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.ee10.TransactionCleanupFilter
Deprecated.
 
TransactionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.jakarta.TransactionCleanupFilter
 
TransactionCleanupFilter() - Constructor for class com.google.apphosting.utils.servlet.TransactionCleanupFilter
 
TransactionHelper - Class in com.google.appengine.api.datastore
TransactionHelper enables the task queue API to serialize a datastore transaction without knowing the details of how it is implemented.
transactionMode() - Method in class com.google.appengine.api.datastore.TransactionOptions
Return the mode of the transaction, or null if none was specified.
TransactionOptions - Class in com.google.appengine.api.datastore
Describes options for transactions, passed at transaction creation time.
TransactionOptions.Builder - Class in com.google.appengine.api.datastore
Contains static creation methods for TransactionOptions.
TransactionOptions.Mode - Enum Class in com.google.appengine.api.datastore
The mode of the transaction.
Transform - Class in com.google.appengine.api.images
A transform that can be applied to an Image.
Transform() - Constructor for class com.google.appengine.api.images.Transform
 
TRANSIENT_ERROR - Enum constant in enum class com.google.appengine.api.search.StatusCode
The last operation failed due to a transient backend error.
TransientFailureException - Exception Class in com.google.appengine.api.taskqueue
Intermittent failure.
TransientFailureException(String) - Constructor for exception class com.google.appengine.api.taskqueue.TransientFailureException
 
translateError(ApiProxy.ApplicationException) - Static method in class com.google.appengine.api.datastore.DatastoreApiHelper
 
trimLast(String) - Static method in class com.google.appengine.api.search.query.ParserUtils
Removes the last character from the given text

U

unary() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
unary_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.unary_return
 
UNCHANGED_ORIENTATION - Enum constant in enum class com.google.appengine.api.images.InputSettings.OrientationCorrection
Do not apply any orientation correction specified in the EXIF metadata.
UNDERSCORE - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
UNDERSCORE - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
unescapePhraseText(CharSequence) - Static method in class com.google.appengine.api.search.query.ParserUtils
Extracts phrase text by removing quotes from either end, and interpreting escape sequences.
UNICODE_ESC - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
UNICODE_ESC - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
UNICODE_ESC - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
UNICODE_ESC - Static variable in class com.google.appengine.api.search.query.QueryParser
 
unknown - Enum constant in enum class com.google.appengine.api.datastore.IMHandle.Scheme
 
UNKNOWN - Enum constant in enum class com.google.appengine.api.capabilities.CapabilityStatus
The status of the capability is unknown.
UNKNOWN - Enum constant in enum class com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
 
UnknownPythonServerException(String) - Constructor for exception class com.google.apphosting.utils.remoteapi.JakartaRemoteApiServlet.UnknownPythonServerException
 
UnknownPythonServerException(String) - Constructor for exception class com.google.apphosting.utils.remoteapi.RemoteApiServlet.UnknownPythonServerException
 
UnsupportedRangeFormatException - Exception Class in com.google.appengine.api.blobstore
UnsupportedRangeFormatException is an unchecked exception that is thrown when an valid but unsupported Range header format is provided.
UnsupportedRangeFormatException(String) - Constructor for exception class com.google.appengine.api.blobstore.UnsupportedRangeFormatException
 
UnsupportedRangeFormatException(String, Throwable) - Constructor for exception class com.google.appengine.api.blobstore.UnsupportedRangeFormatException
 
UnsupportedTranslationException - Exception Class in com.google.appengine.api.taskqueue
Attempt to convert String to an unsupported charset.
UnsupportedTranslationException(UnsupportedEncodingException) - Constructor for exception class com.google.appengine.api.taskqueue.UnsupportedTranslationException
 
UnsupportedTranslationException(String, UnsupportedEncodingException) - Constructor for exception class com.google.appengine.api.taskqueue.UnsupportedTranslationException
 
UNTOKENIZED_PREFIX - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Untokenized prefix field content.
update() - Method in class com.google.appengine.setup.timer.AbstractIntervalTimer
 
update() - Method in interface com.google.appengine.setup.timer.Timer
 
UploadOptions - Class in com.google.appengine.api.blobstore
Allows users to customize the behavior of a single upload to the BlobstoreService.
UploadOptions.Builder - Class in com.google.appengine.api.blobstore
Contains static creation methods for UploadOptions.
url(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the URL.
URL_FETCH - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the URLFetchService.
URLFetchService - Interface in com.google.appengine.api.urlfetch
The URLFetchService provides a way for user code to execute HTTP requests to external URLs.
URLFetchServiceFactory - Class in com.google.appengine.api.urlfetch
Factory for URLFetchService
URLFetchServiceFactory() - Constructor for class com.google.appengine.api.urlfetch.URLFetchServiceFactory
 
URLFetchServiceStreamHandler - Class in com.google.apphosting.utils.security.urlfetch
Adapts the URLFetchService to the http and https protocol handlers for URL.
URLFetchServiceStreamHandler() - Constructor for class com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 
US_CENTRAL - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
US_EAST1 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
US_EAST4 - Enum constant in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
 
USE_THREAD_CONTEXT_CLASSLOADER_PROPERTY - Static variable in class com.google.appengine.api.memcache.MemcacheSerialization
 
USE_THREAD_CONTEXT_CLASSLOADER_PROPERTY - Static variable in class com.google.appengine.spi.ServiceFactoryFactory
If this system property is set to "true" the thread context classloader is used (if non-null) when looking up API service implementations.
useComputeEngineCredential(boolean) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
If set to true, always use a Compute Engine credential instead of using the Application Default Credentials library to construct the credential.
User - Class in com.google.appengine.api.users
User represents a specific user, represented by the combination of an email address and a specific Google Apps domain (which we call an authDomain).
User(String, String, String, String) - Constructor for class com.google.appengine.api.users.User
Creates a new User with a federated identity.
User(String, String) - Constructor for class com.google.appengine.api.users.User
Creates a new User.
User(String, String, String) - Constructor for class com.google.appengine.api.users.User
Creates a new User.
USER - Enum constant in enum class com.google.storage.onestore.PropertyType
 
UserService - Interface in com.google.appengine.api.users
The UserService provides information useful for forcing a user to log in or out, and retrieving information about the user who is currently logged-in.
UserServiceFactory - Class in com.google.appengine.api.users
Creates a UserService.
UserServiceFailureException - Exception Class in com.google.appengine.api.users
UserServiceFailureException is thrown when any unknown error occurs while communicating with the user service.
UserServiceFailureException(String) - Constructor for exception class com.google.appengine.api.users.UserServiceFailureException
 
UserServiceFailureException(String, Throwable) - Constructor for exception class com.google.appengine.api.users.UserServiceFailureException
 
useServiceAccountCredential(String, PrivateKey) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Instructs the client to use a service account credential instead of using the Application Default Credentials library to construct the credential.
UTF8 - Enum constant in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
 

V

validateCertificate() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions that performs SSL certificate validation.
validateCertificate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
Enables certificate validation on HTTPS connections via the normal CA-based mechanism.
validateNamespace(String) - Static method in class com.google.appengine.api.NamespaceManager
Validate the format of a namespace string.
value - Variable in class com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
 
value() - Method in class com.google.appengine.api.search.query.QueryParser
 
value() - Method in class com.google.appengine.api.utils.SystemProperty.Environment
Returns the Value that the SystemProperty is set to.
value() - Method in enum class com.google.appengine.api.utils.SystemProperty.Environment.Value
 
value() - Element in annotation interface com.google.appengine.spi.ServiceProvider
Returns the interface implemented by this ServiceProvider.
VALUE - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
VALUE - Static variable in class com.google.appengine.api.search.query.QueryParser
 
value_return() - Constructor for class com.google.appengine.api.search.query.QueryParser.value_return
 
valueOf(String) - Static method in enum class com.google.appengine.api.capabilities.CapabilityStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.IMHandle.Scheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.Index.IndexState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.Query.FilterOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.Query.SortDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.ReadPolicy.Consistency
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.datastore.TransactionOptions.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.images.Composite.Anchor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.images.Image.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.images.ImagesService.OutputEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.images.InputSettings.OrientationCorrection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.log.LogService.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.memcache.MemcacheService.SetPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.quota.QuotaService.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.Field.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.SortExpression.SortDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.search.StatusCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.urlfetch.HTTPMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.appengine.api.utils.SystemProperty.Environment.Value
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.storage.onestore.PropertyType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.google.appengine.api.capabilities.CapabilityStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.IMHandle.Scheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.Index.IndexState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.Query.CompositeFilterOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.Query.FilterOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.Query.SortDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.ReadPolicy.Consistency
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.datastore.TransactionOptions.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.images.Composite.Anchor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.images.Image.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.images.ImagesService.OutputEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.images.InputSettings.OrientationCorrection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.log.LogService.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.memcache.MemcacheSerialization.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.memcache.MemcacheService.SetPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.quota.QuotaService.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.Field.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.query.QueryTreeContext.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.SortExpression.SortDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.search.StatusCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.taskqueue.TaskOptions.Method
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.urlfetch.HTTPMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.appengine.api.utils.SystemProperty.Environment.Value
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.storage.onestore.PropertyType
Returns an array containing the constants of this enum class, in the order they are declared.
var() - Method in class com.google.appengine.api.search.query.ExpressionParser
 
var_return() - Constructor for class com.google.appengine.api.search.query.ExpressionParser.var_return
 
VECTOR - Enum constant in enum class com.google.appengine.api.search.Field.FieldType
Vector field content.
VECTOR - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
VECTOR - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
VECTOR_FIELD_MAX_SIZE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
The maximum size of a vector field.
version - Static variable in class com.google.appengine.api.utils.SystemProperty
The current executing runtime version.
Version(String, String) - Constructor for class com.google.appengine.api.log.LogQuery.Version
Constructs a LogQuery.Version.
VERSION_RESERVED_PROPERTY - Static variable in class com.google.appengine.api.datastore.Entity
A reserved property name used to report an entity group's version.
versions(List<LogQuery.Version>) - Method in class com.google.appengine.api.log.LogQuery
Restricts the query to log records for the specified module versions.
visitConjunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a conjunction (logical and) of conditions.
visitContains(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents that a field must contain a value.
visitDisjunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a disjunction (logical or) of conditions.
visitEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents that a field value must be greater than or equal to some specified value.
visitFunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a function computed on some arguments.
visitFuzzy(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a text field that is subject to query rewrite.
visitGlobal(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a global field.
visitGreaterOrEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents an inequality between a field and value.
visitGreaterThan(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents that a field value must be greater than some specified value.
visitLessOrEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents that a field value must be less than or equal to some specified value.
visitLessThan(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents that a field value must be less than some specified value.
visitLiteral(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a text field that must not be altered.
visitNegation(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a negation of conditions.
visitOther(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Catch-all method for future type of query nodes.
visitSequence(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a sequence of expressions.
visitValue(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a constant value.
VOID - Enum constant in enum class com.google.appengine.api.search.query.QueryTreeContext.Kind
 

W

walk(Tree, T) - Method in class com.google.appengine.api.search.query.QueryTreeWalker
 
WarmupServlet - Class in com.google.apphosting.utils.servlet.ee10
Deprecated.
as of version 3.0, use WarmupServlet instead.
WarmupServlet - Class in com.google.apphosting.utils.servlet.jakarta
WarmupServlet does very little.
WarmupServlet - Class in com.google.apphosting.utils.servlet
WarmupServlet does very little.
WarmupServlet() - Constructor for class com.google.apphosting.utils.servlet.ee10.WarmupServlet
Deprecated.
 
WarmupServlet() - Constructor for class com.google.apphosting.utils.servlet.jakarta.WarmupServlet
 
WarmupServlet() - Constructor for class com.google.apphosting.utils.servlet.WarmupServlet
 
WARN - Enum constant in enum class com.google.appengine.api.log.LogService.LogLevel
 
WEBP - Enum constant in enum class com.google.appengine.api.images.Image.Format
 
WEBP - Enum constant in enum class com.google.appengine.api.images.ImagesService.OutputEncoding
 
withAtom(String, String) - Static method in class com.google.appengine.api.search.Facet
Creates and returns an atom facet with the given name and value.
withBatchSize(int) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given batch size.
withBcc(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withBlobKey(BlobKey) - Static method in class com.google.appengine.api.images.ServingUrlOptions.Builder
withCc(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withChunkSize(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given chunk size.
withCountdownMillis(long) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withCountLimit(long) - Static method in class com.google.appengine.api.taskqueue.LeaseOptions.Builder
Returns default LeaseOptions and calls LeaseOptions.countLimit(long).
withCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
withDeadline(double) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given deadline, in seconds.
withDeadline(double) - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Create a FetchOptions with the specified deadline.
withDeadlineInSeconds(Double) - Static method in class com.google.appengine.api.taskqueue.LeaseOptions.Builder
withDefaults() - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
Returns default UploadOptions with default values.
withDefaults() - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Helper method for creating a DatastoreServiceConfig instance with default values: Implicit transactions are disabled, reads execute with ReadPolicy.Consistency.STRONG, and no deadline is provided.
withDefaults() - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Helper method for creating a FetchOptions instance with default values.
withDefaults() - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Helper method for creating a TransactionOptions instance with default values.
withDefaults() - Static method in class com.google.appengine.api.log.LogQuery.Builder
Helper method for creating a LogQuery instance with default values.
withDefaults() - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
Returns default RetryOptions.
withDefaults() - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions with default values.
withDefaults() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
Helper method for creating a FetchOptions instance with default values.
withEnd(Double) - Static method in class com.google.appengine.api.search.FacetRange
Creates a numeric FacetRange that matches any value less than end.
withEndCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given end cursor.
withEndTimeMillis(long) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given end time.
withEndTimeUsec(long) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given end time.
withEtaMillis(long) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.etaMillis(long).
withFrom(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withGoogleStorageBucketName(String) - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
withGoogleStorageFileName(String) - Static method in class com.google.appengine.api.images.ServingUrlOptions.Builder
withHeader(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withHeaders(Map<String, String>) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.headers(Map).
withImplicitTransactionManagementPolicy(ImplicitTransactionManagementPolicy) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given implicit transaction management policy.
withIncludeAppLogs(boolean) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with include application logs set.
withIncludeIncomplete(boolean) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given include incomplete setting.
withLeasePeriod(long, TimeUnit) - Static method in class com.google.appengine.api.taskqueue.LeaseOptions.Builder
withLimit(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given limit.
withMajorVersionIds(List<String>) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given major version IDs.
withMaxBackoffSeconds(double) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
withMaxDoublings(int) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
Returns default RetryOptions and calls RetryOptions.maxDoublings(int).
withMaxEntityGroupsPerRpc(int) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given maximum entity groups per rpc.
withMaxUploadSizeBytes(long) - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
withMaxUploadSizeBytesPerBlob(long) - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
withMethod(TaskOptions.Method) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.method(Method).
withMinBackoffSeconds(double) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
withMinLogLevel(LogService.LogLevel) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given minimum log level.
withNotification(BounceNotification.Details) - Method in class com.google.appengine.api.mail.BounceNotification.BounceNotificationBuilder
 
withNumber(String, Double) - Static method in class com.google.appengine.api.search.Facet
Creates and returns a number facet with the given name and value.
withOffset(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given offset.
withOffset(String) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given offset.
withOriginal(BounceNotification.Details) - Method in class com.google.appengine.api.mail.BounceNotification.BounceNotificationBuilder
 
withParam(String, byte[]) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withParam(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withPayload(byte[], String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withPayload(DeferredTask) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withPayload(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.payload(String).
withPayload(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withPrefetchSize(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given prefetch size.
withPreviousTransaction(Transaction) - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Shorthand for TransactionOptions.withTransactionMode(Mode.READ_WRITE).setPreviousTransaction(...);
withRange(String, FacetRange) - Static method in class com.google.appengine.api.search.FacetRefinement
Create a FacetRefinement with the given name and range.
withRawMessage(MimeMessage) - Method in class com.google.appengine.api.mail.BounceNotification.BounceNotificationBuilder
 
withReadPolicy(ReadPolicy) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given read policy.
withRequestIds(List<String>) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given request IDs.
withRetryOptions(RetryOptions) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
withStart(Double) - Static method in class com.google.appengine.api.search.FacetRange
Creates a numeric FacetRange that matches any value greater than or equal to start.
withStartCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given start cursor.
withStartEnd(Double, Double) - Static method in class com.google.appengine.api.search.FacetRange
Creates a numeric FacetRange that matches any value greater than or equal to start but less than end.
withStartTimeMillis(long) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given start time.
withStartTimeUsec(long) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given start time.
withSubject(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withTag(byte[]) - Static method in class com.google.appengine.api.taskqueue.LeaseOptions.Builder
Returns default LeaseOptions and calls LeaseOptions.tag(byte[]).
withTag(byte[]) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.tag(byte[]).
withTag(String) - Static method in class com.google.appengine.api.taskqueue.LeaseOptions.Builder
Returns default LeaseOptions and calls LeaseOptions.tag(String).
withTag(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.tag(String).
withTaskAgeLimitSeconds(long) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
withTaskName(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.taskName(String).
withTaskRetryLimit(int) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
withText(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withTo(String) - Method in class com.google.appengine.api.mail.BounceNotification.DetailsBuilder
 
withTransactionMode(TransactionOptions.Mode) - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Shorthand for TransactionOptions.withDefaults().setTransactionMode(
withUrl(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.url(String).
withValue(String, String) - Static method in class com.google.appengine.api.search.FacetRefinement
Create a FacetRefinement with the given name and value.
withVersions(List<LogQuery.Version>) - Static method in class com.google.appengine.api.log.LogQuery.Builder
Create a LogQuery with the given LogQuery.Version values.
withXG(boolean) - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Create a TransactionOptions that enables or disables the use of cross-group transactions.
writeServiceFile(Collection<String>, OutputStream) - Static method in class com.google.appengine.spi.ServicesFile
Writes the set of service class names to a service file.
WS - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
WS - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
WS - Static variable in class com.google.appengine.api.search.query.QueryLexer
 
WS - Static variable in class com.google.appengine.api.search.query.QueryParser
 

X

xmpp - Enum constant in enum class com.google.appengine.api.datastore.IMHandle.Scheme
 
XMPP - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the XMPPService.
XOR - Static variable in class com.google.appengine.api.search.query.ExpressionLexer
 
XOR - Static variable in class com.google.appengine.api.search.query.ExpressionParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form