A B C D E F G H I J K L M N O P Q R S T U V W X

A

add(Document) - Method in interface com.google.appengine.api.search.Index
Add the document, update the document if it is already present.
add(Iterable<Document>) - Method in interface com.google.appengine.api.search.Index
Adds the collection of documents.
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(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(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.
addAsync(Document) - Method in interface com.google.appengine.api.search.Index
 
addAsync(Iterable<Document>) - Method in interface com.google.appengine.api.search.Index
 
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.
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.
AddDocumentsException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while adding documents to the index.
AddDocumentsException(OperationResult) - Constructor for exception com.google.appengine.api.search.AddDocumentsException
Constructs an exception when some error occurred in the search service when adding some documents to the index.
AddDocumentsException(OperationResult, List<OperationResult>, List<String>) - Constructor for exception com.google.appengine.api.search.AddDocumentsException
Constructs an exception when some error occurred in the search service when adding some documents to the index.
AddDocumentsResponse - Class in com.google.appengine.api.search
Represents a result of adding a list of Document to the index.
addExpressionToReturn(FieldExpression.Builder) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Adds a FieldExpression build from the given expressionBuilder to return in search results.
addExpressionToReturn(FieldExpression) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Adds a FieldExpression to return in search results.
addField(Field.Builder) - Method in class com.google.appengine.api.search.Document.Builder
Adds the field builder to the document builder.
addField(Field) - Method in class com.google.appengine.api.search.Document.Builder
Adds the field to the builder.
addFilter(String, Query.FilterOperator, Object) - Method in class com.google.appengine.api.datastore.Query
Add a filter on the specified property.
addHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Adds header to this request.
addPropertiesToPb(Map<String, Object>, EntityProto) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Add all of the properties in the specified map to an EntityProto.
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.
addSortSpec(SortSpec) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Adds a SortSpec to the list of sort specifications.
addSortSpec(SortSpec.Builder) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Adds a SortSpec.Builder to the list of sort specifications.
addStatus(JID, SendResponse.Status) - Method in class com.google.appengine.api.xmpp.SendResponse
 
addUserMetadata(String, String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Adds user specific metadata that will be added to object headers when served through Google Storage: "http://code.google.com/apis/storage/docs/reference-headers.html#xgoogmeta" Each entry will be prefixed with x-goog-meta- when serving out.
allocateIdRange(KeyRange) - Method in interface com.google.appengine.api.datastore.DatastoreService
This method allocates a user-specified contiguous range of unique IDs.
allocateIds(String, long) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
allocateIds(Key, 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.
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.
allowMultipleEntityGroups(boolean) - Static method in class com.google.appengine.api.datastore.TransactionOptions.Builder
Deprecated.  
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.
AppEngineFile - Class in com.google.appengine.api.files
An AppEngineFile represents a file in one of the Google App Engine file systems.
AppEngineFile(AppEngineFile.FileSystem, String) - Constructor for class com.google.appengine.api.files.AppEngineFile
Constructs an AppEngineFile from the given data
AppEngineFile(String) - Constructor for class com.google.appengine.api.files.AppEngineFile
Constructs an AppEngineFile from the given data
AppEngineFile.FileSystem - Enum in com.google.appengine.api.files
Represents the back-end storage location of a file.
AppIdentityService - Interface in com.google.appengine.api.appidentity
AppIdentityService allows you to sign arbitrary string blob using per app private key maintained by App Egnine, and also you can retrieve a list of public certificates which can be used to verify the signature.
AppIdentityService.GetAccessTokenResult - Class in com.google.appengine.api.appidentity
AppIdentityService.GetAccessTokenResult is returned by getAccessToken.
AppIdentityService.GetAccessTokenResult(String, Date) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
 
AppIdentityService.SigningResult - Class in com.google.appengine.api.appidentity
AppIdentityService.SigningResult is returned by signForApp, which contains signing key name and signature.
AppIdentityService.SigningResult(String, byte[]) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
 
AppIdentityServiceFactory - Class in com.google.appengine.api.appidentity
Creates new instances of the App identity service.
AppIdentityServiceFailureException - Exception 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 com.google.appengine.api.appidentity.AppIdentityServiceFailureException
Creates an exception with the supplied message.
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 major version number for the currently running version of the application plus a timestamp at which it was deployed.
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, 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.
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.
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, 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.
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.
asIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as an Iterable using the provided FetchOptions.
asIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Equivalent to PreparedQuery.asIterable(FetchOptions) but uses default FetchOptions.
asIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as an Iterator using the provided FetchOptions.
asIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Equivalent to PreparedQuery.asIterator(FetchOptions) but uses default FetchOptions.
asList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the Query Entities as a List using the provided FetchOptions.
asQueryResultIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterable(FetchOptions) except a QueryResultIterable is returned.
asQueryResultIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterable() except a QueryResultIterable is returned.
asQueryResultIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterator(FetchOptions) except a QueryResultIterator is returned.
asQueryResultIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asIterator() except a QueryResultIterator is returned.
asQueryResultList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Similar to PreparedQuery.asList(com.google.appengine.api.datastore.FetchOptions) except a QueryResultIterator is returned.
Asset - Class in com.google.appengine.api.conversion
An immutable asset for conversion.
Asset(String, byte[]) - Constructor for class com.google.appengine.api.conversion.Asset
Constructs an asset.
Asset(String, byte[], String) - Constructor for class com.google.appengine.api.conversion.Asset
Constructs an asset.
asSingleEntity() - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the one and only result for the Query.
asXml(boolean) - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
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.

B

BACKEND_ID_ENV_ATTRIBUTE - Static variable in interface com.google.appengine.api.backends.BackendService
Environment attribute key where the backend name is stored.
BackendService - Interface in com.google.appengine.api.backends
BackendService allows you to retrieve information about backend servers.
BackendServiceFactory - Class in com.google.appengine.api.backends
Factory for getting the Backends API implementation for the current environment.
backgroundThreadFactory() - Static method in class com.google.appengine.api.ThreadManager
Returns a ThreadFactory that will create threads that are independent of the current request.
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.
beginShutdown(long) - Method in class com.google.appengine.api.LifecycleManager
For testing purposes only: Notifies the LifecycleManager that the runtime is shutting down.
beginTransaction() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
beginTransaction(TransactionOptions) - 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 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, String) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
Creates a BlobInfo by providing the BlobKey and all associated metadata.
BlobInfo(BlobKey, String, Date, String, long) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
 
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 - 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
Availability of BlobstoreService.
BlobstoreFailureException - Exception 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 com.google.appengine.api.blobstore.BlobstoreFailureException
 
BlobstoreFailureException(String, Throwable) - Constructor for exception 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, 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(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.BlobstoreIOException - Exception in com.google.appengine.api.blobstore
A subclass of IOException that indicates that there was a problem interacting with Blobstore.
BlobstoreInputStream.BlobstoreIOException(String) - Constructor for exception com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
Constructs a BlobstoreIOException with the specified detail message.
BlobstoreInputStream.BlobstoreIOException(String, Throwable) - Constructor for exception 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.
BlobstoreServiceFactory - Class in com.google.appengine.api.blobstore
Creates BlobstoreService implementations.
BlobstoreServiceFactory() - Constructor for class com.google.appengine.api.blobstore.BlobstoreServiceFactory
 
build() - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
 
build() - Method in class com.google.appengine.api.search.Document.Builder
Builds a valid document.
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.IndexSpec.Builder
Builds a valid IndexSpec.
build() - Method in class com.google.appengine.api.search.ListDocumentsRequest.Builder
 
build() - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
 
build() - Method in class com.google.appengine.api.search.SearchRequest.Builder
Construct the final message.
build() - Method in class com.google.appengine.api.search.SortSpec.Builder
Builds a SortSpec from the set values.
build() - Method in class com.google.appengine.api.xmpp.ErrorBuilder
 
build() - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
build() - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
build() - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
 
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.
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.

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 and scheduled downtime.
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 in com.google.appengine.api.capabilities
Represents the status of a Capability.
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
 
ChannelFailureException - Exception in com.google.appengine.api.channel
ChannelFailureException is an unchecked exception that is thrown for any unexpected error that occurs while communicating with the channel service.
ChannelFailureException(String) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
 
ChannelFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
 
ChannelMessage - Class in com.google.appengine.api.channel
Class that represents a channel message.
ChannelMessage(String, String) - Constructor for class com.google.appengine.api.channel.ChannelMessage
Constructor for a channel message.
ChannelPresence - Class in com.google.appengine.api.channel
Represents presence information returned by the server.
ChannelService - Interface in com.google.appengine.api.channel
ChannelService allows you to manage manage two-way connections with clients.
ChannelServiceFactory - Class in com.google.appengine.api.channel
Constructs and instance of the Channel service.
ChannelServiceFactory() - Constructor for class com.google.appengine.api.channel.ChannelServiceFactory
 
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.FieldChecker
Checks whether an atom is valid.
checkCursor(String) - Static method in class com.google.appengine.api.search.checkers.SearchRequestChecker
Checks the cursor if provided is not empty.
checkDate(Date) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a date is specified in ISO860 format.
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 expression is not null and is parsable.
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.SearchRequestChecker
Checks that there are at most #MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN field names and that each field name 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.ListIndexesRequestChecker
Checks whether the given index name prefix is legal.
checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
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.ListIndexesRequestChecker
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.SearchRequestChecker
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.SortSpecChecker
Checks whether the limit on number of documents to score is between 0 and the maximum.
checkListDocumentsParams(ListDocumentsParams) - Static method in class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
Checks the values of the ListDocumentsParams params.
checkListIndexesParams(ListIndexesParams) - Static method in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
Ensures the given protocol buffer parameters are valid.
checkMatchedCountAccuracy(int) - Static method in class com.google.appengine.api.search.checkers.SearchRequestChecker
Checks whether the minimum documents matched count accuracy is between 1 and the maximum.
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.FieldChecker
Checks whether a number is valid.
checkOffset(int) - Static method in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
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.SearchRequestChecker
Checks whether the offset is between 0 and the maximum.
checkQuery(String) - Static method in class com.google.appengine.api.search.checkers.SearchRequestChecker
Checks that query is not null and is parsable.
checkStartDocId(String) - Static method in class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
Checks whether the given start document Is legal.
checkStartIndexName(String) - Static method in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
Checks whether the given start index name is legal.
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) - 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.
checkText(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Checks whether a text is valid.
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.Field) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
 
checkValid(SearchParams) - Static method in class com.google.appengine.api.search.checkers.SearchRequestChecker
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(ScorerSpec) - Static method in class com.google.appengine.api.search.checkers.SortSpecChecker
Checks the ScorerSpec is valid, specifically checking the limit on number of documents to score is not too large.
checkValid(SortSpec) - Static method in class com.google.appengine.api.search.checkers.SortSpecChecker
Checks the ScorerSpec is valid, specifically checking the limit on number of documents to score is not too large.
chunkSize(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the chunk size.
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.
clearMultipleEntityGroups() - Method in class com.google.appengine.api.datastore.TransactionOptions
Deprecated.  
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).
clientId() - Method in class com.google.appengine.api.channel.ChannelPresence
 
clone() - Method in class com.google.appengine.api.datastore.Entity
Returns a shallow copy of this Entity instance.
closeFinally() - Method in interface com.google.appengine.api.files.FileWriteChannel
Close the channel and finalize the file.
closeFinally() - Method in interface com.google.appengine.api.files.RecordWriteChannel
Closes the file.
com.google.appengine.api - package com.google.appengine.api
 
com.google.appengine.api.appidentity - package com.google.appengine.api.appidentity
The app identity API allows an App Engine app to sign an arbitrary string blob using an internally-generated, rotated private key.
com.google.appengine.api.backends - package com.google.appengine.api.backends
 
com.google.appengine.api.blobstore - package com.google.appengine.api.blobstore
The blobstore API provides management and persistent storage of large, immutable blobs.
com.google.appengine.api.capabilities - package com.google.appengine.api.capabilities
The capabilities API.
com.google.appengine.api.channel - package com.google.appengine.api.channel
 
com.google.appengine.api.conversion - package com.google.appengine.api.conversion
The Conversion API provides file conversion functionality.
com.google.appengine.api.datastore - package com.google.appengine.api.datastore
The datastore provides persistent storage for App Engine applications, used either directly or via the provided JDO or JPA interfaces.
com.google.appengine.api.files - package com.google.appengine.api.files
 
com.google.appengine.api.images - package com.google.appengine.api.images
This package provides facilities for the creation and manipulation of images by Java code.
com.google.appengine.api.mail - package com.google.appengine.api.mail
App Engine applications can send email messages on behalf of the app's administrators, or of authenticated users, using the standard javax.mail interface over this low-level API.
com.google.appengine.api.memcache - package com.google.appengine.api.memcache
The memcache API provides access to fast but unreliable data storage, which may also be accessed via the JCache API.
com.google.appengine.api.oauth - package com.google.appengine.api.oauth
 
com.google.appengine.api.prospectivesearch - package com.google.appengine.api.prospectivesearch
 
com.google.appengine.api.quota - package com.google.appengine.api.quota
 
com.google.appengine.api.search - package com.google.appengine.api.search
The search package provides an API 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
 
com.google.appengine.api.urlfetch - package com.google.appengine.api.urlfetch
The URL Fetch service can be used to make HTTP and HTTPS requests of other servers on the internet.
com.google.appengine.api.users - package com.google.appengine.api.users
The UserService provides facilities to check whether a user has authenticated using their Google Account, retrieve their email address, and check whether they are an administrator for this application.
com.google.appengine.api.utils - package com.google.appengine.api.utils
 
com.google.appengine.api.xmpp - package com.google.appengine.api.xmpp
 
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 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 com.google.appengine.api.datastore.CommittedButStillApplyingException
 
CommittedButStillApplyingException(String, Throwable) - Constructor for exception com.google.appengine.api.datastore.CommittedButStillApplyingException
 
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
 
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(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.Anchor - Enum in com.google.appengine.api.images
Valid anchoring positions for a compositing operation.
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
 
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.
Consistency - Enum in com.google.appengine.api.search
Supported consistency modes by indexes.
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
 
Conversion - Class in com.google.appengine.api.conversion
A single immutable conversion from one file format to another.
Conversion(Document, String) - Constructor for class com.google.appengine.api.conversion.Conversion
Constructs a conversion with default options.
Conversion(Document, String, ConversionOptions) - Constructor for class com.google.appengine.api.conversion.Conversion
Constructs a conversion with specified options.
CONVERSION_MAX_NUM_PER_REQUEST - Static variable in interface com.google.appengine.api.conversion.ConversionService
Maximum number of conversions allowed in one request.
CONVERSION_MAX_SIZE_BYTES - Static variable in interface com.google.appengine.api.conversion.ConversionService
Maximum bytes size of one conversion to be converted.
ConversionErrorCode - Enum in com.google.appengine.api.conversion
The error code of Conversion service.
ConversionOptions - Class in com.google.appengine.api.conversion
The options for a conversion following builder pattern.
ConversionOptions.Builder - Class in com.google.appengine.api.conversion
Provides static creation methods for ConversionOptions.
ConversionResult - Class in com.google.appengine.api.conversion
A single immutable conversion result returned by the conversion service.
ConversionService - Interface in com.google.appengine.api.conversion
A service which provides document conversion feature for applications.
ConversionServiceException - Exception in com.google.appengine.api.conversion
Customized exception for all conversion service errors.
ConversionServiceFactory - Class in com.google.appengine.api.conversion
Static factory methods to create new instance of ConversionService.
convert(Conversion) - Method in interface com.google.appengine.api.conversion.ConversionService
Runs a conversion.
convert(List<Conversion>) - Method in interface com.google.appengine.api.conversion.ConversionService
Executes multiple conversions in one request to the conversion backend.
convertAsync(Conversion) - Method in interface com.google.appengine.api.conversion.ConversionService
Runs a conversion asynchronously.
convertAsync(List<Conversion>) - Method in interface com.google.appengine.api.conversion.ConversionService
Executes multiple conversions in one request to the conversion backend asynchronously.
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.
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
 
countdownMillis(long) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the number of milliseconds delay before execution of the task.
countEntities(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
Retrieves the number of Entities that currently match this Query.
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.
Crc32c - Class in com.google.appengine.api.files
This class generates a CRC32C checksum, defined by rfc3720 section B.4.
Crc32c() - Constructor for class com.google.appengine.api.files.Crc32c
 
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.
createChannel(String) - Method in interface com.google.appengine.api.channel.ChannelService
Creates a channel associated with the provided clientId and returns a token that is valid for the default amount of time (2 hours)
createChannel(String, int) - Method in interface com.google.appengine.api.channel.ChannelService
Creates a channel associated with the provided clientId and returns a token that is valid for the specified period of time.
createFromPb(EntityProto) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
createFromPbBytes(byte[]) - Static method in class com.google.appengine.api.datastore.EntityTranslator
 
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(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(String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
Creates a new Key having no parent from its kind and name.
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.
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(Key, String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
Shorthand for invoking KeyFactory.keyToString(Key) on the result of KeyFactory.createKey(Key, String, long)
createKeyString(String, String) - 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(Key, String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
Shorthand for invoking KeyFactory.keyToString(Key) on the result of KeyFactory.createKey(Key, String, long)
createLoginURL(String) - Method in interface com.google.appengine.api.users.UserService
Returns an 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 an 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
Returns an URL that can be used to redirect the user to for third party login for federated login the user.
createLogoutURL(String) - Method in interface com.google.appengine.api.users.UserService
Returns an 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 an URL that can be used to log the current user out of this app.
createNewBlobFile(String) - Method in interface com.google.appengine.api.files.FileService
Creates a new empty file in the BlobStore of the specified mime-type and returns an AppEngineFile representing the file.
createNewBlobFile(String, String) - Method in interface com.google.appengine.api.files.FileService
Creates a new empty file in the BlobStore of the specified mime-type and returns an AppEngineFile representing the file.
createNewGSFile(GSFileOptions) - Method in interface com.google.appengine.api.files.FileService
Creates a new writable file in Google Storage of the specified mime-type and returns an AppEngineFile representing the file.
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, 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.
CREATION - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
currentRequestThreadFactory() - Static method in class com.google.appengine.api.ThreadManager
Returns a ThreadFactory that will create threads scoped to the current request.
Cursor - Class in com.google.appengine.api.datastore
A cursor that represents a position in a query.
cursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Deprecated. use FetchOptions.startCursor instead.

D

DATASTORE - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the 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 in com.google.appengine.api.datastore
Indicates the type of datastore being used.
DatastoreConfig - Interface in com.google.appengine.api.datastore
Deprecated. Use DatastoreServiceConfig instead.
DatastoreFailureException - Exception 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 com.google.appengine.api.datastore.DatastoreFailureException
 
DatastoreFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.datastore.DatastoreFailureException
 
DatastoreNeedIndexException - Exception 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 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 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
 
DatastoreTimeoutException - Exception in com.google.appengine.api.datastore
DatastoreTimeoutException is thrown when a datastore operation times out.
DatastoreTimeoutException(String) - Constructor for exception 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 the user-facing classes (String, User, etc.).
DataTypeTranslator.ComparableByteArray - Class in com.google.appengine.api.datastore
A wrapper for a byte[] that implements Comparable.
DataTypeTranslator.ComparableByteArray(byte[]) - Constructor for class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
 
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(Date) - Static method in class com.google.appengine.api.search.Field
Returns a date which has been truncated to a day of month.
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.
DeadlineExceededException - Exception in com.google.apphosting.api
DeadlineExceededException is an unchecked exception thrown whenever a request has exceeded the 30 second request deadline.
DeadlineExceededException() - Constructor for exception com.google.apphosting.api.DeadlineExceededException
 
DeadlineExceededException(String) - Constructor for exception com.google.apphosting.api.DeadlineExceededException
 
DEFAULT - Static variable in interface com.google.appengine.api.datastore.DatastoreConfig
Deprecated. Use DatastoreServiceConfig instead.
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 defined externally.
DEFAULT_DEFERRED_URL - Static variable in class com.google.appengine.api.taskqueue.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_LEASE_DURATION_SEC - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
The default lease duration value of zero means no expiration.
DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
The default number of documents requested.
DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
The default number of indexes we will try to return.
DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The default limit on the number of documents to return in results.
DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SortSpecChecker
The default number of documents to score.
DEFAULT_LIST_SUBSCRIPTIONS_MAX_RESULTS - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
 
DEFAULT_LIST_TOPICS_MAX_RESULTS - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
 
DEFAULT_MATCHED_COUNT_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The default matched count accuracy.
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_RESULT_BATCH_SIZE - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
 
DEFAULT_RESULT_RELATIVE_URL - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
The default URI path to which matches will be POSTed.
DEFAULT_RESULT_TASK_QUEUE_NAME - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Uses the default task queue.
defaultIfNull(T, T) - Static method in class com.google.appengine.api.search.Util
A helper method for overriding null values with a default value.
DeferredTask - Interface in com.google.appengine.api.taskqueue
Interface for deferred tasks.
DeferredTaskContext - Class in com.google.appengine.api.taskqueue
Resources for managing DeferredTask.
DeferredTaskCreationException - Exception in com.google.appengine.api.taskqueue
Indicates a failure to create a task payload.
delete(BlobKey...) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Permanently deletes the specified blobs.
delete(Key...) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
delete(Transaction, Key...) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
delete(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
delete(Transaction, Iterable<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(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Equivalent to DatastoreService.delete(Key...).
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(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
delete(Object, long) - 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.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.
deleteAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
deleteAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
deleteAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Batch version of MemcacheService.delete(Object).
deleteAll(Collection<T>, long) - Method in interface com.google.appengine.api.memcache.MemcacheService
Batch version of MemcacheService.delete(Object, long).
DeleteContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to delete() callbacks.
deleteTask(String) - Method in interface com.google.appengine.api.taskqueue.Queue
Deletes a task from this Queue.
deleteTask(TaskHandle) - 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.
deserialize(byte[], int) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
Deserialize the object, according to its flags.
DEVAPPSERVER_PORTMAPPING_KEY - Static variable in interface com.google.appengine.api.backends.BackendService
 
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.
Document - Class in com.google.appengine.api.conversion
An immutable document for conversion.
Document(Asset) - Constructor for class com.google.appengine.api.conversion.Document
Constructs a document.
Document(List<Asset>) - Constructor for class com.google.appengine.api.conversion.Document
Constructs a document.
Document - Class in com.google.appengine.api.search
Represents a user generated document.
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
 
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.

E

Email - Class in com.google.appengine.api.datastore
An e-mail address datatype.
Email(String) - Constructor for class com.google.appengine.api.datastore.Email
 
endCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the cursor at which to end the query.
Entity - Class in com.google.appengine.api.datastore
Entity is the fundamental unit of data storage.
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, 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, 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, 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(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(Key) - Constructor for class com.google.appengine.api.datastore.Entity
Create a new Entity uniquely identified by the provided Key.
EntityNotFoundException - Exception in com.google.appengine.api.datastore
EntityNotFoundException is thrown when no Entity with the specified Key could be found.
EntityNotFoundException(Key) - Constructor for exception com.google.appengine.api.datastore.EntityNotFoundException
 
EntityProtoComparators - Class in com.google.appengine.api.datastore
Utilities for comparing OnestoreEntity.EntityProto.
EntityProtoComparators.EntityProtoComparator - Class in com.google.appengine.api.datastore
 
EntityProtoComparators.EntityProtoComparator(List<Order>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
EntityProtoComparators.EntityProtoComparator(List<Order>, List<Filter>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
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.
equalObjects(Object, Object) - Static method in class com.google.appengine.api.search.Util
A helper method for testing two objects are equal.
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.UploadOptions
 
equals(Object) - Method in class com.google.appengine.api.conversion.Asset
 
equals(Object) - Method in class com.google.appengine.api.conversion.Conversion
 
equals(Object) - Method in class com.google.appengine.api.conversion.ConversionOptions
 
equals(Object) - Method in class com.google.appengine.api.conversion.ConversionResult
 
equals(Object) - Method in class com.google.appengine.api.conversion.Document
 
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.Entity
Two Entity objects are considered equal if they refer to the same entity (i.e.
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.Query
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
 
equals(Object) - Method in class com.google.appengine.api.datastore.Query.SortPredicate
 
equals(Object) - Method in class com.google.appengine.api.datastore.Rating
 
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.memcache.Expiration
 
equals(Object) - Method in class com.google.appengine.api.search.Document
 
equals(Object) - Method in class com.google.appengine.api.search.Field
 
equals(Object) - Method in class com.google.appengine.api.search.IndexSpec
 
equals(Object) - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
equals(Object) - Method in class com.google.appengine.api.search.ListIndexesRequest
 
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.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.api.users.User
 
equals(Object) - Method in class com.google.appengine.api.utils.FutureWrapper
 
Error - Class in com.google.appengine.api.xmpp
Class that represents an XMPP error.
Error(JID, String) - Constructor for class com.google.appengine.api.xmpp.Error
Constructor for an Error object.
ErrorBuilder - Class in com.google.appengine.api.xmpp
Builder used to generate Error instances to represent incoming XMPP errors.
ErrorBuilder() - Constructor for class com.google.appengine.api.xmpp.ErrorBuilder
 
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.
etaMillis(long) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the approximate absolute time to execute.
Expiration - Class in com.google.appengine.api.memcache
Expiration specifications on MemcacheService.putAll(Map , Expiration) and MemcacheService.put(Object, Object, Expiration) operations.
ExpressionTreeBuilder - Class in com.google.appengine.api.search
A generator of AST representation of an expression.
ExpressionTreeBuilder() - Constructor for class com.google.appengine.api.search.ExpressionTreeBuilder
 
ExpressionTreeBuilder(CommonTreeAdaptor) - Constructor for class com.google.appengine.api.search.ExpressionTreeBuilder
 
extractImplicitPropertiesFromPb(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(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.
extractPropertiesFromPb(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

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.
fetch(HTTPRequest) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
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.
fetchAsync(HTTPRequest) - Method in interface com.google.appengine.api.urlfetch.URLFetchService
Asynchronously execute the specified request and return its response.
fetchData(BlobKey, long, long) - Method in interface com.google.appengine.api.blobstore.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.
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 or date.
Field.Builder - Class in com.google.appengine.api.search
A field builder.
Field.FieldType - Enum in com.google.appengine.api.search
The type of the field value.
FIELD_NAME_PATTERN - Static variable in class com.google.appengine.api.search.checkers.FieldChecker
The pattern each document field name should match.
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.
FieldExpression.Builder() - Constructor for class com.google.appengine.api.search.FieldExpression.Builder
 
fieldToString(String, Object) - Static method in class com.google.appengine.api.search.Util
Returns a string that allows a field value pair to be added to a debug string.
FieldType - Enum in com.google.appengine.api.prospectivesearch
Type identifiers for describing document schemas.
FILENAME - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
FileReadChannel - Interface in com.google.appengine.api.files
An ReadableByteChannel for reading bytes from an AppEngineFile.
FileService - Interface in com.google.appengine.api.files
This is the interface for interacting with the Google App Engine File Service.
FileServiceFactory - Class in com.google.appengine.api.files
A factory for producing instances of FileService.
FileServiceFactory() - Constructor for class com.google.appengine.api.files.FileServiceFactory
 
FileWriteChannel - Interface in com.google.appengine.api.files
An WritableByteChannel for appending bytes to an AppEngineFile.
FinalizationException - Exception in com.google.appengine.api.files
An Exception that indicates that a file is in the wrong finalization state.
findIndexedPropertiesOnPb(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.
firstPage(int) - Method in class com.google.appengine.api.conversion.ConversionOptions
Sets the number of the first page to generate.
flags - Variable in class com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
 
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.
fromInt(int) - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
While the enum is convenient, the implementation wants ints...
fromName(String) - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
Returns the FileSystem with the given name.
fromPresenceResponseEnum(PresenceResponse.SHOW) - Static method in enum com.google.appengine.api.xmpp.PresenceShow
 
fromWebSafeString(String) - Static method in class com.google.appengine.api.datastore.Cursor
Decodes the given encoded cursor
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
 

G

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(Key) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
get(Transaction, Key) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
get(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
get(Transaction, Iterable<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(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Retrieves the set of Entities matching keys.
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(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() - Static method in class com.google.appengine.api.NamespaceManager
Returns the current namespace setting or null if not set.
get() - Method in class com.google.appengine.api.utils.FutureWrapper
 
get(long, TimeUnit) - 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.
getAccessToken(Iterable<String>) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
OAuth2 access token to act on behalf of the application.
getAccessToken() - Method in 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 interface com.google.appengine.api.datastore.BaseDatastoreService
 
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.
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.
getApiTimeInMegaCycles() - Method in interface com.google.appengine.api.quota.QuotaService
Measures the duration that the current request has spent so far in API calls, such as making datastore requests or sending out mail.
getApp() - Method in interface com.google.appengine.api.datastore.Transaction
 
getAppId() - Method in class com.google.appengine.api.datastore.Entity
Returns the identifier of the application that owns this Entity.
getAppIdentityService() - Static method in class com.google.appengine.api.appidentity.AppIdentityServiceFactory
 
getAssets() - Method in class com.google.appengine.api.conversion.Document
Returns all assets associated with the document.
getAsyncDatastoreService() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates a AsyncDatastoreService using the default config (DatastoreServiceConfig.Builder.withDefaults()).
getAsyncDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
Creates a 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) - 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.Field
 
getAttachments() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the attachments of this message.
getAuthDomain() - Method in class com.google.appengine.api.users.User
 
getBackendAddress(String) - Method in interface com.google.appengine.api.backends.BackendService
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
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.
getBcc() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the recipients in the 'bcc' field of this message.
getBlobFile(BlobKey) - Method in interface com.google.appengine.api.files.FileService
Given a BlobKey returns the corresponding AppEngineFile.
getBlobKey() - Method in class com.google.appengine.api.blobstore.BlobInfo
Returns the BlobKey of the Blob this BlobInfo describes.
getBlobKey(AppEngineFile) - Method in interface com.google.appengine.api.files.FileService
Given a BLOBSTORE file that has been finalized, returns the BlobKey for the corresponding blob.
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.
getBody() - Method in class com.google.appengine.api.xmpp.Message
 
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.
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.MailService.Message
Gets the recipients in the 'cc' field of this message.
getCertificateName() - Method in class com.google.appengine.api.appidentity.PublicCertificate
 
getChannelService() - Static method in class com.google.appengine.api.channel.ChannelServiceFactory
Creates an implementation of the ChannelService.
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.
getChunkSize() - Method in class com.google.appengine.api.datastore.FetchOptions
 
getClientId() - Method in class com.google.appengine.api.channel.ChannelMessage
 
getCode() - Method in class com.google.appengine.api.search.OperationResult
 
getComparablePropertyValue(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
 
getConsistency() - Method in interface com.google.appengine.api.search.Index
 
getConsistency() - Method in class com.google.appengine.api.search.IndexSpec
 
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.
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.
getConversionService() - Static method in class com.google.appengine.api.conversion.ConversionServiceFactory
Returns a default ConversionService instance.
getConversionService(double) - Static method in class com.google.appengine.api.conversion.ConversionServiceFactory
Returns a ConversionService instance with deadline setting.
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.
getCurrentBackend() - Method in interface com.google.appengine.api.backends.BackendService
Get the name of the backend handling the current request.
getCurrentElement() - Method in interface com.google.appengine.api.datastore.CallbackContext
 
getCurrentIndex() - Method in interface com.google.appengine.api.datastore.CallbackContext
 
getCurrentInstance() - Method in interface com.google.appengine.api.backends.BackendService
Get the instance handling the current request.
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.
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.
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.
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(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.
getCurrentTransaction() - Method in interface com.google.appengine.api.datastore.CallbackContext
 
getCurrentUser() - 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.
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.
getCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
Deprecated. use FetchOptions.getStartCursor() instead
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.SearchRequest
 
getCursor() - Method in class com.google.appengine.api.search.SearchResponse
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.SearchResult
A cursor to be used continuing seach after this search result.
getCursorType() - Method in class com.google.appengine.api.search.SearchRequest
 
getData() - Method in class com.google.appengine.api.conversion.Asset
Returns the asset's data.
getData() - Method in class com.google.appengine.api.mail.MailService.Attachment
Gets the content of this attachment.
getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.DatastoreService
Retrieves the current datastores'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
Deprecated. Use DatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig) instead.
getDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
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
 
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
Deprecated. Use DatastoreServiceConfig.Builder.withDefaults() instead.
getDefaultQueue() - Static method in class com.google.appengine.api.taskqueue.QueueFactory
Returns the default QueueService.
getDefaultValue() - Method in class com.google.appengine.api.search.SortSpec
 
getDefaultValueNumeric() - Method in class com.google.appengine.api.search.SortSpec
 
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.SortSpec
 
getDocument(HttpServletRequest) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Decodes document from #match(Entity, String, String, String, String, int, bool) result POST request.
getDocument() - Method in class com.google.appengine.api.search.SearchResult
 
getDocumentIds() - Method in exception com.google.appengine.api.search.AddDocumentsException
 
getDocumentIds() - Method in class com.google.appengine.api.search.AddDocumentsResponse
 
getDocuments() - Method in class com.google.appengine.api.search.ListDocumentsResponse
 
getElements() - Method in interface com.google.appengine.api.datastore.CallbackContext
 
getEmail() - Method in class com.google.appengine.api.datastore.Email
 
getEmail() - Method in class com.google.appengine.api.users.User
 
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
 
getEndCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
 
getErrorCode() - Method in class com.google.appengine.api.conversion.ConversionResult
Returns the conversion error code, or null if the conversion succeeded.
getErrorCode() - Method in exception com.google.appengine.api.conversion.ConversionServiceException
Returns the error code.
getErrorHandler() - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
Fetches the current error handler.
getErrorMessage() - Method in class com.google.appengine.api.prospectivesearch.Subscription
 
getEtaMillis() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns a time comparable to System.currentTimeMillis() when this task is scheduled for execution.
getExipration() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getExpirationTime() - Method in class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
 
getExpirationTime() - Method in class com.google.appengine.api.prospectivesearch.Subscription
 
getExpression() - Method in class com.google.appengine.api.search.FieldExpression
 
getExpression() - Method in class com.google.appengine.api.search.SortSpec
 
getExpressions() - Method in class com.google.appengine.api.search.SearchResult
The list of Field which are the result of any extra expressions requested.
getExpressionsToReturn() - Method in class com.google.appengine.api.search.SearchRequest
 
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.
getField(String) - Method in class com.google.appengine.api.search.Document
 
getFieldNames() - Method in class com.google.appengine.api.search.Document
 
getFieldNames() - Method in class com.google.appengine.api.search.Schema
 
getFields() - Method in class com.google.appengine.api.search.Document
 
getFieldsToReturn() - Method in class com.google.appengine.api.search.SearchRequest
 
getFieldsToSnippet() - Method in class com.google.appengine.api.search.SearchRequest
 
getFieldTypes(String) - Method in class com.google.appengine.api.search.Schema
 
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.mail.MailService.Attachment
Gets the file name of this attachment.
getFileService() - Static method in class com.google.appengine.api.files.FileServiceFactory
Returns an instance of FileService.
getFileSystem() - Method in class com.google.appengine.api.files.AppEngineFile
Returns the file system of the file.
getFilterPredicates() - Method in class com.google.appengine.api.datastore.Query
Returns an unmodifiable list of the current filter predicates.
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.
getFormat() - Method in interface com.google.appengine.api.images.Image
Gets the encoding format of the image.
getFromJid() - Method in class com.google.appengine.api.xmpp.Error
 
getFromJid() - Method in class com.google.appengine.api.xmpp.Message
 
getFromJid() - Method in class com.google.appengine.api.xmpp.Presence
 
getFromJid() - Method in class com.google.appengine.api.xmpp.Subscription
 
getFullPath() - Method in class com.google.appengine.api.files.AppEngineFile
Returns the full path of the file.
getGoogleAppsNamespace() - Static method in class com.google.appengine.api.NamespaceManager
Returns the Google Apps domain referring this request or otherwise the empty string ("").
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.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.
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.
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.
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.prospectivesearch.Subscription
 
getId() - Method in class com.google.appengine.api.search.Document
 
getId() - Method in class com.google.appengine.api.xmpp.JID
 
getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Similar to MemcacheService.get(java.lang.Object), but returns an object that can later be used to perform a MemcacheService.putIfUntouched(java.lang.Object, com.google.appengine.api.memcache.MemcacheService.IdentifiableValue, java.lang.Object, com.google.appengine.api.memcache.Expiration) operation.
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.
getImageData() - Method in interface com.google.appengine.api.images.Image
Gets the raw imageData of the image.
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
Deprecated. Use DatastoreServiceConfig.getImplicitTransactionManagementPolicy()
getImplicitTransactionManagementPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
 
getIndex(IndexSpec) - Method in interface com.google.appengine.api.search.IndexManager
Returns an instance of Index corresponding to the provided specification.
getIndex(IndexSpec.Builder) - Method in interface com.google.appengine.api.search.IndexManager
Returns an instance of Index corresponding to the specification built from the given builder.
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() - Method in class com.google.appengine.api.search.ListIndexesResponse
 
getIndexNamePrefix() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
getInputDoc() - Method in class com.google.appengine.api.conversion.Conversion
Returns the conversion input document.
getInstance() - Static method in class com.google.appengine.api.LifecycleManager
 
getItemCount() - Method in interface com.google.appengine.api.memcache.Stats
Number of entries currently "alive" in the cache.
getKey() - Method in class com.google.appengine.api.datastore.Entity
Returns the Key that represents this Entity.
getKey() - Method in exception com.google.appengine.api.datastore.EntityNotFoundException
 
getKey() - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
 
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.Entity
Returns a logical type that is associated with this Entity.
getKind() - Method in class com.google.appengine.api.datastore.Index
 
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.
getLastGoodSequenceKey() - Method in exception com.google.appengine.api.files.KeyOrderingException
 
getLatitude() - Method in class com.google.appengine.api.datastore.GeoPt
 
getLimit() - Method in class com.google.appengine.api.datastore.FetchOptions
 
getLimit() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
getLimit() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
getLimit() - Method in class com.google.appengine.api.search.SearchRequest
 
getLimit() - Method in class com.google.appengine.api.search.SortSpec
 
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
Returns an instance of LogAndContinueErrorHandler.
getLongitude() - Method in class com.google.appengine.api.datastore.GeoPt
 
getMailService() - Static method in class com.google.appengine.api.mail.MailServiceFactory
Returns an implementation of the MailService.
getMatchedCount() - Method in class com.google.appengine.api.search.SearchResponse
 
getMatchedCountAccuracy() - Method in class com.google.appengine.api.search.SearchRequest
Any SearchResponse.getMatchedCount() less than or equal to this setting will be accurate.
getMaxEntityGroupsPerRpc() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
 
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.
getMd5Hash() - Method in class com.google.appengine.api.blobstore.BlobInfo
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) - 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 class com.google.appengine.api.channel.ChannelMessage
 
getMessage() - Method in exception com.google.appengine.api.datastore.DatastoreNeedIndexException
 
getMessage() - Method in class com.google.appengine.api.search.OperationResult
 
getMessageType() - Method in class com.google.appengine.api.xmpp.Message
 
getMethod() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Gets the HTTP method for this request (e.g.
getMillisecondsValue() - Method in class com.google.appengine.api.memcache.Expiration
Fetches the expiration date, in milliseconds-since-epoch.
getMimeType() - Method in class com.google.appengine.api.conversion.Asset
Returns the asset's mime type.
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 com.google.appengine.api.datastore.DatastoreNeedIndexException
 
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.conversion.Asset
Returns the asset's name, or null if not present.
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 enum com.google.appengine.api.files.AppEngineFile.FileSystem
Returns the name of the file system.
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.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
 
getNamePart() - Method in class com.google.appengine.api.files.AppEngineFile
Returns the name part of the file.
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 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 interface com.google.appengine.api.search.Index
 
getNamespace() - Method in interface com.google.appengine.api.search.IndexManager
Returns the namespace associated with this index manager.
getNewValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getNickname() - Method in class com.google.appengine.api.users.User
Return this user's nickname.
getNumber() - Method in class com.google.appengine.api.datastore.PhoneNumber
 
getNumber() - Method in class com.google.appengine.api.search.Field
 
getOAuthConsumerKey() - Method in interface com.google.appengine.api.oauth.OAuthService
Returns the oauth_consumer_key OAuth parameter from the request.
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
 
getOffset() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
getOffset() - Method in class com.google.appengine.api.search.SearchRequest
 
getOldValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
 
getOnlyField(String) - Method in class com.google.appengine.api.search.Document
Returns the single field with the given name.
getOperationResult() - Method in exception com.google.appengine.api.search.SearchBaseException
 
getOperationResult() - Method in class com.google.appengine.api.search.SearchResponse
 
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.conversion.Conversion
Returns the conversion options setting.
getOrderId() - Method in class com.google.appengine.api.search.Document
 
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.
getOutputDoc() - Method in class com.google.appengine.api.conversion.ConversionResult
Returns the conversion output document, or null if the conversion failed.
getOutputEncoding() - Method in class com.google.appengine.api.images.OutputSettings
Gets the output encoding.
getOutputMimeType() - Method in class com.google.appengine.api.conversion.Conversion
Returns the conversion output mime type.
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.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.
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.urlfetch.HTTPRequest
Gets the payload (e.g.
getPrefetchSize() - Method in class com.google.appengine.api.datastore.FetchOptions
 
getPresence(JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, look up the user's status and return it.
getPresence(JID, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, look up the user's status and return it.
getPresenceShow() - Method in class com.google.appengine.api.xmpp.Presence
 
getPresenceType() - Method in class com.google.appengine.api.xmpp.Presence
 
getProperties() - Method in class com.google.appengine.api.datastore.Entity
Gets all of the properties belonging to this Entity.
getProperties() - Method in class com.google.appengine.api.datastore.Index
 
getProperty(String) - Method in class com.google.appengine.api.datastore.Entity
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.
getPropertyValue(Property) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
Returns the value for the property as its canonical type.
getProspectiveSearchService() - Static method in class com.google.appengine.api.prospectivesearch.ProspectiveSearchServiceFactory
 
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.
getQuery() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
 
getQuery() - Method in class com.google.appengine.api.prospectivesearch.Subscription
 
getQuery() - Method in class com.google.appengine.api.search.SearchRequest
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) - 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.TaskHandle
Returns the name of the queue that this task was submitted into.
getQuotaService() - Static method in class com.google.appengine.api.quota.QuotaServiceFactory
Gets a handle to the quota service.
getRating() - Method in class com.google.appengine.api.datastore.Rating
 
getReadPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
 
getRecipientJids() - Method in class com.google.appengine.api.xmpp.Message
 
getRemainingShutdownTime() - Method in class com.google.appengine.api.LifecycleManager
If the runtime is shutting down, returns how long, in milliseconds, is left for shutdown code to clean up.
getReplyTo() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the reply to field of this message.
getResponseCode() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
Returns the HTTP response code from the request (e.g.
getResults() - Method in exception com.google.appengine.api.search.AddDocumentsException
 
getResults() - Method in class com.google.appengine.api.search.AddDocumentsResponse
 
getResults() - Method in exception com.google.appengine.api.search.RemoveDocumentsException
 
getResults() - Method in class com.google.appengine.api.search.SearchResponse
 
getRetryCount() - Method in class com.google.appengine.api.taskqueue.TaskHandle
Returns number of leases that had been performed on this task.
getReturnedCount() - Method in class com.google.appengine.api.search.SearchResponse
 
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
 
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.
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
Obtains a URL that can serve the image stored as a blob dynamically.
getServingUrl(BlobKey, int, boolean) - Method in interface com.google.appengine.api.images.ImagesService
Calculates the serving URL for specific size and crop parameters from generic URL returned by ImagesService.getServingUrl(BlobKey).
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.datastore.KeyRange
 
getSortPredicates() - Method in class com.google.appengine.api.datastore.Query
Returns an unmodifiable list of the current sort predicates.
getSortScores() - Method in class com.google.appengine.api.search.SearchResult
The list of scores assigned during sort evaluation.
getSortSpecs() - Method in class com.google.appengine.api.search.SearchRequest
 
getStanza() - Method in class com.google.appengine.api.xmpp.Error
 
getStanza() - Method in class com.google.appengine.api.xmpp.Message
This returns the entire XML message stanza for incoming XMPP messages.
getStanza() - Method in class com.google.appengine.api.xmpp.Presence
 
getStanza() - Method in class com.google.appengine.api.xmpp.Subscription
 
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
 
getStartCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
 
getStartDocId() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
getStartIndexName() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
getState() - Method in class com.google.appengine.api.prospectivesearch.Subscription
 
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(Capability) - Method in interface com.google.appengine.api.capabilities.CapabilitiesService
Returns the status of a capability.
getStatus() - Method in class com.google.appengine.api.capabilities.CapabilityState
Returns the status of the capability.
getStatus() - Method in class com.google.appengine.api.xmpp.Presence
 
getStatusMap() - Method in class com.google.appengine.api.xmpp.SendResponse
 
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
 
getSubId() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
 
getSubject() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the subject of this message.
getSubscription(String, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Get subscription information.
getSubscriptionType() - Method in class com.google.appengine.api.xmpp.Subscription
 
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 tag for a task.
getText() - Method in class com.google.appengine.api.search.Field
 
getTextBody() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the text body of this message.
getTo() - Method in class com.google.appengine.api.mail.MailService.Message
Gets the recipients in the 'to' field of this message.
getToJid() - Method in class com.google.appengine.api.xmpp.Presence
 
getToJid() - Method in class com.google.appengine.api.xmpp.Subscription
 
getTopic() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
 
getTotalItemBytes() - Method in interface com.google.appengine.api.memcache.Stats
Sum of key and value sizes for all live entries currently in cache.
getType() - Method in class com.google.appengine.api.search.Field
 
getType() - Method in class com.google.appengine.api.search.SortSpec
 
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.
getUploadedBlobs(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
Deprecated. Use getUploads 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.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() - Static method in class com.google.appengine.api.urlfetch.URLFetchServiceFactory
 
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() - Static method in class com.google.appengine.api.users.UserServiceFactory
Creates an implementation of the UserService.
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.Text
Return the value of this Text.
getValue() - Method in class com.google.appengine.api.files.Crc32c
Returns the value of the checksum.
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 class com.google.appengine.api.urlfetch.HTTPHeader
 
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
 
getXMPPService() - Static method in class com.google.appengine.api.xmpp.XMPPServiceFactory
 
GSFileOptions - Class in com.google.appengine.api.files
Container class for holding options for creating Google Storage files.
GSFileOptions.GSFileOptionsBuilder - Class in com.google.appengine.api.files
A builder of GSFileOptions.
GSFileOptions.GSFileOptionsBuilder() - Constructor for class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
 

H

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.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.
hasEnd() - Method in class com.google.appengine.api.blobstore.ByteRange
Indicates whether or not this byte range indicates an end.
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.UploadOptions
 
hashCode() - Method in class com.google.appengine.api.conversion.Asset
 
hashCode() - Method in class com.google.appengine.api.conversion.Conversion
 
hashCode() - Method in class com.google.appengine.api.conversion.ConversionOptions
 
hashCode() - Method in class com.google.appengine.api.conversion.ConversionResult
 
hashCode() - Method in class com.google.appengine.api.conversion.Document
 
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.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.Query.FilterPredicate
 
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.Rating
 
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.memcache.Expiration
 
hashCode() - Method in class com.google.appengine.api.search.Document
 
hashCode() - Method in class com.google.appengine.api.search.Field
 
hashCode() - Method in class com.google.appengine.api.search.IndexSpec
 
hashCode() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
hashCode() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
hashCode() - Method in class com.google.appengine.api.search.Schema
 
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
 
hasProperty(String) - Method in class com.google.appengine.api.datastore.Entity
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.
header(String, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Adds a header name/value pair.
headers(Map<String, String>) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Replaces the existing headers with the provided header name/value mapping.
histogram(Image) - Method in interface com.google.appengine.api.images.ImagesService
Calculates the histogram of the image.
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 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 - 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 speceified URL with the specified HTTP method (e.g.
HTTPRequest(URL, HTTPMethod, FetchOptions) - Constructor for class com.google.appengine.api.urlfetch.HTTPRequest
Creates a HTTPRequest that represents an HTTP request to the speceified URL with the specified HTTP method (e.g.
HttpRequestParser - Class in com.google.appengine.api.utils
HttpRequestParser encapsulates helper methods used to parse incoming multipart/form-data HTTP requests.
HttpRequestParser() - Constructor for class com.google.appengine.api.utils.HttpRequestParser
 
HTTPResponse - Class in com.google.appengine.api.urlfetch
HTTPResponse encapsulates the results of a HTTPRequest made via the URLFetchService.

I

Image - Interface in com.google.appengine.api.images
Image represents an image that can be manipulated by the ImagesService.
Image.Format - Enum 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.
ImagesService - Interface in com.google.appengine.api.images
The images service provides methods to apply transformations to images.
ImagesService.OutputEncoding - Enum 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 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 com.google.appengine.api.images.ImagesServiceFailureException
Creates an exception with the supplied message.
ImagesServiceFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.images.ImagesServiceFailureException
 
imageWidth(int) - Method in class com.google.appengine.api.conversion.ConversionOptions
Sets the output image width in pixels.
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 in com.google.appengine.api.datastore
Supported IM schemes.
implicitTransactionManagementPolicy(ImplicitTransactionManagementPolicy) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
Sets the implicit transaction management policy.
ImplicitTransactionManagementPolicy - Enum in com.google.appengine.api.datastore
Describes the various policies the datastore can follow for implicit transaction management.
increment(Object, long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
increment(Object, long, 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.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, Long) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Map<T, Long>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
incrementAll(Map<T, Long>, 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.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.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.MemcacheService
Like normal increment, but accepts a mapping of separate controllable offsets for each key individually.
Index - Class in com.google.appengine.api.datastore
A Datastore Index definition.
Index - Interface in com.google.appengine.api.search
An Index allows synchronous adding and deleting of Documents as well as synchronous searching for Documents.
Index.IndexState - Enum 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
 
IndexManager - Interface in com.google.appengine.api.search
A manager capable of listing available indexes, which can be queried about their metadata or have index/delete/search operations performed on them.
IndexManagerFactory - Class in com.google.appengine.api.search
An factory that creates default implementation of IndexManager.
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.
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 in com.google.appengine.api.images
Actions to take with respect to correcting image orientation based on image metadata.
INSTANCE_ID_ENV_ATTRIBUTE - Static variable in interface com.google.appengine.api.backends.BackendService
Environment attribute key where the instance id is stored.
instanceReplicaId - Static variable in class com.google.appengine.api.utils.SystemProperty
Deprecated. Use com.google.appengine.api.servers.ServerService#getCurrentInstance()
InternalFailureException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred.
InternalFailureException(String) - Constructor for exception com.google.appengine.api.search.InternalFailureException
Constructs an exception which indicates an internal error occurred in the search service.
InternalFailureException(String, Exception) - Constructor for exception com.google.appengine.api.search.InternalFailureException
Constructs an exception which indicates an internal error occurred in the search service.
InternalFailureException - Exception in com.google.appengine.api.taskqueue
Internal task queue error.
InternalFailureException(String) - Constructor for exception com.google.appengine.api.taskqueue.InternalFailureException
 
interruptAllRequests() - Method in class com.google.appengine.api.LifecycleManager
Calls Thread.interrupt() on all threads running requests for this application.
InvalidOAuthParametersException - Exception 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 com.google.appengine.api.oauth.InvalidOAuthParametersException
 
InvalidOAuthTokenException - Exception 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 com.google.appengine.api.oauth.InvalidOAuthTokenException
 
InvalidQueueModeException - Exception in com.google.appengine.api.taskqueue
Mismatch of task method and queue mode.
InvalidQueueModeException(String) - Constructor for exception com.google.appengine.api.taskqueue.InvalidQueueModeException
 
InvalidValueException - Exception in com.google.appengine.api.memcache
Thrown when a cache entry has content, but it cannot be read.
InvalidValueException(String, Throwable) - Constructor for exception com.google.appengine.api.memcache.InvalidValueException
 
InvalidValueException(String) - Constructor for exception com.google.appengine.api.memcache.InvalidValueException
 
isActive() - Method in interface com.google.appengine.api.datastore.Transaction
 
isAncestor() - Method in class com.google.appengine.api.datastore.Index
 
isAvailable() - Method in class com.google.appengine.api.xmpp.Presence
 
isCancelled() - Method in class com.google.appengine.api.utils.FutureWrapper
 
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.
isConnected() - Method in class com.google.appengine.api.channel.ChannelPresence
 
isDone() - Method in class com.google.appengine.api.utils.FutureWrapper
 
isIncludeStartDoc() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
isIncludeStartIndex() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
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.
isKeysOnly() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
isNullOrEmpty(String) - Static method in class com.google.appengine.api.search.Util
 
isReadable() - Method in class com.google.appengine.api.files.AppEngineFile
Returns a boolean indicating whether or not this instance can be used for reading.
isReturningIdsOnly() - Method in class com.google.appengine.api.search.SearchRequest
 
isSchemaFetched() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
isShuttingDown() - Method in class com.google.appengine.api.LifecycleManager
 
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.
isUnindexedProperty(String) - Method in class com.google.appengine.api.datastore.Entity
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.
isUserLoggedIn() - Method in interface com.google.appengine.api.users.UserService
Returns true if there is a user logged in, false otherwise.
isWritable() - Method in class com.google.appengine.api.files.AppEngineFile
Returns a boolean indicating whether or not this instance can be used for writing.
isXG() - Method in class com.google.appengine.api.datastore.TransactionOptions
 
isXml() - Method in class com.google.appengine.api.xmpp.Message
 
iterableFieldToString(String, Iterable<T>) - Static method in class com.google.appengine.api.search.Util
Returns a string which can be used to append an iterable field to a debug string.
iterableToString(Iterable<T>, int) - Static method in class com.google.appengine.api.search.Util
Returns a string representation of the iterable objects.
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.search.AddDocumentsResponse
 
iterator() - Method in class com.google.appengine.api.search.ListDocumentsResponse
 
iterator() - Method in class com.google.appengine.api.search.ListIndexesResponse
 
iterator() - Method in class com.google.appengine.api.search.SearchResponse
 

J

JID - Class in com.google.appengine.api.xmpp
Object representing a single Jabber ID.
JID(String) - Constructor for class com.google.appengine.api.xmpp.JID
 

K

Key - Class in com.google.appengine.api.datastore
The primary key for a datastore entity.
key() - Method in class com.google.appengine.api.utils.SystemProperty
The key for the system property.
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
Allows you to create arbitrary Key objects in the root entity group group (no parent).
KeyFactory.Builder - Class in com.google.appengine.api.datastore
Helper class that aids in the construction of Keys with ancestors.
KeyFactory.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.
KeyFactory.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.
KeyFactory.Builder(Key) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
Create a Builder, establishing the provided Key as the topmost ancestor.
KeyOrderingException - Exception in com.google.appengine.api.files
A KeyOrderingException is thrown by the method FileWriteChannel.write(ByteBuffer, String) if the sequenceKey parameter is not null and the backend system already has recorded a last good sequence key for the file and sequenceKey is not lexicographically strictly greater than the last good sequence key.
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.Query
A metadata kind that can be used to query for kinds that exist in the datastore.

L

lastPage(int) - Method in class com.google.appengine.api.conversion.ConversionOptions
Sets the number of the last page to generate, defaults to the last page of the document.
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.
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.
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.
LifecycleManager - Class in com.google.appengine.api
Information about the current status of the Java Runtime.
LifecycleManager.ShutdownHook - Interface in com.google.appengine.api
 
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.
listDocuments(ListDocumentsRequest) - Method in interface com.google.appengine.api.search.Index
Lists the index's documents, in document Id order.
listDocumentsAsync(ListDocumentsRequest) - Method in interface com.google.appengine.api.search.Index
 
ListDocumentsException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while performing a list documents request.
ListDocumentsException(String) - Constructor for exception com.google.appengine.api.search.ListDocumentsException
Constructs an exception when some error occurred in the search service when processing a list documents request.
ListDocumentsException(OperationResult) - Constructor for exception com.google.appengine.api.search.ListDocumentsException
Constructs an exception when some error occurred in the search service when processing a list documents request.
ListDocumentsRequest - Class in com.google.appengine.api.search
A request to list documents in an index.
ListDocumentsRequest.Builder - Class in com.google.appengine.api.search
The builder of ListDocumentsRequests.
ListDocumentsRequestChecker - Class in com.google.appengine.api.search.checkers
Checks values of ListDocumentsParams.
ListDocumentsRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
 
ListDocumentsResponse - Class in com.google.appengine.api.search
Represents a result of executing a ListDocumentsRequest.
listIndexes(ListIndexesRequest) - Method in interface com.google.appengine.api.search.IndexManager
Lists the indexes available.
listIndexesAsync(ListIndexesRequest) - Method in interface com.google.appengine.api.search.IndexManager
Lists the indexes available asynchronously.
ListIndexesException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while listing indexes.
ListIndexesException(OperationResult) - Constructor for exception com.google.appengine.api.search.ListIndexesException
Constructs an exception when some error occurred in the search service when listing indexes.
ListIndexesRequest - Class in com.google.appengine.api.search
A request to list indexes.
ListIndexesRequest.Builder - Class in com.google.appengine.api.search
The builder of ListIndexesRequests.
ListIndexesRequestChecker - Class in com.google.appengine.api.search.checkers
Checks values of ListIndexesRequest.
ListIndexesRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
 
ListIndexesResponse - Class in com.google.appengine.api.search
Represents a result of executing a ListIndexesRequest.
listSubscriptions(String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Equivalent to: listSubscriptions(topic, "", DEFAULT_LIST_SUBSCRIPTIONS_MAX_RESULTS, 0);
listSubscriptions(String, String, int, long) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
The listSubscriptions call lists subscriptions that are currently active.
listTopics(String, long) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
List all topics from a given offset to a given limit.
loadBlobInfo(BlobKey) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
Loads the BlobInfo metadata for blobKey.
LockException - Exception in com.google.appengine.api.files
An exception that indicates one of two possible cases: An exclusive lock on a file is held by a different App Engine request and so the file may not be accessed in this request This request is trying to acquire an exclusive lock on a file but the file is already opened in a different App Engine request
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.

M

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.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.
MailService.Header - Class in com.google.appengine.api.mail
 
MailService.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.
MailService.Message - Class in com.google.appengine.api.mail
Messages are prepared by the caller, and then submitted to the Mail service for sending.
MailService.Message() - Constructor for class com.google.appengine.api.mail.MailService.Message
 
MailService.Message(String, String, String, String) - Constructor for class com.google.appengine.api.mail.MailService.Message
Convenience constructor for simple messages
MailServiceFactory - Class in com.google.appengine.api.mail
Factory for creating a MailService.
MailServiceFactory() - Constructor for class com.google.appengine.api.mail.MailServiceFactory
 
makeComposite(Image, int, int, float, Composite.Anchor) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates an image composition operation.
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.
makeCompositeTransform() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a composite transform that can represent multiple transforms applied in series.
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.
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.
makeHorizontalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will horizontally flip an image.
makeImage(byte[]) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates an image from the provided imageData.
makeImageFromBlob(BlobKey) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Create an image backed by the specified blobKey.
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) - 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) - 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, 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.
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.
makeRotate(int) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that rotates an image by degrees degrees clockwise.
makeVerticalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
Creates a transform that will vertically flip an image.
mark(int) - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
markSupported() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
match(Entity, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Equivalent to: match(entity, topic, "");
match(Entity, String, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Equivalent to: match(entity, topic, resultKey, DEFAULT_RESULT_RELATIVE_URL, DEFAULT_RESULT_TASK_QUEUE_NAME, DEFAULT_RESULT_BATCH_SIZE, true);
match(Entity, String, String, String, String, int, boolean) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
The match call is used to present a document for matching against all registered subscriptions of the same topic.
matches(OnestoreEntity.EntityProto) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
 
MAX_BLOB_FETCH_SIZE - Static variable in interface com.google.appengine.api.blobstore.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_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.FieldChecker
The maximum value that can be stored in a number field (1048576.0f).
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 characters that a string property can contain.
MAX_TRANSFORMS_PER_REQUEST - Static variable in interface com.google.appengine.api.images.ImagesService
 
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.FieldChecker
The maximum length of an atom (500).
MAXIMUM_DOCS_PER_REQUEST - Static variable in class com.google.appengine.api.search.checkers.IndexChecker
The maximum number of documents allowed per index and delete request.
MAXIMUM_DOCUMENT_ID_LENGTH - Static variable in class com.google.appengine.api.search.checkers.DocumentChecker
The maximum length of a document id.
MAXIMUM_DOCUMENT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.DocumentChecker
 
MAXIMUM_INDEX_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.IndexChecker
The maximum length for an index name.
MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.ListDocumentsRequestChecker
The maximum number of documents which can be requested.
MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
The maximum number of indexes that can be requested to be returned in list indexes results.
MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The maximum number of documents that can be requested to be returned in search results.
MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SortSpecChecker
The maximum number of documents that can be requested to be scored.
MAXIMUM_MATCHED_COUNT_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The maximum matched count accuracy that can be requested.
MAXIMUM_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.FieldChecker
The maximum length of a field name (500).
MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The maximum number of names of fields to return in results.
MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.ListIndexesRequestChecker
The maximum offset of the first index returned in list indexes results.
MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.SearchRequestChecker
The maximum offset into all search results to return results from.
MAXIMUM_TEXT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.FieldChecker
The maximum length of a text or HTML (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.
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
Deprecated. Use {QueueConstants.maxPushTaskSizeBytes()
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.
MD5_HASH - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
MEMCACHE - Static variable in class com.google.appengine.api.capabilities.Capability
Availability ofMemcacheService.
MemcacheSerialization - Class in com.google.appengine.api.memcache
Static serialization helpers shared by MemcacheServiceImpl and com.google.appengine.api.memcache.dev.LocalMemcacheService.
MemcacheSerialization.Flag - Enum 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.CasValues(MemcacheService.IdentifiableValue, Object) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
 
MemcacheService.CasValues(MemcacheService.IdentifiableValue, Object, Expiration) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
 
MemcacheService.IdentifiableValue - Interface in com.google.appengine.api.memcache
Encapsulates an Object that is returned by MemcacheService.getIdentifiable(java.lang.Object).
MemcacheService.SetPolicy - Enum in com.google.appengine.api.memcache
Cache replacement strategies for MemcacheService.put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy) operations, indicating how to handle putting a value that already exists.
MemcacheServiceException - Exception 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, Throwable) - Constructor for exception com.google.appengine.api.memcache.MemcacheServiceException
 
MemcacheServiceException(String) - Constructor for exception 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.
Message - Class in com.google.appengine.api.xmpp
Class that represents an XMPP message.
MessageBuilder - Class in com.google.appengine.api.xmpp
Builder used to generate Message instances to represent incoming or outgoing XMPP messages.
MessageBuilder() - Constructor for class com.google.appengine.api.xmpp.MessageBuilder
 
MessageType - Enum in com.google.appengine.api.xmpp
Types of XMPP messages.
method(TaskOptions.Method) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the method used for this task.
MIN_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.FieldChecker
The minimum value that can be stored in a number field (-1048576.0f).
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.
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.
MULTI_TYPE_COMPARATOR - Static variable in class com.google.appengine.api.datastore.EntityProtoComparators
 
multipleEntityGroups(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
Deprecated.  

N

NAMESPACE_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Query
A metadata kind that can be used to query for namespaces that exist in the datastore.
NamespaceManager - Class in com.google.appengine.api
Provides functions for manipulating the current namespace used for App Engine APIs.
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.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.IndexSpec
Creates a new IndexSpec builder.
newBuilder() - Static method in class com.google.appengine.api.search.ListDocumentsRequest
 
newBuilder(ListDocumentsRequest) - Static method in class com.google.appengine.api.search.ListDocumentsRequest
 
newBuilder() - Static method in class com.google.appengine.api.search.ListIndexesRequest
 
newBuilder(ListIndexesRequest) - Static method in class com.google.appengine.api.search.ListIndexesRequest
 
newBuilder() - Static method in class com.google.appengine.api.search.SearchRequest
Creates and returns a SearchRequest builder.
newBuilder(SearchRequest) - Static method in class com.google.appengine.api.search.SearchRequest
Creates a builder from the given request.
newBuilder() - Static method in class com.google.appengine.api.search.SortSpec
Creates and returns a SortSpec Builder.
newIndexManager() - Static method in class com.google.appengine.api.search.IndexManagerFactory
Creates and returns an instance of the IndexManager.
newIndexManager(String) - Static method in class com.google.appengine.api.search.IndexManagerFactory
Creates and returns an instance of the IndexManager.
newParser(TokenRewriteStream) - Method in class com.google.appengine.api.search.ParserFactory
 
newParser(TokenRewriteStream) - Method in class com.google.appengine.api.search.query.QueryParserFactory
 
normalizePhrase(String) - Static method in class com.google.appengine.api.search.query.ParserUtils
Normalizes the phrase text.

O

OAuthRequestException - Exception in com.google.appengine.api.oauth
OAuthRequestException is thrown when a request is not a valid OAuth request.
OAuthRequestException(String) - Constructor for exception 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 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 com.google.appengine.api.oauth.OAuthServiceFailureException
 
ocrInputLanguage(String) - Method in class com.google.appengine.api.conversion.ConversionOptions
Sets the language code in BCP 47 format, used by OCR engine to search for language-specific character set.
offset(int) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the offset.
onDate(Date) - Static method in class com.google.appengine.api.memcache.Expiration
Creates an expiration at specific date/time.
openReadChannel(AppEngineFile, boolean) - Method in interface com.google.appengine.api.files.FileService
Given an AppEngineFile, returns a FileReadChannel that may be used for reading bytes from the file.
openRecordReadChannel(AppEngineFile, boolean) - Method in interface com.google.appengine.api.files.FileService
Given an AppEngineFile, returns a RecordReadChannel that may be used for reading records from a file written using the leveldb log format.
openRecordWriteChannel(AppEngineFile, boolean) - Method in interface com.google.appengine.api.files.FileService
Given an AppEngineFile returns a RecordWriteChannel that may be used for writing to the file using the leveldb log format.
openWriteChannel(AppEngineFile, boolean) - Method in interface com.google.appengine.api.files.FileService
Given an AppEngineFile, returns a FileWriteChannel that may be used for appending bytes to the file.
OperationResult - Class in com.google.appengine.api.search
The result of an operation involving the search service.
OperationResult(SearchServicePb.RequestStatus) - Constructor for class com.google.appengine.api.search.OperationResult
 
OperationResult(ErrorCode, String) - Constructor for class com.google.appengine.api.search.OperationResult
 
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, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Add a named String parameter.
param(String, byte[]) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Add a named byte array parameter.
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.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 a CommonTree.
parseContentRange(String) - Static method in class com.google.appengine.api.blobstore.ByteRange
Parse content range from header for byte-range only.
parseLocale(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
Returns a Locale parsed from the given locale string.
parseMessage(HttpServletRequest) - Method in interface com.google.appengine.api.channel.ChannelService
Parse the incoming message in request.
parseMessage(HttpServletRequest) - Method in interface com.google.appengine.api.xmpp.XMPPService
Parse the incoming message provided in request.
parsePresence(HttpServletRequest) - Method in interface com.google.appengine.api.channel.ChannelService
Parse the incoming presence in request.
parsePresence(HttpServletRequest) - Method in interface com.google.appengine.api.xmpp.XMPPService
Parse the incoming presence notification provided in request.
ParserFactory - Class in com.google.appengine.api.search
A factory which produces QueryParsers for a given token rewrite stream.
ParserFactory() - Constructor for class com.google.appengine.api.search.ParserFactory
 
ParserUtils - Class in com.google.appengine.api.search.query
A helper class that holds various, state-less utility functions used by the query parser.
parseSubscription(HttpServletRequest) - Method in interface com.google.appengine.api.xmpp.XMPPService
Parse the incoming subscription notification provided in request.
payload(byte[]) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the payload directly without specifying the 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, String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets the payload from a String given a specific character set.
payload(byte[], String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the payload with the given content type.
payload(String) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Set the payload by String.
PhoneNumber - Class in com.google.appengine.api.datastore
A human-readable phone number.
PhoneNumber(String) - Constructor for class com.google.appengine.api.datastore.PhoneNumber
 
position() - Method in interface com.google.appengine.api.files.FileReadChannel
Returns this channel's file position;
position(long) - Method in interface com.google.appengine.api.files.FileReadChannel
Sets this channel's file position.
position() - Method in interface com.google.appengine.api.files.RecordReadChannel
Returns the position in the underlying FileReadChannel.
position(long) - Method in interface com.google.appengine.api.files.RecordReadChannel
Sets the read position of the underlying FileReadChannel.
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 Type 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.
PostPut - Annotation Type 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.
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 Type 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.
prepare(Query) - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
Prepares a query for execution.
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 in com.google.appengine.api.datastore
Indicates that too many results were found for PreparedQuery.asSingleEntity().
PreparedQuery.TooManyResultsException() - Constructor for exception com.google.appengine.api.datastore.PreparedQuery.TooManyResultsException
 
PrePut - Annotation Type 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.
Presence - Class in com.google.appengine.api.xmpp
Represents presence information returned by the server.
PresenceBuilder - Class in com.google.appengine.api.xmpp
Builder used to generate Presence instances to represent incoming XMPP presence stanzas.
PresenceBuilder() - Constructor for class com.google.appengine.api.xmpp.PresenceBuilder
 
PresenceShow - Enum in com.google.appengine.api.xmpp
Values for the 'show' sub-stanza of presences.
PresenceType - Enum in com.google.appengine.api.xmpp
Values for the 'type' attribute of presences.
PROPERTY_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Query
A metadata kind that can be used to query for properties that exist in the datastore.
PROSPECTIVE_SEARCH - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the ProspectiveSearchService.
ProspectiveSearchService - Interface in com.google.appengine.api.prospectivesearch
The Prospective Search App Engine API exposes the real-time and highly scalable Google Prospective Search Infrastructure as an App Engine service.
ProspectiveSearchServiceFactory - Class in com.google.appengine.api.prospectivesearch
Constructs an instance of the Prospective Search service.
ProspectiveSearchServiceFactory() - Constructor for class com.google.appengine.api.prospectivesearch.ProspectiveSearchServiceFactory
 
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
 
purge() - Method in interface com.google.appengine.api.taskqueue.Queue
Clears all the tasks in this Queue.
put(Entity) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
put(Transaction, Entity) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
put(Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
 
put(Transaction, Iterable<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(Iterable<Entity>) - Method in interface com.google.appengine.api.datastore.DatastoreService
Performs a batch put of all entities.
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(Object, Object, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
put(Object, Object, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
put(Object, Object) - 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(Object, Object, Expiration) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience put, equivalent to put(key, value, expiration, SetPolicy.SET_ALWAYS).
put(Object, Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
A convenience shortcut, equivalent to put(key, value, null, SetPolicy.SET_ALWAYS).
putAll(Map<T, ?>, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<?, ?>, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<?, ?>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putAll(Map<T, ?>, Expiration, MemcacheService.SetPolicy) - Method in interface com.google.appengine.api.memcache.MemcacheService
A batch-processing variant of MemcacheService.put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy).
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<?, ?>) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience multi-put, equivalent to putAll(values, expires, SetPolicy.SET_ALWAYS).
PutContext - Class in com.google.appengine.api.datastore
Concrete CallbackContext implementation that is specific to put() callbacks.
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object, Expiration) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Object, MemcacheService.IdentifiableValue, Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Map<T, MemcacheService.CasValues>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
 
putIfUntouched(Map<T, MemcacheService.CasValues>, 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(Object, MemcacheService.IdentifiableValue, Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
Convenience shortcut, equivalent to put(key, oldValue, newValue, null).
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.MemcacheService
A batch-processing variant of MemcacheService.putIfUntouched(Object, IdentifiableValue,Object,Expiration).

Q

Query - Class in com.google.appengine.api.datastore
Query encapsulates a request for zero or more Entity objects out of the datastore.
Query() - Constructor for class com.google.appengine.api.datastore.Query
Create a new kindless Query that finds Entity objects.
Query(String) - Constructor for class com.google.appengine.api.datastore.Query
Create a new Query that finds Entity objects with the specified kind.
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.FilterOperator - Enum in com.google.appengine.api.datastore
FilterOperator specifies what type of operation you want to apply to your filter.
Query.FilterPredicate - Class in com.google.appengine.api.datastore
FilterPredicate is a data container that holds a single filter predicate.
Query.FilterPredicate(String, Query.FilterOperator, Object) - Constructor for class com.google.appengine.api.datastore.Query.FilterPredicate
Constructs a filter predicate from the given parameters.
Query.SortDirection - Enum 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.SortPredicate(String, Query.SortDirection) - Constructor for class com.google.appengine.api.datastore.Query.SortPredicate
 
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.
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.
QuerySyntaxException - Exception in com.google.appengine.api.prospectivesearch
Indicates an error in the query syntax.
QuerySyntaxException(String, String, String, String) - Constructor for exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
 
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
 
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
A walker of the ANTLR Tree.
QueryTreeWalker(QueryTreeVisitor<T>) - Constructor for class com.google.appengine.api.search.query.QueryTreeWalker
 
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 in com.google.appengine.api.taskqueue
Unspecified queue failure.
QueueFailureException(String) - Constructor for exception com.google.appengine.api.taskqueue.QueueFailureException
 
QueueFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.taskqueue.QueueFailureException
 
QueueFailureException(Throwable) - Constructor for exception com.google.appengine.api.taskqueue.QueueFailureException
 
QueueNameMismatchException - Exception in com.google.appengine.api.taskqueue
Queue name mismatch failure.
QueueNameMismatchException(String) - Constructor for exception com.google.appengine.api.taskqueue.QueueNameMismatchException
 
QuotaService - Interface in com.google.appengine.api.quota
The QuotaService provides a way for user code to get access to some server-internal metrics.
QuotaService.DataType - Enum 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
 

R

RangeFormatException - Exception 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 com.google.appengine.api.blobstore.RangeFormatException
 
RangeFormatException(String, Throwable) - Constructor for exception com.google.appengine.api.blobstore.RangeFormatException
 
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
 
read() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
read(byte[], int, int) - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
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 in com.google.appengine.api.datastore
Setting the Consistency for reads allows you to decide whether freshness or availability is more important.
readRecord() - Method in interface com.google.appengine.api.files.RecordReadChannel
Reads a record from the file and returns it in a ByteBuffer.
RecordReadChannel - Interface in com.google.appengine.api.files
A channel for reading records from a FileReadChannel.
RecordWriteChannel - Interface in com.google.appengine.api.files
A WritableByteChannel for writing records to an FileWriteChannel.
remove(String) - Method in interface com.google.appengine.api.search.Index
Delete the document with the corresponding document id from the index if it is in the index.
remove(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
Delete documents from the index which have IDs in the documentIds collection.
removeAsync(String) - Method in interface com.google.appengine.api.search.Index
 
removeAsync(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
 
RemoveDocumentsException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while deleting documents.
RemoveDocumentsException(OperationResult) - Constructor for exception com.google.appengine.api.search.RemoveDocumentsException
Constructs an exception when some error occurred in the search service whilst processing a remove documents operation.
RemoveDocumentsException(OperationResult, List<OperationResult>) - Constructor for exception com.google.appengine.api.search.RemoveDocumentsException
Constructs an exception when some error occurred in the search service whilst processing a remove documents operation.
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.Entity
Removes any property with the specified name.
REQUEST_HEADER_BACKEND_REDIRECT - Static variable in interface com.google.appengine.api.backends.BackendService
 
REQUEST_HEADER_INSTANCE_REDIRECT - Static variable in interface com.google.appengine.api.backends.BackendService
 
reset() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
 
reset() - Method in class com.google.appengine.api.files.Crc32c
Resets the crc.
ResponseTooLargeException - Exception in com.google.appengine.api.urlfetch
ResponseTooLargeException is thrown when the result of a URLFetchService operation is too large.
ResponseTooLargeException(String) - Constructor for exception com.google.appengine.api.urlfetch.ResponseTooLargeException
 
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(RetryOptions) - Method in class com.google.appengine.api.taskqueue.TaskOptions
Sets retry options for this task.
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
 
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
 
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().
RUNNABLE_TASK_CONTENT_TYPE - Static variable in class com.google.appengine.api.taskqueue.DeferredTaskContext
The content type of a serialized DeferredTask.

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.
Schema - Class in com.google.appengine.api.search
Contains information about the kinds of document Fields which are supported by the Index.
search(String) - Method in interface com.google.appengine.api.search.Index
Search the index for documents matching the query.
search(SearchRequest) - Method in interface com.google.appengine.api.search.Index
Search the index for documents matching the query in the request.
searchAsync(String) - Method in interface com.google.appengine.api.search.Index
 
searchAsync(SearchRequest) - Method in interface com.google.appengine.api.search.Index
 
SearchBaseException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred.
SearchBaseException(OperationResult) - Constructor for exception com.google.appengine.api.search.SearchBaseException
Constructs an exception when some error occurred in the search service.
SearchException - Exception in com.google.appengine.api.search
Thrown to indicate that a search service failure occurred while performing a search request.
SearchException(String) - Constructor for exception com.google.appengine.api.search.SearchException
Constructs an exception when some error occurred in the search service when processing a search request.
SearchException(OperationResult) - Constructor for exception com.google.appengine.api.search.SearchException
Constructs an exception when some error occurred in the search service when processing a search request.
SearchQueryException - Exception in com.google.appengine.api.search
Thrown to indicate that a search query was invalid.
SearchQueryException(String) - Constructor for exception com.google.appengine.api.search.SearchQueryException
Constructs an exception when a search query is invalid.
SearchRequest - Class in com.google.appengine.api.search
A request to search an index for documents which match a query, restricting the document fields returned to those given, and scoring and sorting the results, whilst supporting pagination.
SearchRequest.Builder - Class in com.google.appengine.api.search
A builder which constructs SearchRequest objects.
SearchRequest.CursorType - Enum in com.google.appengine.api.search
Use a cursor returned from a previous set of search results as a starting point to retrieve the next set of results.
SearchRequestChecker - Class in com.google.appengine.api.search.checkers
Checks values of SearchRequests.
SearchRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.SearchRequestChecker
 
SearchResponse - Class in com.google.appengine.api.search
Represents a result of executing a SearchRequest.
SearchResult - Class in com.google.appengine.api.search
Represents a single search result consisting of a scored document, a cursor to continue the search from, and any expression fields.
send(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
Sends a mail that has been prepared in a MailService.Message.
sendInvitation(JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, sends a chat invitation.
sendInvitation(JID, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, sends a chat invitation.
sendMessage(ChannelMessage) - Method in interface com.google.appengine.api.channel.ChannelService
Sends a ChannelMessage to the client.
sendMessage(Message) - Method in interface com.google.appengine.api.xmpp.XMPPService
Send provided message to specified JIDs.
sendPresence(JID, PresenceType, PresenceShow, String) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, type and optional show and status value, sends a presence packet.
sendPresence(JID, PresenceType, PresenceShow, String, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
Given a JID, type and optional show and status value, sends a presence packet.
SendResponse - Class in com.google.appengine.api.xmpp
Represents results of sending a message.
SendResponse() - Constructor for class com.google.appengine.api.xmpp.SendResponse
 
SendResponse.Status - Enum in com.google.appengine.api.xmpp
Possible per-id responses to sending a message.
sendToAdmins(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
Send an email alert to all admins of an application.
serialize(Object) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Category
 
serialVersionUID - Static variable in class com.google.appengine.api.datastore.Email
 
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, 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, 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, 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.
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
 
set(String) - Static method in class com.google.appengine.api.NamespaceManager
Set the value used to initialize the namespace of namespace-aware services.
set(SystemProperty.Environment.Value) - Method in class com.google.appengine.api.utils.SystemProperty.Environment
Sets the Environment to value.
set(String) - Method in class com.google.appengine.api.utils.SystemProperty
Sets the value of the system property.
setAcl(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the acl of the object.
setAncestor(Key) - Method in class com.google.appengine.api.datastore.Query
Sets an ancestor for this query.
setAtom(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets an atomic value, indivisible text, for the field.
setAttachments(Collection<MailService.Attachment>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the attachments of this message.
setAttachments(MailService.Attachment...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the attachments of this message.
setBcc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'bcc' field of this message.
setBcc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'bcc' field of this message.
setBucket(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the name of the bucket.
setCacheControl(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the cache control for the object.
setCc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'cc' field of this message.
setCc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'cc' field of this message.
setConsistency(Consistency) - Method in class com.google.appengine.api.search.IndexSpec.Builder
Sets the consistency mode in which the index operates.
setContentDisposition(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the content disposition for the object.
setContentEncoding(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the content encoding for the object.
setCursor(String) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the cursor.
setCursorType(SearchRequest.CursorType) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the SearchRequest.CursorType.
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.urlfetch.FetchOptions
Sets the deadline, in seconds, for the fetch request.
setDefaultValue(String) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets the default value for the field for sorting purposes.
setDefaultValueNumeric(double) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets the default value for the field for sorting purposes.
setDirection(SortSpec.SortDirection) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets the direction to sort the search results in.
setDoNotRetry(boolean) - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
Sets the action on task failure.
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 SearchResult.
setExpression(String) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets an expression to be evaluated for each document to sort by.
setFieldsToReturn(String...) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Specifies one or more fields to return in results.
setFieldsToSnippet(String...) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Specifies one or more fields to snippet in results.
setHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Sets an HTTPHeader for this request.
setHeaders(Collection<MailService.Header>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the headers of this message.
setHeaders(MailService.Header...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the headers of this message.
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.
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.
setIncludeStartDoc(boolean) - Method in class com.google.appengine.api.search.ListDocumentsRequest.Builder
Sets whether or not to include the document whose ID is specified via the ListDocumentsRequest.Builder.setStartDocId(String) method.
setIncludeStartIndex(boolean) - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
Sets whether or not to include the index whose name is specified via the ListIndexesRequest.Builder.setStartIndexName(String) method.
setIndexNamePrefix(String) - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
Sets the prefix to be matched against the names of returned indexes.
setKey(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the key of the object.
setKeysOnly() - Method in class com.google.appengine.api.datastore.Query
Makes this query fetch and return only keys, not full entities.
setKeysOnly(boolean) - Method in class com.google.appengine.api.search.ListDocumentsRequest.Builder
Sets whether just documents containing just their key are returned, or whether the complete documents are returned.
setLimit(Integer) - Method in class com.google.appengine.api.search.ListDocumentsRequest.Builder
Sets the maximum number of documents to return.
setLimit(Integer) - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
Sets the maximum number of indexes to return.
setLimit(int) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the limit on the number of documents to return in the SearchResponse.
setLimit(int) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets the limit on the number of documents to score.
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.
setMatchedCountAccuracy(int) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the accuracy requirement for SearchResponse.getMatchedCount().
setMimeType(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
Sets the mime type of the object.
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
Deprecated. use MemcacheServiceFactory.getMemcacheService(String) instead.
setNumber(double) - Method in class com.google.appengine.api.search.Field.Builder
Sets a numeric value for the field.
setOffset(Integer) - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
Sets the offset of the first index to return.
setOffset(int) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the offset of the first result to return.
setOrderId(int) - Method in class com.google.appengine.api.search.Document.Builder
Sets an order ID, which is used to return documents in a defined order in search results.
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.
setPayload(byte[]) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
Sets the payload for this request.
setPropertiesFrom(Entity) - Method in class com.google.appengine.api.datastore.Entity
A convenience method that populates the properties of this Entity with the properties set on the provided Entity.
setProperty(String, Object) - Method in class com.google.appengine.api.datastore.Entity
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.
setQuery(String) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets the query.
setReplyTo(String) - Method in class com.google.appengine.api.mail.MailService.Message
replyTo may be null, or must be a valid email address otherwise.
setReturningIdsOnly(boolean) - Method in class com.google.appengine.api.search.SearchRequest.Builder
Sets whether or not the search should return documents or document IDs only.
setSchemaFetched(boolean) - Method in class com.google.appengine.api.search.ListIndexesRequest.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.
setShutdownHook(LifecycleManager.ShutdownHook) - Method in class com.google.appengine.api.LifecycleManager
Register a ShutdownHook to be called when the runtime shuts down.
setStartDocId(String) - Method in class com.google.appengine.api.search.ListDocumentsRequest.Builder
Sets the Id of the first document to return.
setStartIndexName(String) - Method in class com.google.appengine.api.search.ListIndexesRequest.Builder
Sets the name of the first index to return.
setSubject(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the subject of this message.
setText(String) - Method in class com.google.appengine.api.search.Field.Builder
Sets a text value for the field.
setTextBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the text body of this message.
setTo(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'to' field of this message.
setTo(String...) - Method in class com.google.appengine.api.mail.MailService.Message
Sets the 'to' field of this message.
setType(SortSpec.SortType) - Method in class com.google.appengine.api.search.SortSpec.Builder
Sets the type of SortSpec to build.
setUnindexedProperty(String, Object) - Method in class com.google.appengine.api.datastore.Entity
Like #setProperty, but doesn't index the property in the built-in single property indexes.
setXG(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
Enable or disable the use of cross-group transactions.
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.
shutdown() - Method in interface com.google.appengine.api.LifecycleManager.ShutdownHook
 
signForApp(byte[]) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
Requests to sign arbitrary string blob using per app private key.
simplify(Tree) - Static method in class com.google.appengine.api.search.query.QueryTreeWalker
Optimizes the tree representing a parsed user query by replacing disjunctions and conjunctions with a single term with just that term (e.g., (CONJUNCTION (MATCH foo)) becomes (MATCH foo)).
SIZE - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
 
SortSpec - Class in com.google.appengine.api.search
Sorting specification for a single dimension.
SortSpec.Builder - Class in com.google.appengine.api.search
A builder that constructs SortSpecs.
SortSpec.SortDirection - Enum in com.google.appengine.api.search
The direction search results are sorted by, either ascending or descending.
SortSpec.SortType - Enum in com.google.appengine.api.search
The type of sorting to order documents in a search.
SortSpecChecker - Class in com.google.appengine.api.search.checkers
Checks the values of a SortSpec.
SortSpecChecker() - Constructor for class com.google.appengine.api.search.checkers.SortSpecChecker
 
startCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
Sets the cursor at which to start the query.
Stats - Interface in com.google.appengine.api.memcache
Statistics from the cache, available via MemcacheService.getStatistics()
StatusCode - Enum in com.google.appengine.api.search
Status code returned by various index operations.
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
 
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.
subscribe(String, String, long, String, Map<String, FieldType>) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
The subscribe call is used to register subscriptions, which comprise of a subscription id and a query.
Subscription - Class in com.google.appengine.api.prospectivesearch
The Subscription class represents information about a registered subscription.
Subscription - Class in com.google.appengine.api.xmpp
Represents an incoming subscription stanza from the server.
Subscription.State - Enum in com.google.appengine.api.prospectivesearch
The state of the subscription in the backend system.
SubscriptionBuilder - Class in com.google.appengine.api.xmpp
Builder used to generate Subscription instances to represent incoming XMPP subscription stanzas.
SubscriptionBuilder() - Constructor for class com.google.appengine.api.xmpp.SubscriptionBuilder
 
SubscriptionType - Enum in com.google.appengine.api.xmpp
Values for the 'type' attributes used for presence subscription.
success() - Method in class com.google.appengine.api.conversion.ConversionResult
Returns whether the conversion succeeded.
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.
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 in com.google.appengine.api.utils
The set of possible values for Environment.

T

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.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 in com.google.appengine.api.taskqueue
The task name already exists in the queue.
TaskAlreadyExistsException(String) - Constructor for exception com.google.appengine.api.taskqueue.TaskAlreadyExistsException
 
TaskHandle - Class in com.google.appengine.api.taskqueue
Created from Queue.add(TaskOptions).
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
Deprecated. Use {@link TaskHandle#TaskHandle(TaskOptions, String)
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 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.
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.
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
 
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.UploadOptions
 
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.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 enum 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.SortPredicate
 
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.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.files.AppEngineFile
 
toString() - Method in class com.google.appengine.api.prospectivesearch.Subscription
 
toString() - Method in class com.google.appengine.api.search.AddDocumentsResponse
 
toString() - Method in class com.google.appengine.api.search.Document
 
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.IndexSpec
 
toString() - Method in class com.google.appengine.api.search.ListDocumentsRequest
 
toString() - Method in class com.google.appengine.api.search.ListDocumentsResponse
 
toString() - Method in class com.google.appengine.api.search.ListIndexesRequest
 
toString() - Method in class com.google.appengine.api.search.ListIndexesResponse
 
toString() - Method in class com.google.appengine.api.search.OperationResult
 
toString() - Method in class com.google.appengine.api.search.Schema
 
toString() - Method in class com.google.appengine.api.search.SearchRequest
 
toString() - Method in class com.google.appengine.api.search.SearchResponse
 
toString() - Method in class com.google.appengine.api.search.SearchResult
 
toString() - Method in class com.google.appengine.api.search.SortSpec
 
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
 
toString() - Method in class com.google.appengine.api.xmpp.JID
 
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)
Transaction - Interface in com.google.appengine.api.datastore
Describes a logical unit of work to be performed against the datastore.
TransactionalTaskException - Exception in com.google.appengine.api.taskqueue
Queue operation failure caused by Datastore exception
TransactionalTaskException() - Constructor for exception com.google.appengine.api.taskqueue.TransactionalTaskException
 
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.
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
 
TransientFailureException - Exception in com.google.appengine.api.taskqueue
Intermittent failure.
TransientFailureException(String) - Constructor for exception 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
truncate(Date, int) - Static method in class com.google.appengine.api.search.Field
Truncates given date leaving date elements lesser than the specified field set to 0.

U

unsubscribe(String, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
Subscriptions are removed from the system using the unsubscribe call.
UnsupportedRangeFormatException - Exception 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 com.google.appengine.api.blobstore.UnsupportedRangeFormatException
 
UnsupportedRangeFormatException(String, Throwable) - Constructor for exception com.google.appengine.api.blobstore.UnsupportedRangeFormatException
 
UnsupportedTranslationException - Exception in com.google.appengine.api.taskqueue
Attempt to convert String to an unsupported charset.
UnsupportedTranslationException(String, UnsupportedEncodingException) - Constructor for exception com.google.appengine.api.taskqueue.UnsupportedTranslationException
 
UnsupportedTranslationException(UnsupportedEncodingException) - Constructor for exception com.google.appengine.api.taskqueue.UnsupportedTranslationException
 
update(int) - Method in class com.google.appengine.api.files.Crc32c
Updates the checksum with a new byte.
update(byte[], int, int) - Method in class com.google.appengine.api.files.Crc32c
Updates the checksum with an array of bytes.
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
 
URLFetchServiceFactory() - Constructor for class com.google.appengine.api.urlfetch.URLFetchServiceFactory
 
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) - 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(String, String, String, String) - Constructor for class com.google.appengine.api.users.User
Creates a new User with a federated identity.
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 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 com.google.appengine.api.users.UserServiceFailureException
 
Util - Class in com.google.appengine.api.search
A utility class that does various checks on search and indexing parameters.

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.utils.SystemProperty.Environment
Returns the Value that the SystemProperty is set to.
value() - Method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
 
valueOf(String) - Static method in enum com.google.appengine.api.capabilities.CapabilityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.conversion.ConversionErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.IMHandle.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.Index.IndexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.Query.FilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.Query.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.datastore.ReadPolicy.Consistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.images.Composite.Anchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.images.Image.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.images.ImagesService.OutputEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.images.InputSettings.OrientationCorrection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.memcache.MemcacheService.SetPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.prospectivesearch.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.prospectivesearch.Subscription.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.quota.QuotaService.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.Consistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.Field.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.SearchRequest.CursorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.SortSpec.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.SortSpec.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.search.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.taskqueue.TaskOptions.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.urlfetch.HTTPMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.xmpp.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.xmpp.PresenceShow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.xmpp.PresenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.xmpp.SendResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.api.xmpp.SubscriptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.appengine.api.capabilities.CapabilityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.conversion.ConversionErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.DatastoreService.KeyRangeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.IMHandle.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.Index.IndexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.Query.FilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.Query.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.datastore.ReadPolicy.Consistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.images.Composite.Anchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.images.Image.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.images.ImagesService.OutputEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.images.InputSettings.OrientationCorrection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.memcache.MemcacheService.SetPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.prospectivesearch.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.prospectivesearch.Subscription.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.quota.QuotaService.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.Consistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.Field.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.SearchRequest.CursorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.SortSpec.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.SortSpec.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.search.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.taskqueue.TaskOptions.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.urlfetch.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.xmpp.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.xmpp.PresenceShow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.xmpp.PresenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.xmpp.SendResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.api.xmpp.SubscriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class com.google.appengine.api.utils.SystemProperty
The current executing runtime version.
visitConjunction(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a conjunction (logical and) of conditions.
visitContains(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a disjunction (logical or) of conditions.
visitEqual(QueryTreeWalker<T>, 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.
visitFuzzy(QueryTreeWalker<T>, 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.
visitGreaterOrEqual(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, 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(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a negation of conditions.
visitOther(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Catch-all method for future type of query nodes.
visitRestriction(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a condition restricted to a named field.
visitValue(QueryTreeWalker<T>, Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
Visits a node that represents a constant value.

W

walk(Tree, T) - Method in class com.google.appengine.api.search.query.QueryTreeWalker
Walks the given node of the tree with the given visitor and the given context.
withBody(String) - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
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
Returns default TaskOptions and calls TaskOptions.countdownMillis(long).
withCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Deprecated. use FetchOptions.Builder.withStartCursor(com.google.appengine.api.datastore.Cursor) instead.
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.
withDefaults() - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
Returns default {#link UploadOptions} with default values.
withDefaults() - Static method in class com.google.appengine.api.conversion.ConversionOptions.Builder
Returns a ConversionOptions 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.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.
withEndCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given end cursor.
withEtaMillis(long) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.etaMillis(long).
withFirstPage(int) - Static method in class com.google.appengine.api.conversion.ConversionOptions.Builder
Returns a ConversionOptions with specified number of first page.
withFromJid(JID) - Method in class com.google.appengine.api.xmpp.ErrorBuilder
 
withFromJid(JID) - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
withFromJid(JID) - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
withFromJid(JID) - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
 
withHeader(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.header(String, String).
withHeaders(Map<String, String>) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.headers(Map).
withImageWidth(int) - Static method in class com.google.appengine.api.conversion.ConversionOptions.Builder
Returns a ConversionOptions with specified output image width.
withImplicitTransactionManagementPolicy(ImplicitTransactionManagementPolicy) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given implicit transaction management policy.
withLastPage(int) - Static method in class com.google.appengine.api.conversion.ConversionOptions.Builder
Returns a ConversionOptions with specified number of last page.
withLimit(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given limit.
withMaxBackoffSeconds(double) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
Returns default RetryOptions and calls RetryOptions.maxBackoffSeconds(double).
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
Returns default {#link UploadOptions} and calls UploadOptions.maxUploadSizeBytes(long).
withMaxUploadSizeBytesPerBlob(long) - Static method in class com.google.appengine.api.blobstore.UploadOptions.Builder
Returns default {#link UploadOptions} and calls maxUploadSizeBytesPerBlob#maxUploadSizeBytes(long).
withMessageType(MessageType) - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
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
Returns default RetryOptions and calls RetryOptions.minBackoffSeconds(double).
withOcrInputLanguage(String) - Static method in class com.google.appengine.api.conversion.ConversionOptions.Builder
Returns a ConversionOptions with specified language code for OCR.
withOffset(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given offset.
withParam(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.param(String, String).
withParam(String, byte[]) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.param(String, byte[]).
withPayload(String, String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.payload(String, String).
withPayload(DeferredTask) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.payload(DeferredTask).
withPayload(byte[], String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.payload(byte[], String).
withPayload(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.payload(String).
withPrefetchSize(int) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given prefetch size.
withPresenceShow(PresenceShow) - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
withPresenceType(PresenceType) - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
withReadPolicy(ReadPolicy) - Static method in class com.google.appengine.api.datastore.DatastoreServiceConfig.Builder
Create a DatastoreServiceConfig with the given read policy.
withRecipientJids(JID...) - Method in class com.google.appengine.api.xmpp.MessageBuilder
 
withRetryOptions(RetryOptions) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.retryOptions(RetryOptions).
withStanza(String) - Method in class com.google.appengine.api.xmpp.ErrorBuilder
 
withStanza(String) - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
 
withStartCursor(Cursor) - Static method in class com.google.appengine.api.datastore.FetchOptions.Builder
Create a FetchOptions with the given start cursor.
withStatus(String) - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
withSubscriptionType(SubscriptionType) - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
 
withTag(byte[]) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions#tag(tag).
withTag(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions#tag(tag).
withTaskAgeLimitSeconds(long) - Static method in class com.google.appengine.api.taskqueue.RetryOptions.Builder
Returns default RetryOptions and calls RetryOptions.taskAgeLimitSeconds(long).
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
Returns default RetryOptions and calls RetryOptions.taskRetryLimit(int).
withToJid(JID) - Method in class com.google.appengine.api.xmpp.PresenceBuilder
 
withToJid(JID) - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
 
withUrl(String) - Static method in class com.google.appengine.api.taskqueue.TaskOptions.Builder
Returns default TaskOptions and calls TaskOptions.url(String).
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.
write(ByteBuffer, String) - Method in interface com.google.appengine.api.files.FileWriteChannel
As specified by WritableByteChannel.write(ByteBuffer) with the addition of the sequenceKey parameter.
write(ByteBuffer, String) - Method in interface com.google.appengine.api.files.RecordWriteChannel
Writes the data out to FileWriteChannel.

X

XMPP - Static variable in class com.google.appengine.api.capabilities.Capability
Availability of the XMPPService.
XMPPFailureException - Exception in com.google.appengine.api.xmpp
XMPPFailureException is thrown when any unknown error occurs while communicating with the XMPP service.
XMPPFailureException(String) - Constructor for exception com.google.appengine.api.xmpp.XMPPFailureException
 
XMPPService - Interface in com.google.appengine.api.xmpp
Interface for accessing XMPP status information, sending XMPP messages, and parsing XMPP responses.
XMPPServiceFactory - Class in com.google.appengine.api.xmpp
Constructs an instance of the XMPP service.
XMPPServiceFactory() - Constructor for class com.google.appengine.api.xmpp.XMPPServiceFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W X