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() - 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() - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously submits a task to this queue with an auto generated name with default options.
- addAsync(TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously submits a task to this queue.
- addAsync(Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously submits tasks to this queue.
- addAsync(Transaction, TaskOptions) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously submits a task to this queue in the provided Transaction.
- addAsync(Transaction, Iterable<TaskOptions>) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously submits tasks to this queue in the provided Transaction.
- addChild(String, String) - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
- addChild(String, long) - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
- addChild() - Method in class com.google.appengine.api.search.query.QueryTreeContext
- addExpression(Field) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
-
Adds the expression to the builder.
- addExpressionToReturn(FieldExpression.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Adds a
FieldExpression
build from the givenexpressionBuilder
to return in search results. - addExpressionToReturn(FieldExpression) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Adds a
FieldExpression
to return in search results. - addFacet(Facet) - Method in class com.google.appengine.api.search.Document.Builder
-
Adds a
Facet
to this builder. - addFacetRefinement(FacetRefinement) - Method in class com.google.appengine.api.search.Query.Builder
-
Adds a facet refinement.
- addFacetRefinementFromToken(String) - Method in class com.google.appengine.api.search.Query.Builder
-
Adds a facet refinement token.
- addField(Field.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
-
Deprecated.
- addHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Adds
header
to this request. - additionalAppIds(Set<CloudDatastoreRemoteServiceConfig.AppId>) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
-
Provides a set of additional app IDs that may appear in
Key
values in entities. - addProjection(Projection) - Method in class com.google.appengine.api.datastore.Query
-
Adds a projection for this query.
- 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
. - addRange(FacetRange) - Method in class com.google.appengine.api.search.FacetRequest.Builder
-
Adds a
FacetRange
to this request. - addReturnFacet(FacetRequest) - Method in class com.google.appengine.api.search.Query.Builder
-
Requests a facet to be returned with search results.
- addReturnFacet(FacetRequest.Builder) - Method in class com.google.appengine.api.search.Query.Builder
-
Adds a facet request from a builder.
- addReturnFacet(String) - Method in class com.google.appengine.api.search.Query.Builder
-
Adds a facet request by its name only.
- addReturnType(QueryTreeContext.Type) - Method in class com.google.appengine.api.search.query.QueryTreeContext
- addScore(double) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
-
Adds the score to the builder.
- addSort(String) - Method in class com.google.appengine.api.datastore.Query
-
Specify how the query results should be sorted.
- addSort(String, Query.SortDirection) - Method in class com.google.appengine.api.datastore.Query
-
Specify how the query results should be sorted.
- addSortExpression(SortExpression) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
Adds a
SortExpression
to the list of sort expressions. - addSortExpression(SortExpression.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
Adds a
SortExpression
built from the builder to the list of sort expressions. - addStatus(JID, SendResponse.Status) - Method in class com.google.appengine.api.xmpp.SendResponse
-
Deprecated.
- addTypedField(String, Field.FieldType) - Method in class com.google.appengine.api.search.Schema.Builder
-
Adds typed field name to the schema builder.
- addUserMetadata(String, String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.Adds user specific metadata that will be added to object headers when served through Google Storage: Each entry will be prefixed with x-goog-meta- when serving out.
- addValue(FacetResultValue) - Method in class com.google.appengine.api.search.FacetResult.Builder
-
Add a value to this facet result.
- addValueConstraint(String) - Method in class com.google.appengine.api.search.FacetRequest.Builder
-
Adds a value
constraint
to this facet request. - AdminDatastoreService - Class in com.google.appengine.api.datastore
-
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.
- AdminDatastoreService.EntityBuilder - Class in com.google.appengine.api.datastore
- AdminDatastoreService.KeyBuilder - Class in com.google.appengine.api.datastore
- AdminDatastoreService.QueryBuilder - Class in com.google.appengine.api.datastore
- AdminSearchServiceFactory - Class in com.google.appengine.api.search
-
Builds
SearchService
instances that are pinned to a specific application and namespace regardless of the "current" appId provided byApiProxy.getCurrentEnvironment().getAppId()
and the "current" namespace provided byNamespaceManager.get()
. - AdminSearchServiceFactory() - Constructor for class com.google.appengine.api.search.AdminSearchServiceFactory
- allocateIdRange(KeyRange) - Method in interface com.google.appengine.api.datastore.DatastoreService
-
This method allocates a user-specified contiguous range of unique IDs.
- allocateIds(String, long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- allocateIds(Key, String, long) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- 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. - and(Query.Filter...) - Static method in enum com.google.appengine.api.datastore.Query.CompositeFilterOperator
- and(Collection<Query.Filter>) - Static method in enum com.google.appengine.api.datastore.Query.CompositeFilterOperator
- ApiConfig() - Constructor for class com.google.apphosting.api.ApiProxy.ApiConfig
- ApiDeadlineExceededException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiDeadlineExceededException
- ApiProxy - Class in com.google.apphosting.api
-
ApiProxy is a static class that serves as the collection point for all API calls from user code into the application server.
- ApiProxy.ApiConfig - Class in com.google.apphosting.api
-
ApiConfig
encapsulates one or more configuration parameters scoped to an individual API call. - ApiProxy.ApiDeadlineExceededException - Exception in com.google.apphosting.api
- ApiProxy.ApiProxyException - Exception in com.google.apphosting.api
- ApiProxy.ApiResultFuture<T> - Interface in com.google.apphosting.api
-
A subtype of
Future
that provides more detailed information about the timing and resource consumption of particular API calls. - ApiProxy.ApplicationException - Exception in com.google.apphosting.api
- ApiProxy.ArgumentException - Exception in com.google.apphosting.api
- ApiProxy.CallNotFoundException - Exception in com.google.apphosting.api
- ApiProxy.CancelledException - Exception in com.google.apphosting.api
- ApiProxy.CapabilityDisabledException - Exception in com.google.apphosting.api
- ApiProxy.Delegate<E extends ApiProxy.Environment> - Interface in com.google.apphosting.api
-
This interface can be used to provide a class that actually implements API calls.
- ApiProxy.Environment - Interface in com.google.apphosting.api
-
Environment is a simple data container that provides additional information about the current request (e.g.
- ApiProxy.EnvironmentFactory - Interface in com.google.apphosting.api
-
Used to create an Environment object to use if no thread local Environment is set.
- ApiProxy.FeatureNotEnabledException - Exception in com.google.apphosting.api
- ApiProxy.LogRecord - Class in com.google.apphosting.api
-
LogRecord
represents a single apphosting log entry, including a Java-specific logging level, a timestamp in microseconds, and a message, which is a formatted string containing the rest of the logging information (e.g. - ApiProxy.LogRecord.Level - Enum in com.google.apphosting.api
- ApiProxy.OverQuotaException - Exception in com.google.apphosting.api
- ApiProxy.RequestTooLargeException - Exception in com.google.apphosting.api
- ApiProxy.ResponseTooLargeException - Exception in com.google.apphosting.api
- ApiProxy.RPCFailedException - Exception in com.google.apphosting.api
- ApiProxy.UnknownException - Exception in com.google.apphosting.api
- ApiProxyException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiProxyException
- ApiProxyException(String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiProxyException
- ApiProxyException(String, Throwable) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiProxyException
- AppEngineFile - Class in com.google.appengine.api.files
-
Deprecated.
- AppEngineFile(AppEngineFile.FileSystem, String) - Constructor for class com.google.appengine.api.files.AppEngineFile
-
Deprecated.Constructs an
AppEngineFile
from the given data - AppEngineFile(String) - Constructor for class com.google.appengine.api.files.AppEngineFile
-
Deprecated.Constructs an
AppEngineFile
from the given data - AppEngineFile.FileSystem - Enum in com.google.appengine.api.files
-
Deprecated.Represents the back-end storage location of a file.
- AppId() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
- appId(CloudDatastoreRemoteServiceConfig.AppId) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
-
Sets the
CloudDatastoreRemoteServiceConfig.AppId
of the Cloud Datastore instance to call. - AppIdentityService - Interface in com.google.appengine.api.appidentity
-
The
AppIdentityService
allows you to sign an arbitrary byte array using a per app private key maintained by App Engine, and to retrieve a list of public certificates which can be used to verify the signature. - AppIdentityService.GetAccessTokenResult - Class in com.google.appengine.api.appidentity
-
GetAccessTokenResult
is returned by getAccessToken. - AppIdentityService.ParsedAppId - Class in com.google.appengine.api.appidentity
-
Class holding the results of parsing a full application id into its constituent parts.
- AppIdentityService.SigningResult - Class in com.google.appengine.api.appidentity
-
SigningResult
is returned by signForApp, which contains signing key name and signature. - AppIdentityServiceFactory - Class in com.google.appengine.api.appidentity
-
Creates new instances of the App Identity service.
- AppIdentityServiceFailureException - Exception 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.
- ApplicationException(int) - Constructor for exception com.google.apphosting.api.ApiProxy.ApplicationException
- ApplicationException(int, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApplicationException
- applicationId - Static variable in class com.google.appengine.api.utils.SystemProperty
-
The application identifier for the current application.
- applicationVersion - Static variable in class com.google.appengine.api.utils.SystemProperty
-
The version identifier for the current application version.
- AppLogLine - Class in com.google.appengine.api.log
-
An AppLogLine contains all the information for a single application log.
- AppLogLine() - Constructor for class com.google.appengine.api.log.AppLogLine
-
Default zero-argument constructor that creates an AppLogLine.
- applyTransform(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
transform
to the providedimage
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 providedimage
encoding the transformed image stored usingencoding
file format. - applyTransform(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
transform
to the providedimage
encoding the transformed image stored usingsettings
. - applyTransform(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
transform
to the providedimage
encoding the transformed image stored usingoutputSettings
interpretingimage
according toinputSettings
. - applyTransformAsync(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided
transform
to the providedimage
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 providedimage
encoding the transformed image stored usingencoding
file format. - applyTransformAsync(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided
transform
to the providedimage
encoding the transformed image stored usingsettings
. - applyTransformAsync(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided
transform
to the providedimage
encoding the transformed image stored usingsettings
interpretingimage
according toinputSettings
. - areKeysEqual(Key, Key) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
-
Check if the input
Key
objects are equal (including keys that are incomplete). - ArgumentException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ArgumentException
- asIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
- asIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Equivalent to
PreparedQuery.asIterable(FetchOptions)
but uses defaultFetchOptions
. - asIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
- asIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Equivalent to
PreparedQuery.asIterator(FetchOptions)
but uses defaultFetchOptions
. - asList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
- asQueryResultIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Similar to
PreparedQuery.asIterable(FetchOptions)
except aQueryResultIterable
is returned. - asQueryResultIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Similar to
PreparedQuery.asIterable()
except aQueryResultIterable
is returned. - asQueryResultIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Similar to
PreparedQuery.asIterator(FetchOptions)
except aQueryResultIterator
is returned. - asQueryResultIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Similar to
PreparedQuery.asIterator()
except aQueryResultIterator
is returned. - asQueryResultList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Similar to
PreparedQuery.asList(com.google.appengine.api.datastore.FetchOptions)
except aQueryResultIterator
is returned. - asSingleEntity() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Retrieves the one and only result for the
Query
. - asStrictType(Class<T>) - Method in class com.google.appengine.api.datastore.RawValue
-
Returns an object of the exact type passed in.
- asType(Class<?>) - Method in class com.google.appengine.api.datastore.RawValue
-
Returns the object normally returned by the datastore if given type is passed in.
- asXml(boolean) - Method in class com.google.appengine.api.xmpp.MessageBuilder
-
Deprecated.
- 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
. - Attachment(String, byte[]) - Constructor for class com.google.appengine.api.mail.MailService.Attachment
-
Attachments are an optional part of messages, but if present, all information about them must be provided.
- Attachment(String, byte[], String) - Constructor for class com.google.appengine.api.mail.MailService.Attachment
-
Attachments are an optional part of messages, but if present, all information about them must be provided.
B
- BACKEND_ID_ENV_ATTRIBUTE - Static variable in interface com.google.appengine.api.backends.BackendService
-
Deprecated.Environment attribute key where the backend name is stored.
- BackendService - Interface in com.google.appengine.api.backends
-
Deprecated.
- BackendServiceFactory - Class in com.google.appengine.api.backends
-
Factory for getting the Backends API implementation for the current environment.
- 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
andAsyncDatastoreService
. - BaseMemcacheService - Interface in com.google.appengine.api.memcache
-
Methods that are common between
MemcacheService
andAsyncMemcacheService
. - batchSize(int) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the batch size.
- 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 class com.google.appengine.api.datastore.AdminDatastoreService
- beginTransaction(TransactionOptions) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- 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, String) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
-
Creates a
BlobInfo
by providing theBlobKey
and all associated metadata. - BlobInfo(BlobKey, String, Date, String, long, String) - Constructor for class com.google.appengine.api.blobstore.BlobInfo
- 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 retrievingBlobInfo
metadata. - BlobInfoFactory() - Constructor for class com.google.appengine.api.blobstore.BlobInfoFactory
-
Creates a
BlobInfoFactory
that uses the default implementation ofDatastoreService
. - BlobInfoFactory(DatastoreService) - Constructor for class com.google.appengine.api.blobstore.BlobInfoFactory
-
Creates a
BlobInfoFactory
with the specified implementation ofDatastoreService
. - 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. - blobKey(BlobKey) - Method in class com.google.appengine.api.images.ServingUrlOptions
- 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.ClosedStreamException - Exception in com.google.appengine.api.blobstore
-
A subclass of
IOException
that indicates operations on a stream after it is closed. - BlobstoreIOException(String) - Constructor for exception com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
-
Constructs a
BlobstoreIOException
with the specified detail message. - 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
- BounceNotification - Class in com.google.appengine.api.mail
-
The
BounceNotification
object represents an incoming bounce notification. - BounceNotification.Details - Class in com.google.appengine.api.mail
-
The
BounceNotification.Details
class describes either the original message that caused a bounce, or the notification message describing the bounce. - BounceNotificationParser - Class in com.google.appengine.api.mail
-
The
BounceNotificationParser
parses an incoming HTTP request into a description of a bounce notification. - BounceNotificationParser() - Constructor for class com.google.appengine.api.mail.BounceNotificationParser
- BufferedFileReadChannelImpl - Class in com.google.appengine.api.files
-
Deprecated.
- BufferedFileReadChannelImpl(FileReadChannel, int) - Constructor for class com.google.appengine.api.files.BufferedFileReadChannelImpl
-
Deprecated.
- build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.EntityBuilder
- build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.KeyBuilder
- build() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
- build() - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
- build() - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
- build(String) - Method in class com.google.appengine.api.search.Cursor.Builder
-
Construct the final message.
- build() - Method in class com.google.appengine.api.search.Cursor.Builder
-
Construct the final message.
- build() - Method in class com.google.appengine.api.search.Document.Builder
-
Builds a valid document.
- build() - Method in class com.google.appengine.api.search.FacetOptions.Builder
-
Returns an immutable
FacetOptions
that reflects the current state of this Builder. - build() - Method in class com.google.appengine.api.search.FacetRequest.Builder
-
Construct the final message.
- build() - Method in class com.google.appengine.api.search.FacetResult.Builder
-
Builds a facet result.
- build() - Method in class com.google.appengine.api.search.Field.Builder
-
Builds a field using this builder.
- build() - Method in class com.google.appengine.api.search.FieldExpression.Builder
-
Builds the FieldExpression.
- build() - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
- build() - Method in class com.google.appengine.api.search.GetRequest.Builder
- build() - Method in class com.google.appengine.api.search.IndexSpec.Builder
-
Builds a valid IndexSpec.
- build() - Method in class com.google.appengine.api.search.MatchScorer.Builder
-
Builds a
MatchScorer
from the set values. - build(String) - Method in class com.google.appengine.api.search.Query.Builder
-
Build a
Query
from the query string and the parameters set on theQuery.Builder
. - build() - Method in class com.google.appengine.api.search.Query.Builder
-
Construct the message.
- build() - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Construct the final message.
- build() - Method in class com.google.appengine.api.search.RescoringMatchScorer.Builder
-
Builds a
RescoringMatchScorer
from the set values. - build() - Method in class com.google.appengine.api.search.Schema.Builder
-
Builds a valid document.
- build() - Method in class com.google.appengine.api.search.ScoredDocument.Builder
-
Builds a valid document.
- build() - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
-
Builds a configuration.
- build() - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Builds a
SortExpression
from the set values. - build() - Method in class com.google.appengine.api.search.SortOptions.Builder
-
Builds a
SortOptions
from the set values. - build() - Method in class com.google.appengine.api.xmpp.ErrorBuilder
-
Deprecated.
- build() - Method in class com.google.appengine.api.xmpp.MessageBuilder
-
Deprecated.
- build() - Method in class com.google.appengine.api.xmpp.PresenceBuilder
-
Deprecated.
- build() - Method in class com.google.appengine.api.xmpp.SubscriptionBuilder
-
Deprecated.
- builder() - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
-
Returns a
CloudDatastoreRemoteServiceConfig.Builder
. - Builder() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
- Builder(String, String) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
-
Create a
Builder
, establishing aKey
constructed from the provided kind and name as the topmost ancestor. - Builder(String, long) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
-
Create a
Builder
, establishing aKey
constructed from the provided kind and id as the topmost ancestor. - Builder(Key) - Constructor for class com.google.appengine.api.datastore.KeyFactory.Builder
-
Create a
Builder
, establishing the providedKey
as the topmost ancestor. - Builder() - Constructor for class com.google.appengine.api.log.LogQuery.Builder
- Builder() - Constructor for class com.google.appengine.api.search.FieldExpression.Builder
- 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.
- CallNotFoundException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CallNotFoundException
- cancel(boolean) - Method in class com.google.appengine.api.utils.FutureWrapper
- CancelledException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CancelledException
- CancelledException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CancelledException
- 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.
- CapabilityDisabledException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CapabilityDisabledException
- 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
. - CasValues(MemcacheService.IdentifiableValue, Object) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
- CasValues(MemcacheService.IdentifiableValue, Object, Expiration) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
- Category - Class in com.google.appengine.api.datastore
-
A tag, ie a descriptive word or phrase.
- Category(String) - Constructor for class com.google.appengine.api.datastore.Category
- ChannelFailureException - Exception in com.google.appengine.api.channel
-
Deprecated.This API has been deprecated.
- ChannelFailureException(String) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
-
Deprecated.
- ChannelFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
-
Deprecated.
- ChannelMessage - Class in com.google.appengine.api.channel
-
Deprecated.This API has been deprecated.
- ChannelMessage(String, String) - Constructor for class com.google.appengine.api.channel.ChannelMessage
-
Deprecated.Constructor for a channel message.
- ChannelPresence - Class in com.google.appengine.api.channel
-
Deprecated.This API has been deprecated.
- ChannelService - Interface in com.google.appengine.api.channel
-
Deprecated.This API has been deprecated.
- ChannelServiceFactory - Class in com.google.appengine.api.channel
-
Deprecated.This API has been deprecated.
- ChannelServiceFactory() - Constructor for class com.google.appengine.api.channel.ChannelServiceFactory
-
Deprecated.
- checkArgument(boolean, Object) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkAtom(String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether an atom is valid.
- checkAtom(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether an atom is valid.
- checkCursor(String) - Static method in class com.google.appengine.api.search.checkers.CursorChecker
-
Checks the cursor string if provided is not empty nor too long.
- checkDate(Date) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a date is within range.
- checkDepth(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks that a facet depth option is valid.
- checkDiscoveryLimit(int) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks that a discovery limit is valid.
- checkDiscoveryValueLimit(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks whether discovery value limit option is valid.
- checkDocumentId(String) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
-
Checks whether a document id is valid.
- checkExpression(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a field expression is not null and is parsable.
- checkFacetName(String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether a facet name is valid.
- checkFacetName(String, String) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether a facet name is valid.
- checkFacetSet(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
-
Checks validity of facets in document.
- checkFacetValue(DocumentPb.FacetValue) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether a facet value is valid.
- checkFacetValue(String) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks that a value constraint is valid.
- checkFieldName(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a field name is valid.
- checkFieldName(String, String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a field name is valid.
- checkFieldNames(List<String>) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
-
Checks that there are at most #MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN field names and that each field name is valid.
- checkFieldSet(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
-
Checks whether a document's field set is valid.
- checkHTML(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a html is valid.
- checkIndexNamePrefix(String) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
Checks whether the given index name prefix is legal.
- checkLatitude(double) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
-
Checks whether a
GeoPoint
latitude is valid. - checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
Checks whether the number of indexes to return is between 1 and the maximum.
- checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
-
Checks whether the number of documents to return is between 0 and the maximum.
- checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
-
Checks whether the number of documents to return is between 1 and the maximum.
- checkLimit(int) - Static method in class com.google.appengine.api.search.checkers.SortOptionsChecker
-
Checks whether the limit on number of documents to score is between 0 and the maximum.
- checkListDocumentsParams(ListDocumentsParams) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
-
Checks the values of the
ListDocumentsParams
params. - checkListIndexesParams(ListIndexesParams) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
Ensures the given protocol buffer parameters are valid.
- checkLongitude(double) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
-
Checks whether a
GeoPoint
longitude is valid. - checkName(String) - Static method in class com.google.appengine.api.search.checkers.IndexChecker
-
Checks whether an index name is valid.
- checkNotNull(T, Object) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNumber(Double) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether a number is valid.
- checkNumber(Double) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a number is valid.
- checkNumberFoundAccuracy(int) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
-
Checks whether the minimum number of documents found accuracy is between 1 and the maximum.
- checkOffset(int) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
Checks whether the offset of the first indexes to return is between 0 and the maximum.
- checkOffset(Integer) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
-
Checks whether the offset is between 0 and the maximum.
- checkPrefix(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a prefix field is valid.
- checkQuery(String) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
-
Checks that query is not null and is parsable.
- checkSortExpression(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a sort bexpression is not null and is parsable.
- checkStartDocId(String) - Static method in class com.google.appengine.api.search.checkers.GetRequestChecker
-
Checks whether the given start document Is legal.
- checkStartIndexName(String) - Static method in class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
Checks whether the given start index name is legal.
- checkState(boolean, String, Object...) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance.
- checkState(boolean, String) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance.
- 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. - checkSupportedValue(String, Object, boolean, Set<Class<?>>) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
-
If the specified object cannot be used as the value for a
Entity
property, throw an exception with the appropriate explanation. - checkText(String) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a text is valid.
- checkValid(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.Facet) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
- checkValid(SearchParams) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks whether all options related to faceted search are valid.
- checkValid(DocumentPb.Field) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
- checkValid(DocumentPb.FieldValue.Geo) - Static method in class com.google.appengine.api.search.checkers.GeoPointChecker
- checkValid(SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
-
Checks the search specification is valid, specifically, has a valid index specification, a non-null query, a non-null number of documents to return specification, a valid cursor if present, valid sort specification list, a valid collection of field names for sorting, and a valid scorer specification.
- checkValid(DocumentPb.Document) - Static method in class com.google.appengine.api.search.checkers.QueryOnlyCustomerDocumentChecker
-
Checks whether a
DocumentPb.Document
has a valid set of fields for clients that only use the search query API. - checkValid(SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryOptionsChecker
-
Checks the search options are valid, specifically, has a non-null number of documents to return specification, a valid cursor if present, valid sort specification list, a valid collection of field names for sorting, and a valid scorer specification.
- checkValid(SortSpec) - Static method in class com.google.appengine.api.search.checkers.SortExpressionChecker
-
Checks the
SortSpec
is valid, specifically checking the limit on number of documents to score is not too large. - checkValid(ScorerSpec) - Static method in class com.google.appengine.api.search.checkers.SortOptionsChecker
-
Checks the
ScorerSpec
is valid, specifically checking the limit on number of documents to score is not too large. - checkValidFast(SearchParams) - Static method in class com.google.appengine.api.search.checkers.QueryChecker
-
Performs a fast check of the search parameters.
- checkValueLimit(Integer) - Static method in class com.google.appengine.api.search.checkers.FacetQueryChecker
-
Checks whether a value limit option is valid.
- checkVector(List<Double>) - Static method in class com.google.appengine.api.search.checkers.FieldChecker
-
Checks whether a vector field is valid.
- children() - Method in class com.google.appengine.api.search.query.QueryTreeContext
- chunkSize(int) - Method in class com.google.appengine.api.datastore.FetchOptions
-
Sets the chunk size.
- Circle(GeoPt, double) - Constructor for class com.google.appengine.api.datastore.Query.GeoRegion.Circle
-
Creates a new
Circle
object from the given arguments. - clear() - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
-
Clears the
CloudDatastoreRemoteServiceConfig
instance (if one has been set) as well as theApiProxy
'sApiProxy.EnvironmentFactory
and theApiProxy.Environment
for the current thread. - clearAll() - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
- clearAll() - Method in interface com.google.appengine.api.memcache.MemcacheService
-
Empties the cache of all values across all namespaces.
- clearEnvironmentForCurrentThread() - Static method in class com.google.apphosting.api.ApiProxy
-
Removes any environment associated with the current thread.
- clearKeysOnly() - Method in class com.google.appengine.api.datastore.Query
-
Clears the keys only flag.
- clearMultipleEntityGroups() - Method in class com.google.appengine.api.datastore.TransactionOptions
-
Deprecated.
- clearNumberFoundAccuracy() - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Clears any accuracy requirement for
Results.getNumberFound()
. - clearParams() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Clears the parameters.
- clearXG() - Method in class com.google.appengine.api.datastore.TransactionOptions
-
Return the cross-group transaction setting to default (disabled).
- clientId() - Method in class com.google.appengine.api.channel.ChannelPresence
-
Deprecated.
- clone() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
- clone() - Method in class com.google.appengine.api.datastore.Entity
-
Returns a shallow copy of this
Entity
instance. - clone() - Method in class com.google.appengine.api.log.LogQuery
-
Makes a copy of a provided LogQuery.
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.ApiDeadlineExceededException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.ArgumentException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.CallNotFoundException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.CancelledException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.CapabilityDisabledException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.FeatureNotEnabledException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.OverQuotaException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.RequestTooLargeException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.ResponseTooLargeException
- cloneWithoutStackTrace() - Method in exception com.google.apphosting.api.ApiProxy.UnknownException
- close() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
- close() - Method in class com.google.appengine.api.files.BufferedFileReadChannelImpl
-
Deprecated.
- ClosedStreamException(String) - Constructor for exception com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
-
Construct an exception with specified message.
- ClosedStreamException(String, Throwable) - Constructor for exception com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
-
Construct exception with specified message and cause.
- closeFinally() - Method in interface com.google.appengine.api.files.FileWriteChannel
-
Deprecated.Close the channel and finalize the file.
- closeFinally() - Method in interface com.google.appengine.api.files.RecordWriteChannel
-
Deprecated.Closes the file.
- CloudDatastoreRemoteServiceConfig - Class in com.google.appengine.api.datastore
-
User-configurable global properties of Cloud Datastore.
- CloudDatastoreRemoteServiceConfig() - Constructor for class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig
- CloudDatastoreRemoteServiceConfig.AppId - Class in com.google.appengine.api.datastore
-
An App Engine application ID.
- CloudDatastoreRemoteServiceConfig.AppId.Location - Enum in com.google.appengine.api.datastore
-
Locations for App Engine applications.
- CloudDatastoreRemoteServiceConfig.Builder - Class in com.google.appengine.api.datastore
-
Builder for
CloudDatastoreRemoteServiceConfig
. - com.google.appengine.api - package com.google.appengine.api
-
Provides facilities for server lifecycle management, threading and namespaces/multitenancy.
- com.google.appengine.api.appidentity - package com.google.appengine.api.appidentity
-
Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key.
- com.google.appengine.api.backends - package com.google.appengine.api.backends
-
Provides access to long-running, addressable servers.
- com.google.appengine.api.blobstore - package com.google.appengine.api.blobstore
-
Provides management and persistent storage of large, immutable byte arrays.
- com.google.appengine.api.capabilities - package com.google.appengine.api.capabilities
-
Provides status information about the services available via the GAE APIs.
- com.google.appengine.api.channel - package com.google.appengine.api.channel
-
Provides persistent connectivity to JavaScript clients for real time messaging without the use of polling.
- com.google.appengine.api.datastore - package com.google.appengine.api.datastore
- com.google.appengine.api.files - package com.google.appengine.api.files
-
Provides a service for file storage and access.
- com.google.appengine.api.images - package com.google.appengine.api.images
-
Provides facilities for the creation and manipulation of images.
- com.google.appengine.api.log - package com.google.appengine.api.log
-
Provides access to request logs and application logs.
- com.google.appengine.api.mail - package com.google.appengine.api.mail
-
Provides a service to send email messages on behalf of administrators or authenticated users, also accessible via a JavaMail interface.
- com.google.appengine.api.memcache - package com.google.appengine.api.memcache
-
Provides fast but unreliable data storage, also accessible via a JCache interface.
- com.google.appengine.api.modules - package com.google.appengine.api.modules
-
Utility functions for working with modules.
- com.google.appengine.api.oauth - package com.google.appengine.api.oauth
-
Provides a method for clients to access server resources on behalf of a resource owner, as well as a process for end-users to authorize third-party access to their server resources without sharing their credentials.
- com.google.appengine.api.prospectivesearch - package com.google.appengine.api.prospectivesearch
-
Provides a service for matching documents against subscribed queries.
- com.google.appengine.api.quota - package com.google.appengine.api.quota
-
Provides measurement of API and CPU usage during requests.
- com.google.appengine.api.search - package com.google.appengine.api.search
-
Provides a service for indexing documents and retrieving them using search queries.
- com.google.appengine.api.search.checkers - package com.google.appengine.api.search.checkers
- com.google.appengine.api.search.query - package com.google.appengine.api.search.query
- com.google.appengine.api.taskqueue - package com.google.appengine.api.taskqueue
-
Provides a mechanism to perform work initiated by a user request, outside of that request.
- com.google.appengine.api.urlfetch - package com.google.appengine.api.urlfetch
-
Provides a service to make HTTP/S requests of other servers on the internet.
- com.google.appengine.api.users - package com.google.appengine.api.users
-
Provides facilities to check if a user has authenticated, retrieve their email address, and check if they are an administrator for this application.
- com.google.appengine.api.utils - package com.google.appengine.api.utils
-
Provides common utility classes.
- com.google.appengine.api.xmpp - package com.google.appengine.api.xmpp
-
Provides access to XMPP-based instant message services, such as Google Talk.
- 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
- ComparableByteArray(byte[]) - Constructor for class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
- 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
ofComposite
s using a canvas with dimensions determined bywidth
andheight
and background colorcolor
. - composite(Collection<Composite>, int, int, long, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
Collection
ofComposite
s using a canvas with dimensions determined bywidth
andheight
and background colorcolor
. - composite(Collection<Composite>, int, int, long, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
Collection
ofComposite
s using a canvas with dimensions determined bywidth
andheight
and background colorcolor
. - Composite.Anchor - Enum in com.google.appengine.api.images
-
Valid anchoring positions for a compositing operation.
- CompositeFilter(Query.CompositeFilterOperator, Collection<Query.Filter>) - Constructor for class com.google.appengine.api.datastore.Query.CompositeFilter
- compositeIndexesForQuery(Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- compositeIndexForQuery(Query) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- CompositeIndexManager - Class in com.google.appengine.api.datastore
-
Composite index management operations needed by the datastore api.
- CompositeIndexManager() - Constructor for class com.google.appengine.api.datastore.CompositeIndexManager
- CompositeIndexUtils - Class in com.google.appengine.api.datastore
-
Static utilities for working with composite indexes.
- CompositeTransform - Class in com.google.appengine.api.images
-
A transform that represents zero or more transforms executed in series.
- concatenate(Transform) - Method in class com.google.appengine.api.images.CompositeTransform
-
Concatenates a transform to the end of this composite transform.
- ConsistentErrorHandler - Interface in com.google.appengine.api.memcache
-
A marker interface to indicate that all
MemcacheServiceException
exceptions should be handled byErrorHandler.handleServiceError(MemcacheServiceException)
. - ConsistentLogAndContinueErrorHandler - Class in com.google.appengine.api.memcache
-
Similar to the deprecated
LogAndContinueErrorHandler
but consistently handles all back-end related errors. - ConsistentLogAndContinueErrorHandler(Level) - Constructor for class com.google.appengine.api.memcache.ConsistentLogAndContinueErrorHandler
- contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
- contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion
-
Determines whether the given
GeoPt
value lies within this geographic region. - contains(GeoPt) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
- contains(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
- contains(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
-
Tests whether a given value is in cache, even if its value is
null
. - CONTENT_TYPE - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
- convertCpuSecondsToMegacycles(double) - Method in interface com.google.appengine.api.quota.QuotaService
-
Expresses a value in megaCycles as its approximate equivalent of CPU seconds on a theoretical 1.2 GHz CPU.
- convertFromPb(OnestoreEntity.CompositeIndex) - Static method in class com.google.appengine.api.datastore.IndexTranslator
- convertFromPb(OnestoreEntity.Index.Property) - Static method in class com.google.appengine.api.datastore.IndexTranslator
- convertFromPb(OnestoreEntity.Index) - Static method in class com.google.appengine.api.datastore.IndexTranslator
- convertMegacyclesToCpuSeconds(long) - Method in interface com.google.appengine.api.quota.QuotaService
-
Expresses a value in megaCycles as its approximate equivalent of CPU seconds on a theoretical 1.2 GHz CPU.
- convertToPb(Entity) - Static method in class com.google.appengine.api.datastore.EntityTranslator
- convertToPb(Index) - Static method in class com.google.appengine.api.datastore.IndexTranslator
- convertToPb(Index.Property) - Static method in class com.google.appengine.api.datastore.IndexTranslator
- copy(StackTraceElement[]) - Method in exception com.google.apphosting.api.ApiProxy.ApiProxyException
-
Clones this exception and then sets this Exception as the cause of the clone and sets the given stack trace in the clone.
- 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
- 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. - countLimit(long) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
-
Sets the count limit for lease requests.
- Crc32c - Class in com.google.appengine.api.files
-
Deprecated.
- Crc32c() - Constructor for class com.google.appengine.api.files.Crc32c
-
Deprecated.
- create(CloudDatastoreRemoteServiceConfig.AppId.Location, String) - Static method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
-
Creates an
CloudDatastoreRemoteServiceConfig.AppId
. - create(String, int, String) - Static method in class com.google.appengine.api.search.FacetResultValue
-
Creates and returns a facet result value.
- createBackgroundThread(Runnable) - Static method in class com.google.appengine.api.ThreadManager
-
Create a new
Thread
that executesrunnable
independent of the current request. - createBlobInfo(Entity) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
- createChannel(String) - Method in interface com.google.appengine.api.channel.ChannelService
-
Deprecated.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
-
Deprecated.Creates a channel associated with the provided
clientId
and returns a token that is valid for the specified period of time. - createEntityGroupKey(Key) - Static method in class com.google.appengine.api.datastore.Entities
-
Create an __entity_group__ key for the entity group containing
key
. - createFromPb(EntityProto, Collection<Projection>) - Static method in class com.google.appengine.api.datastore.EntityTranslator
- createFromPb(EntityProto) - Static method in class com.google.appengine.api.datastore.EntityTranslator
- createFromPbBytes(byte[]) - Static method in class com.google.appengine.api.datastore.EntityTranslator
- createGsBlobKey(String) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Create a
BlobKey
for a Google Storage File. - createKey(Key, String) - Static method in class com.google.appengine.api.datastore.ExtendableEntityUtil
-
Creates a new
Key
with the provided parent and kind. - createKey(String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
Creates a new
Key
having no parent from its kind and ID. - createKey(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 ofKeyFactory.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 ofKeyFactory.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 ofKeyFactory.createKey(String, String)
- createKeyString(Key, String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
Shorthand for invoking
KeyFactory.keyToString(Key)
on the result ofKeyFactory.createKey(Key, String, String)
- createKindKey(String) - Static method in class com.google.appengine.api.datastore.Entities
-
Create a __kind__ key for
kind
. - createLoginURL(String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to display a login page to the user.
- createLoginURL(String, String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to display a login page to the user.
- createLoginURL(String, String, String, Set<String>) - Method in interface com.google.appengine.api.users.UserService
-
Deprecated.Use of federatedIdentity is no longer supported. Please change calls to a method that does not take the parameter.
- createLogoutURL(String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to log the current user out of this app.
- createLogoutURL(String, String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to log the current user out of this app.
- createNamespaceKey(String) - Static method in class com.google.appengine.api.datastore.Entities
-
Create a __namespace__ key for
namespace
. - createNewBlobFile(String) - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.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
-
Deprecated.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
-
Deprecated.Creates a new writable file in Google Storage of the specified mime-type and returns an
AppEngineFile
representing the file. - createPropertyKey(String, String) - Static method in class com.google.appengine.api.datastore.Entities
-
Create a __property__ key for
property
ofkind
. - createThreadForCurrentRequest(Runnable) - Static method in class com.google.appengine.api.ThreadManager
-
Create a new
Thread
that executesrunnable
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
- crop(boolean) - Method in class com.google.appengine.api.images.ServingUrlOptions
- 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. - Cursor - Class in com.google.appengine.api.search
- Cursor.Builder - Class in com.google.appengine.api.search
-
A builder which constructs Cursor objects.
- CursorChecker - Class in com.google.appengine.api.search.checkers
-
Checks values of
Cursor
. - CursorChecker() - Constructor for class com.google.appengine.api.search.checkers.CursorChecker
D
- DATASTORE - Static variable in class com.google.appengine.api.capabilities.Capability
-
Availability of the datastore.
- DATASTORE_EMPTY_LIST_SUPPORT - Static variable in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
This is the name of a system property that determines how the Java SDK writes/reads empty lists to/from Datastore.
- DATASTORE_WRITE - Static variable in class com.google.appengine.api.capabilities.Capability
-
Availability of datastore writes.
- DatastoreApiHelper - Class in com.google.appengine.api.datastore
-
Helper methods and constants shared by classes that implement the Java api on top of the datastore.
- DatastoreAttributes - Class in com.google.appengine.api.datastore
-
Attributes of a datastore.
- DatastoreAttributes.DatastoreType - Enum 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
- DatastoreNeedIndexException(String, Throwable) - 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
-
Deprecated.Exposed by accident, do not instantiate.
- 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
- DatastoreTimeoutException(String, Throwable) - 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'sProperty
protocol buffers and the user-facing classes (String
,User
, etc.). - DataTypeTranslator.ComparableByteArray - Class in com.google.appengine.api.datastore
-
A wrapper for a
byte[]
that implementsComparable
. - 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. - DateUtil - Class in com.google.appengine.api.search
-
A utility class that centralizes processing of dates.
- deadline(double) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
Sets the deadline, in seconds, for all rpcs initiated by the
DatastoreService
with which this config is associated. - DeadlineExceededException - Exception in com.google.apphosting.api
-
DeadlineExceededException
is an unchecked exception thrown whenever a request has exceeded the request deadline (e.g. - DeadlineExceededException() - Constructor for exception com.google.apphosting.api.DeadlineExceededException
- DeadlineExceededException(String) - Constructor for exception com.google.apphosting.api.DeadlineExceededException
- deadlineInSeconds(Double) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
-
Sets the deadline for lease requests.
- 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 5 seconds.
- DEFAULT_DEADLINE_PROPERTY - Static variable in interface com.google.appengine.api.urlfetch.URLFetchService
-
System property for defining a global default URLFetch deadline.
- DEFAULT_DEFERRED_URL - Static variable in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
The URL the DeferredTask servlet is mapped to by default.
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class com.google.appengine.api.urlfetch.FetchOptions
- DEFAULT_ITEMS_PER_FETCH - Static variable in interface com.google.appengine.api.log.LogService
-
The number of items that each underlying RPC call will retrieve by default.
- DEFAULT_LEASE_DURATION_SEC - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Deprecated.The default lease duration value of zero means no expiration.
- DEFAULT_LIST_SUBSCRIPTIONS_MAX_RESULTS - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Deprecated.Set to the backend service default batch size.
- DEFAULT_LIST_TOPICS_MAX_RESULTS - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Deprecated.Set to the backend service default batch size.
- 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
-
Deprecated.Set to a small size of 100 to allow quick processing in a TaskQueue task.
- DEFAULT_RESULT_RELATIVE_URL - Static variable in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Deprecated.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
-
Deprecated.Uses the default task queue.
- 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.
- DeferredTaskCreationException(Throwable) - Constructor for exception com.google.appengine.api.taskqueue.DeferredTaskCreationException
- delete(BlobKey...) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Permanently deletes the specified blobs.
- delete(Key...) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- delete(Transaction, Key...) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- delete(Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- delete(Transaction, Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- 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 bykeys
. - 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(AppEngineFile...) - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.Given
AppEngineFile
s with finalized filename, permanently delete them in bulk. - 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 formillisNoReAdd
milliseconds thereafter. - delete(String...) - Method in interface com.google.appengine.api.search.Index
-
Delete documents for the given document ids from the index if they are in the index.
- delete(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
- 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)
. - deleteAsync(String...) - Method in interface com.google.appengine.api.search.Index
- deleteAsync(Iterable<String>) - Method in interface com.google.appengine.api.search.Index
- DeleteContext - Class in com.google.appengine.api.datastore
-
Concrete
CallbackContext
implementation that is specific to delete() callbacks. - DeleteException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search service failure occurred while deleting objects.
- DeleteException(OperationResult) - Constructor for exception com.google.appengine.api.search.DeleteException
-
Constructs an exception when some error occurred in the search service whilst processing a delete operation.
- DeleteException(OperationResult, List<OperationResult>) - Constructor for exception com.google.appengine.api.search.DeleteException
-
Constructs an exception when some error occurred in the search service whilst processing a delete operation.
- deleteSchema() - Method in interface com.google.appengine.api.search.Index
-
Deprecated.as of 1.7.4
- deleteSchemaAsync() - Method in interface com.google.appengine.api.search.Index
-
Deprecated.as of 1.7.4
- deleteServingUrl(BlobKey) - Method in interface com.google.appengine.api.images.ImagesService
-
Deletes a URL that was previously generated by
getServingUrl(BlobKey)
. - 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
. - deleteTaskAsync(String) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously deletes a task from this
Queue
. - deleteTaskAsync(TaskHandle) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously deletes a task from this
Queue
. - deleteTaskAsync(List<TaskHandle>) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously deletes a list of tasks from this
Queue
. - deserialize(byte[], int) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
-
Deserialize the object, according to its flags.
- deserializeDate(String) - Static method in class com.google.appengine.api.search.DateUtil
-
Converts a string containing the milliseconds since the UNIX Epoch into a Date.
- DEVAPPSERVER_PORTMAPPING_KEY - Static variable in interface com.google.appengine.api.backends.BackendService
-
Deprecated.
- 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.search
-
Represents a user generated document.
- Document.Builder - Class in com.google.appengine.api.search
-
A builder of documents.
- DOCUMENT_ID_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
-
The expression to be used if you wish to sort by document id field
Document.getId()
. - 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
- EARTH_RADIUS_METERS - Static variable in class com.google.appengine.api.datastore.GeoPt
- Email - Class in com.google.appengine.api.datastore
-
An e-mail address datatype.
- Email(String) - Constructor for class com.google.appengine.api.datastore.Email
- EmbeddedEntity - Class in com.google.appengine.api.datastore
-
A property value containing embedded entity properties (and optionally a
Key
). - EmbeddedEntity() - Constructor for class com.google.appengine.api.datastore.EmbeddedEntity
- emulatorHost(String) - Method in class com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
-
Instructs the client to connect to a locally-running Cloud Datastore Emulator and not to pass credentials.
- endCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
-
Sets the cursor at which to end the query.
- endTimeMillis(long) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the end time to a value in milliseconds.
- endTimeUsec(long) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the end time to a value in microseconds.
- Entities - Class in com.google.appengine.api.datastore
-
Utility functions and constants for entities.
- Entities() - Constructor for class com.google.appengine.api.datastore.Entities
- Entity - Class in com.google.appengine.api.datastore
-
Entity
is the fundamental unit of data storage. - Entity(String) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
with the specified kind and no parentEntity
. - Entity(String, Key) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
with the specified kind and parentEntity
. - 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 parentEntity
. - Entity(String, long) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
with the specified kind and ID and no parentEntity
. - Entity(String, String, Key) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
with the specified kind, key name, and parentEntity
. - Entity(String, long, Key) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
with the specified kind and ID and parentEntity
. - Entity(Key) - Constructor for class com.google.appengine.api.datastore.Entity
-
Create a new
Entity
uniquely identified by the providedKey
. - ENTITY_GROUP_METADATA_ID - Static variable in class com.google.appengine.api.datastore.Entities
-
ID for __entity_group__ entities.
- ENTITY_GROUP_METADATA_KIND - Static variable in class com.google.appengine.api.datastore.Entities
-
A metadata kind that can be used to get information about entity groups.
- EntityNotFoundException - Exception in com.google.appengine.api.datastore
-
EntityNotFoundException
is thrown when noEntity
with the specifiedKey
could be found. - EntityNotFoundException(Key) - Constructor for exception com.google.appengine.api.datastore.EntityNotFoundException
- EntityProtoComparator(List<Order>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
- EntityProtoComparator(List<Order>, List<Filter>) - Constructor for class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
- EntityProtoComparators - Class in com.google.appengine.api.datastore
-
Utilities for comparing
EntityProto
. - EntityProtoComparators.EntityProtoComparator - Class in com.google.appengine.api.datastore
-
A comparator for
com.google.storage.onestore.v3.OnestoreEntity.EntityProto
objects with the same ordering asEntityComparator
. - EntityTranslator - Class in com.google.appengine.api.datastore
-
EntityTranslator
contains the logic to translate anEntity
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.
- equals(Object) - Method in class com.google.appengine.api.blobstore.BlobInfo
- equals(Object) - Method in class com.google.appengine.api.blobstore.BlobKey
-
Two
BlobKey
objects are considered equal if they point to the same blobs. - equals(Object) - Method in class com.google.appengine.api.blobstore.ByteRange
-
Two
ByteRange
objects are considered equal if they have the same start and end. - equals(Object) - Method in class com.google.appengine.api.blobstore.FileInfo
- equals(Object) - Method in class com.google.appengine.api.blobstore.UploadOptions
- equals(Object) - Method in class com.google.appengine.api.datastore.Blob
-
Two
Blob
objects are considered equal if their contained bytes match exactly. - equals(Object) - Method in class com.google.appengine.api.datastore.Category
- equals(Object) - Method in class com.google.appengine.api.datastore.Cursor
- equals(Object) - Method in class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
- equals(Object) - Method in class com.google.appengine.api.datastore.Email
- equals(Object) - Method in class com.google.appengine.api.datastore.EmbeddedEntity
- equals(Object) - Method in class com.google.appengine.api.datastore.Entity
-
Two
Entity
objects are considered equal if they refer to the same entity (i.e. - equals(Object) - Method in class com.google.appengine.api.datastore.FetchOptions
- equals(Object) - Method in class com.google.appengine.api.datastore.GeoPt
- equals(Object) - Method in class com.google.appengine.api.datastore.IMHandle
- equals(Object) - Method in class com.google.appengine.api.datastore.Index
- equals(Object) - Method in class com.google.appengine.api.datastore.Index.Property
- equals(Object) - Method in class com.google.appengine.api.datastore.Key
-
Compares two
Key
objects by comparing ids, kinds, parent and appIdNamespace. - equals(Object) - Method in class com.google.appengine.api.datastore.KeyRange
- equals(Object) - Method in class com.google.appengine.api.datastore.Link
-
Two
Link
objects are considered equal if their content strings match exactly. - equals(Object) - Method in class com.google.appengine.api.datastore.PhoneNumber
- equals(Object) - Method in class com.google.appengine.api.datastore.PostalAddress
- equals(Object) - Method in class com.google.appengine.api.datastore.PropertyProjection
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
- equals(Object) - Method in class com.google.appengine.api.datastore.Query
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Circle
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.SortPredicate
- equals(Object) - Method in class com.google.appengine.api.datastore.Query.StContainsFilter
- equals(Object) - Method in class com.google.appengine.api.datastore.Rating
- equals(Object) - Method in class com.google.appengine.api.datastore.RawValue
- equals(Object) - Method in class com.google.appengine.api.datastore.ReadPolicy
- equals(Object) - Method in class com.google.appengine.api.datastore.ShortBlob
-
Two
ShortBlob
objects are considered equal if their contained bytes match exactly. - equals(Object) - Method in class com.google.appengine.api.datastore.Text
-
Two
Text
objects are considered equal if their content strings match exactly. - equals(Object) - Method in class com.google.appengine.api.datastore.TransactionOptions
- equals(Object) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- equals(Object) - Method in class com.google.appengine.api.images.ServingUrlOptions
- equals(Object) - Method in class com.google.appengine.api.log.AppLogLine
- equals(Object) - Method in class com.google.appengine.api.log.LogQuery.Version
- equals(Object) - Method in class com.google.appengine.api.log.RequestLogs
- equals(Object) - Method in class com.google.appengine.api.memcache.Expiration
- equals(Object) - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
- equals(Object) - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
Deprecated.
- equals(Object) - Method in class com.google.appengine.api.search.Document
- equals(Object) - Method in class com.google.appengine.api.search.Facet
- equals(Object) - Method in class com.google.appengine.api.search.Field
- equals(Object) - Method in class com.google.appengine.api.search.GetIndexesRequest
- equals(Object) - Method in class com.google.appengine.api.search.GetRequest
- equals(Object) - Method in class com.google.appengine.api.search.IndexSpec
- equals(Object) - Method in class com.google.appengine.api.search.OperationResult
- equals(Object) - Method in class com.google.appengine.api.search.Schema
- equals(Object) - Method in class com.google.appengine.api.taskqueue.LeaseOptions
- equals(Object) - Method in class com.google.appengine.api.taskqueue.RetryOptions
- equals(Object) - Method in class com.google.appengine.api.taskqueue.TaskHandle
- equals(Object) - Method in class com.google.appengine.api.taskqueue.TaskOptions
- equals(Object) - Method in class com.google.appengine.api.users.User
- equals(Object) - Method in class com.google.appengine.api.utils.FutureWrapper
- equals(Object) - Method in class com.google.apphosting.api.ApiProxy.ApiConfig
- Error - Class in com.google.appengine.api.xmpp
-
Deprecated.This API has been deprecated.
- Error(JID, String) - Constructor for class com.google.appengine.api.xmpp.Error
-
Deprecated.Constructor for an Error object.
- ErrorBuilder - Class in com.google.appengine.api.xmpp
-
Deprecated.This API has been deprecated.
- ErrorBuilder() - Constructor for class com.google.appengine.api.xmpp.ErrorBuilder
-
Deprecated.
- ErrorHandler - Interface in com.google.appengine.api.memcache
-
Handles errors raised by the
MemcacheService
, registered withBaseMemcacheService.setErrorHandler(ErrorHandler)
. - ErrorHandlers - Class in com.google.appengine.api.memcache
-
Static utility for getting built-in
ErrorHandler
s. - 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)
andMemcacheService.put(Object, Object, Expiration)
operations. - ExpressionTreeBuilder - Class in com.google.appengine.api.search.query
-
A generator of AST representation of an expression.
- ExpressionTreeBuilder() - Constructor for class com.google.appengine.api.search.query.ExpressionTreeBuilder
- ExpressionTreeBuilder(CommonTreeAdaptor) - Constructor for class com.google.appengine.api.search.query.ExpressionTreeBuilder
- ExtendableEntityUtil - Class in com.google.appengine.api.datastore
-
Internal class that provides utility methods for extendable entity objects.
- extractImplicitPropertiesFromPb(EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Copy all of the implicit properties present on
proto
intomap
. - extractIndexedPropertiesFromPb(EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Copy all of the indexed properties present on
proto
intomap
. - extractParams() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Attempts to decode the
payload
byte array in ouroptions
into a list ofMap.Entry<String, String>
. - extractPropertiesFromPb(EntityProto, Map<String, Object>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Copy all of the properties present on
proto
intomap
.
F
- Facet - Class in com.google.appengine.api.search
-
A
Facet
can be used to categorize aDocument
. - FACET_DEFAULT_DISCOVERY_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default value for number of discovered facets.
- FACET_MAXIMUM_CONSTRAINTS - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of facet value constraint can be requested.
- FACET_MAXIMUM_DEPTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number for facet depth option.
- FACET_MAXIMUM_DISCOVERY_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of facet discoveries that can be requested.
- FACET_MAXIMUM_RANGES - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of facet ranges can be requested.
- FACET_MAXIMUM_VALUE_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum value for facet value limit option.
- FacetChecker - Class in com.google.appengine.api.search.checkers
-
Provides checks for Facet names and values: atom or number.
- FacetOptions - Class in com.google.appengine.api.search
-
A
FacetOptions
represents facet options such as the number of facets to discover (discoveryLimit
), the number of values to be included in each discovered facet (discoveryValueLimit
), and the depth of the results to check (depth
). - FacetOptions.Builder - Class in com.google.appengine.api.search
-
Builder for
FacetOptions
. - FacetQueryChecker - Class in com.google.appengine.api.search.checkers
-
Provides checks for faceted search related query options.
- FacetRange - Class in com.google.appengine.api.search
-
A FacetRange is a range with a start (inclusive) and an end (exclusive).
- FacetRefinement - Class in com.google.appengine.api.search
-
A Facet Refinement to filter out search results based on a facet value.
- FacetRequest - Class in com.google.appengine.api.search
-
A facet request representing parameters for requesting specific facets to be returned with a query result.
- FacetRequest.Builder - Class in com.google.appengine.api.search
-
A facet request builder.
- FacetResult - Class in com.google.appengine.api.search
-
Represents a facet result computed from an extended search result set.
- FacetResult.Builder - Class in com.google.appengine.api.search
-
A builder of facet result.
- FacetResultValue - Class in com.google.appengine.api.search
-
Represents a single facet result value.
- FeatureNotEnabledException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.FeatureNotEnabledException
- FeatureNotEnabledException(String) - Constructor for exception com.google.apphosting.api.ApiProxy.FeatureNotEnabledException
- fetch(LogQuery) - Method in interface com.google.appengine.api.log.LogService
-
Retrieve logs for the current application with the constraints provided by the user as parameters to this function.
- fetch(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
. - fetchStatistics() - Method in interface com.google.appengine.api.taskqueue.Queue
-
Obtain statistics for this
Queue
. - fetchStatisticsAsync(Double) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Asynchronously obtains statistics for this
Queue
. - Field - Class in com.google.appengine.api.search
-
Represents a field of a
Document
, which is a name, an optional locale, and at most one value: text, HTML, atom, date, GeoPoint, untokenizedPrefix, tokenizedPrefix or vector. - Field.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.SearchApiLimits
-
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.
- FieldType - Enum in com.google.appengine.api.prospectivesearch
-
Deprecated.This API has been deprecated.
- FileInfo - Class in com.google.appengine.api.blobstore
-
FileInfo
contains metadata about an uploaded file. - FileInfo(String, Date, String, long, String, String) - Constructor for class com.google.appengine.api.blobstore.FileInfo
-
Creates a
FileInfo
by providing the associated metadata. - FILENAME - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
- FileReadChannel - Interface in com.google.appengine.api.files
-
Deprecated.
- FileService - Interface in com.google.appengine.api.files
-
Deprecated.This api has been deprecated in favor of the App Engine GCS client.
- FileServiceFactory - Class in com.google.appengine.api.files
-
Deprecated.This api has been deprecated in favor of the App Engine GCS client.
- FileServiceFactory() - Constructor for class com.google.appengine.api.files.FileServiceFactory
-
Deprecated.
- FileStat - Class in com.google.appengine.api.files
-
Deprecated.
- FileStat() - Constructor for class com.google.appengine.api.files.FileStat
-
Deprecated.
- FileWriteChannel - Interface in com.google.appengine.api.files
-
Deprecated.
- FilterPredicate(String, Query.FilterOperator, Object) - Constructor for class com.google.appengine.api.datastore.Query.FilterPredicate
-
Constructs a filter predicate from the given parameters.
- FinalizationException - Exception in com.google.appengine.api.files
-
Deprecated.
- 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.
- flags - Variable in class com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
- flushLogs(E) - Method in interface com.google.apphosting.api.ApiProxy.Delegate
- flushLogs() - Static method in class com.google.apphosting.api.ApiProxy
-
Synchronously flush all pending application logs.
- followRedirects() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
-
Create a
FetchOptions
that follows redirects. - followRedirects() - Method in class com.google.appengine.api.urlfetch.FetchOptions
-
Enables following of redirects.
- formatDateTime(Date) - Static method in class com.google.appengine.api.search.DateUtil
-
Formats a date according ISO 8601 full date time format.
- fromInt(int) - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
-
While the enum is convenient, the implementation wants
int
s... - fromName(String) - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
-
Deprecated.Returns the
FileSystem
with the given name. - fromPresenceResponseEnum(PresenceResponse.SHOW) - Static method in enum com.google.appengine.api.xmpp.PresenceShow
-
Deprecated.
- fromString(String) - Static method in enum com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
-
Returns the
CloudDatastoreRemoteServiceConfig.AppId.Location
for a location string. - fromTokenString(String) - Static method in class com.google.appengine.api.search.FacetRefinement
-
Converts a token string to a FacetRefinement object.
- fromWebSafeString(String) - Static method in class com.google.appengine.api.datastore.Cursor
-
Decodes the given encoded cursor
- FutureHelper - Class in com.google.appengine.api.datastore
-
Utilities for working with
Futures
in the synchronous datastore api. - FutureHelper() - Constructor for class com.google.appengine.api.datastore.FutureHelper
- FutureWrapper<K,V> - Class in com.google.appengine.api.utils
-
FutureWrapper
is a simpleFuture
that wraps a parentFuture
. - FutureWrapper(Future<K>) - Constructor for class com.google.appengine.api.utils.FutureWrapper
G
- generateXmlForIndex(Index, CompositeIndexManager.IndexSource) - Static method in class com.google.appengine.api.datastore.CompositeIndexUtils
-
Generate an xml representation of the provided
Index
. - GeoPoint - Class in com.google.appengine.api.search
-
Represents a point on the Earth's surface, in latitude and longitude coordinates.
- GeoPoint(double, double) - Constructor for class com.google.appengine.api.search.GeoPoint
-
Constructs a
GeoPoint
from a given latitude and longitude. - GeoPointChecker - Class in com.google.appengine.api.search.checkers
-
Provides checks for
GeoPoint
. - GeoPointChecker() - Constructor for class com.google.appengine.api.search.checkers.GeoPointChecker
- GeoPt - Class in com.google.appengine.api.datastore
-
A geographical point, specified by float latitude and longitude coordinates.
- GeoPt(float, float) - Constructor for class com.google.appengine.api.datastore.GeoPt
-
Constructs a
GeoPt
. - get(Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- get(Transaction, Key) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- get(Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- get(Transaction, Iterable<Key>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- 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 specifiedKey
. - 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
matchingkeys
. - 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(String) - Method in interface com.google.appengine.api.search.Index
-
Gets a
Document
for the given document Id. - 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.
- GET_INDEXES_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default number of indexes we will try to return.
- GET_INDEXES_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of indexes that can be requested to be returned in list indexes results.
- GET_INDEXES_MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum offset of the first index returned in list indexes results.
- GET_RANGE_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default number of documents requested for get range requests.
- GET_RANGE_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of documents which can be requested for get range requests.
- getAccessToken(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
- GetAccessTokenResult(String, Date) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
- getAccessTokenUncached(Iterable<String>) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
-
OAuth2 access token to act on behalf of the application, uncached.
- getActiveTransactions() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- getActiveTransactions() - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
- getAddress() - Method in class com.google.appengine.api.datastore.IMHandle
- getAddress() - Method in class com.google.appengine.api.datastore.PostalAddress
- getAdjustedOrders() - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
- getAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
- getAll(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
-
Performs a get of multiple keys at once.
- getAllowTruncate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
- getAncestor() - Method in class com.google.appengine.api.datastore.Query
-
Gets the current ancestor for this query, or null if there is no ancestor specified.
- getApiMcycles() - Method in class com.google.appengine.api.log.RequestLogs
-
Deprecated.This value is no longer meaningful.
- getApiTimeInMegaCycles() - Method in interface com.google.appengine.api.quota.QuotaService
-
Deprecated.This value is no longer meaningful.
- getApp() - Method in interface com.google.appengine.api.datastore.Transaction
- getAppEngineRelease() - Method in class com.google.appengine.api.log.RequestLogs
- getAppId() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
- getAppId() - Method in class com.google.appengine.api.datastore.Entity
-
Returns the identifier of the application that owns this
Entity
. - getAppId() - Method in class com.google.appengine.api.datastore.Key
-
Returns the appId for this
Key
. - getAppId() - Method in class com.google.appengine.api.datastore.Query
-
Returns the appId for this
Query
. - getAppId() - Method in class com.google.appengine.api.log.RequestLogs
- getAppId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the application identifier for the current application.
- getAppIdentityService() - Static method in class com.google.appengine.api.appidentity.AppIdentityServiceFactory
- getAppIdentityService() - Method in interface com.google.appengine.api.appidentity.IAppIdentityServiceFactory
- getApplicationError() - Method in exception com.google.apphosting.api.ApiProxy.ApplicationException
- getAppLogLines() - Method in class com.google.appengine.api.log.RequestLogs
- getAsyncDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
Creates an
AsyncDatastoreService
using the provided config. - getAsyncDatastoreService() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
Creates an
AsyncDatastoreService
using the default config (DatastoreServiceConfig.Builder.withDefaults()
). - getAsyncDatastoreService(DatastoreServiceConfig) - Method in interface com.google.appengine.api.datastore.IDatastoreServiceFactory
-
Creates an
AsyncDatastoreService
using the provided config. - getAsyncMemcacheService(String) - Method in interface com.google.appengine.api.memcache.IMemcacheServiceFactory
-
Similar to
IMemcacheServiceFactory.getMemcacheService(String)
but returns a handle to an asynchronous version of the cache service. - getAsyncMemcacheService() - 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.