- 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
-
Add a
Key
constructed from the provided kind and name
as the child of the
Key
most recently added to the
Builder
.
- addChild(String, long) - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
-
Add a
Key
constructed from the provided kind and id
as the child of the
Key
most recently added to the
Builder
.
- 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 given
expressionBuilder
to return in search results.
- addExpressionToReturn(FieldExpression) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
- 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
-
- addHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Adds header
to this request.
- 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
.
- 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
-
- 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
-
- 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:
"http://code.google.com/apis/storage/docs/reference-headers.html#xgoogmeta"
Each entry will be prefixed with x-goog-meta- when serving out.
- AdminDatastoreService - Class in com.google.appengine.api.datastore
-
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.
- AdminDatastoreService.EntityBuilder - Class in com.google.appengine.api.datastore
-
An
Entity
builder that pins it to the AdminUtils
appId
and
namespace
.
- AdminDatastoreService.KeyBuilder - Class in com.google.appengine.api.datastore
-
A
Key
builder that pins it to the AdminUtils
appId
and
namespace
.
- AdminDatastoreService.QueryBuilder - Class in com.google.appengine.api.datastore
-
A
Query
builder that pins it to the AdminUtils
appId
and
namespace
.
- AdminSearchServiceFactory - Class in com.google.appengine.api.search
-
Builds
SearchService
instances that are pinned to a specific application and namespace
regardless of the "current" appId provided by
ApiProxy.getCurrentEnvironment().getAppId()
and the "current" namespace provided by
NamespaceManager.get()
.
- AdminSearchServiceFactory() - Constructor for class com.google.appengine.api.search.AdminSearchServiceFactory
-
- allocateIdRange(KeyRange) - Method in interface com.google.appengine.api.datastore.DatastoreService
-
This method allocates a user-specified contiguous range of unique IDs.
- allocateIds(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(AllocateIdsRequest) - Method in class com.google.appengine.api.datastore.CloudDatastoreProxy
-
- 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
-
- 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.ApiConfig() - Constructor for class com.google.apphosting.api.ApiProxy.ApiConfig
-
- ApiProxy.ApiDeadlineExceededException - Exception in com.google.apphosting.api
-
- ApiProxy.ApiDeadlineExceededException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiDeadlineExceededException
-
- ApiProxy.ApiProxyException - Exception in com.google.apphosting.api
-
- ApiProxy.ApiProxyException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiProxyException
-
- ApiProxy.ApiProxyException(String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApiProxyException
-
- 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.ApplicationException(int) - Constructor for exception com.google.apphosting.api.ApiProxy.ApplicationException
-
- ApiProxy.ApplicationException(int, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ApplicationException
-
- ApiProxy.ArgumentException - Exception in com.google.apphosting.api
-
- ApiProxy.ArgumentException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ArgumentException
-
- ApiProxy.CallNotFoundException - Exception in com.google.apphosting.api
-
- ApiProxy.CallNotFoundException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CallNotFoundException
-
- ApiProxy.CancelledException - Exception in com.google.apphosting.api
-
- ApiProxy.CancelledException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CancelledException
-
- ApiProxy.CapabilityDisabledException - Exception in com.google.apphosting.api
-
- ApiProxy.CapabilityDisabledException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.CapabilityDisabledException
-
- 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.FeatureNotEnabledException(String, String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.FeatureNotEnabledException
-
- ApiProxy.FeatureNotEnabledException(String) - Constructor for exception com.google.apphosting.api.ApiProxy.FeatureNotEnabledException
-
- 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 a formatted string containing the
rest of the logging information (e.g.
- ApiProxy.LogRecord(ApiProxy.LogRecord.Level, long, String) - Constructor for class com.google.apphosting.api.ApiProxy.LogRecord
-
- ApiProxy.LogRecord(ApiProxy.LogRecord, String) - Constructor for class com.google.apphosting.api.ApiProxy.LogRecord
-
A partial copy constructor.
- ApiProxy.LogRecord.Level - Enum in com.google.apphosting.api
-
- ApiProxy.OverQuotaException - Exception in com.google.apphosting.api
-
- ApiProxy.OverQuotaException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.OverQuotaException
-
- ApiProxy.RequestTooLargeException - Exception in com.google.apphosting.api
-
- ApiProxy.RequestTooLargeException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.RequestTooLargeException
-
- ApiProxy.ResponseTooLargeException - Exception in com.google.apphosting.api
-
- ApiProxy.ResponseTooLargeException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.ResponseTooLargeException
-
- ApiProxy.RPCFailedException - Exception in com.google.apphosting.api
-
- ApiProxy.RPCFailedException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.RPCFailedException
-
- ApiProxy.UnknownException - Exception in com.google.apphosting.api
-
- ApiProxy.UnknownException(String, String, Throwable) - Constructor for exception com.google.apphosting.api.ApiProxy.UnknownException
-
- ApiProxy.UnknownException(String, String) - Constructor for exception com.google.apphosting.api.ApiProxy.UnknownException
-
- ApiProxy.UnknownException(String) - Constructor for exception com.google.apphosting.api.ApiProxy.UnknownException
-
- 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.
- AppIdentityService - Interface in com.google.appengine.api.appidentity
-
The AppIdentityService
allows you to sign arbitrary byte
array using per app private key maintained by App Egnine, and also
you can retrieve a list of public certificates which can be used to
verify the signature.
- AppIdentityService.GetAccessTokenResult - Class in com.google.appengine.api.appidentity
-
GetAccessTokenResult
is returned by getAccessToken.
- AppIdentityService.GetAccessTokenResult(String, Date) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
-
- 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.
- AppIdentityService.SigningResult(String, byte[]) - Constructor for class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
-
- AppIdentityServiceFactory - Class in com.google.appengine.api.appidentity
-
Creates new instances of the App identity service.
- AppIdentityServiceFailureException - Exception in com.google.appengine.api.appidentity
-
- AppIdentityServiceFailureException(String) - Constructor for exception com.google.appengine.api.appidentity.AppIdentityServiceFailureException
-
Creates an exception with the supplied message.
- applicationId - Static variable in class com.google.appengine.api.utils.SystemProperty
-
The application identifier for the current application.
- applicationVersion - Static variable in class com.google.appengine.api.utils.SystemProperty
-
The version identifier for the current application version.
- AppLogLine - Class in com.google.appengine.api.log
-
An AppLogLine contains all the information for a single application
log.
- AppLogLine() - Constructor for class com.google.appengine.api.log.AppLogLine
-
Default zero-argument constructor that creates an AppLogLine.
- applyTransform(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided transform
to the provided image
encoding the transformed image stored using PNG file format.
- applyTransform(Transform, Image, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided transform
to the provided image
encoding the transformed image stored using encoding
file
format.
- applyTransform(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided transform
to the provided image
encoding the transformed image stored using settings
.
- applyTransform(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided transform
to the provided image
encoding the transformed image stored using outputSettings
interpreting image
according to inputSettings
.
- applyTransformAsync(Transform, Image) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided transform
to the
provided image
encoding the transformed image stored using
PNG file format.
- applyTransformAsync(Transform, Image, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided transform
to the provided
image
encoding the transformed image stored using encoding
file format.
- applyTransformAsync(Transform, Image, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided transform
to the provided
image
encoding the transformed image stored using settings
.
- applyTransformAsync(Transform, Image, InputSettings, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Asynchronously applies the provided transform
to the provided
image
encoding the transformed image stored using settings
interpreting image
according to inputSettings
.
- 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).
- asIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asQueryResultIterable(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asQueryResultIterable() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asQueryResultIterator(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asQueryResultIterator() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asQueryResultList(FetchOptions) - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- asSingleEntity() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
Retrieves the one and only result for the
Query
.
- asStrictType(Class<T>) - Method in class com.google.appengine.api.datastore.RawValue
-
Returns an object of the exact type passed in.
- asType(Class<?>) - Method in class com.google.appengine.api.datastore.RawValue
-
Returns the object normally returned by the datastore if given type is passed in.
- asXml(boolean) - Method in class com.google.appengine.api.xmpp.MessageBuilder
-
- AsyncDatastoreService - Interface in com.google.appengine.api.datastore
-
- AsyncMemcacheService - Interface in com.google.appengine.api.memcache
-
- CallbackContext<T> - Interface in com.google.appengine.api.datastore
-
Describes the context in which a callback runs.
- cancel(boolean) - Method in class com.google.appengine.api.utils.FutureWrapper
-
- CapabilitiesService - Interface in com.google.appengine.api.capabilities
-
Allows applications to identify API outages and scheduled downtime.
- CapabilitiesServiceFactory - Class in com.google.appengine.api.capabilities
-
- CapabilitiesServiceFactory() - Constructor for class com.google.appengine.api.capabilities.CapabilitiesServiceFactory
-
- Capability - Class in com.google.appengine.api.capabilities
-
A capability represents a particular feature or set of features
available on the App Engine platform.
- Capability(String) - Constructor for class com.google.appengine.api.capabilities.Capability
-
Creates a new instance of a Capability.
- Capability(String, String) - Constructor for class com.google.appengine.api.capabilities.Capability
-
Creates a new instance of a Capability.
- CapabilityState - Class in com.google.appengine.api.capabilities
-
- CapabilityStatus - Enum in com.google.appengine.api.capabilities
-
- Category - Class in com.google.appengine.api.datastore
-
A tag, ie a descriptive word or phrase.
- Category(String) - Constructor for class com.google.appengine.api.datastore.Category
-
- ChannelFailureException - Exception in com.google.appengine.api.channel
-
ChannelFailureException
is an unchecked exception that is thrown
for any unexpected error that occurs while communicating with the
channel service.
- ChannelFailureException(String) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
-
- ChannelFailureException(String, Throwable) - Constructor for exception com.google.appengine.api.channel.ChannelFailureException
-
- ChannelMessage - Class in com.google.appengine.api.channel
-
Class that represents a channel message.
- ChannelMessage(String, String) - Constructor for class com.google.appengine.api.channel.ChannelMessage
-
Constructor for a channel message.
- ChannelPresence - Class in com.google.appengine.api.channel
-
Represents presence information returned by the server.
- ChannelService - Interface in com.google.appengine.api.channel
-
ChannelService
allows you to manage manage two-way connections
with clients.
- ChannelServiceFactory - Class in com.google.appengine.api.channel
-
Constructs and instance of the Channel service.
- ChannelServiceFactory() - Constructor for class com.google.appengine.api.channel.ChannelServiceFactory
-
- checkArgument(boolean, Object) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.google.appengine.api.search.checkers.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkAtom(String) - Static method in class com.google.appengine.api.search.checkers.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.
- 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.
- checkFacetValue(DocumentPb.FacetValue) - Static method in class com.google.appengine.api.search.checkers.FacetChecker
-
Checks whether a facet value 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.
- 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.
- 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(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.
- 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.
- 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.
- 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
-
- clearParams() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Clears the parameters.
- clearXG() - Method in class com.google.appengine.api.datastore.TransactionOptions
-
Return the cross-group transaction setting to default (disabled).
- clientId() - Method in class com.google.appengine.api.channel.ChannelPresence
-
- clone() - Method in class com.google.appengine.api.datastore.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.
- 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.
- CloudDatastoreProxy - Class in com.google.appengine.api.datastore
-
Redirects API calls to Google Cloud Datastore.
- CloudDatastoreProxy(Datastore) - Constructor for class com.google.appengine.api.datastore.CloudDatastoreProxy
-
- 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
-
Provides persistent storage, also accessible via
JDO
or
JPA
interfaces.
- 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(CommitRequest) - Method in class com.google.appengine.api.datastore.CloudDatastoreProxy
-
- commit() - Method in interface com.google.appengine.api.datastore.Transaction
-
Commits the transaction.
- commitAsync() - Method in interface com.google.appengine.api.datastore.Transaction
-
- 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
-
- compareTo(BlobKey) - Method in class com.google.appengine.api.blobstore.BlobKey
-
- compareTo(Category) - Method in class com.google.appengine.api.datastore.Category
-
- compareTo(DataTypeTranslator.ComparableByteArray) - Method in class com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray
-
- compareTo(Email) - Method in class com.google.appengine.api.datastore.Email
-
- compareTo(GeoPt) - Method in class com.google.appengine.api.datastore.GeoPt
-
Sort first by latitude, then by longitude
- compareTo(IMHandle) - Method in class com.google.appengine.api.datastore.IMHandle
-
Sorts first by protocol, then by address.
- compareTo(Key) - Method in class com.google.appengine.api.datastore.Key
-
Compares two Key
objects.
- compareTo(Link) - Method in class com.google.appengine.api.datastore.Link
-
- compareTo(PhoneNumber) - Method in class com.google.appengine.api.datastore.PhoneNumber
-
- compareTo(PostalAddress) - Method in class com.google.appengine.api.datastore.PostalAddress
-
- compareTo(Rating) - Method in class com.google.appengine.api.datastore.Rating
-
- compareTo(ShortBlob) - Method in class com.google.appengine.api.datastore.ShortBlob
-
- compareTo(User) - Method in class com.google.appengine.api.users.User
-
- Composite - Class in com.google.appengine.api.images
-
A Composite
represents a composition of an image onto a canvas.
- Composite() - Constructor for class com.google.appengine.api.images.Composite
-
- composite(Collection<Composite>, int, int, long) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
Collection
of
Composite
s using a
canvas with dimensions determined by
width
and
height
and background color
color
.
- composite(Collection<Composite>, int, int, long, ImagesService.OutputEncoding) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
Collection
of
Composite
s using a
canvas with dimensions determined by
width
and
height
and background color
color
.
- composite(Collection<Composite>, int, int, long, OutputSettings) - Method in interface com.google.appengine.api.images.ImagesService
-
Applies the provided
Collection
of
Composite
s using a
canvas with dimensions determined by
width
and
height
and background color
color
.
- Composite.Anchor - Enum in com.google.appengine.api.images
-
Valid anchoring positions for a compositing operation.
- 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
-
- 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
-
- ConsistentLogAndContinueErrorHandler - Class in com.google.appengine.api.memcache
-
- ConsistentLogAndContinueErrorHandler(Level) - Constructor for class com.google.appengine.api.memcache.ConsistentLogAndContinueErrorHandler
-
- 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
-
- continueQuery(ContinueQueryRequest) - Method in class com.google.appengine.api.datastore.CloudDatastoreProxy
-
- 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
-
Retrieves the number of
Entities
that currently
match this
Query
.
- countEntities() - Method in interface com.google.appengine.api.datastore.PreparedQuery
-
- 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.
- createBackgroundThread(Runnable) - Static method in class com.google.appengine.api.ThreadManager
-
Create a new Thread
that executes runnable
independent of the current request.
- createBlobInfo(Entity) - Method in class com.google.appengine.api.blobstore.BlobInfoFactory
-
- createChannel(String) - Method in interface com.google.appengine.api.channel.ChannelService
-
Creates a channel associated with the provided clientId
and returns
a token that is valid for the default amount of time (2 hours)
- createChannel(String, int) - Method in interface com.google.appengine.api.channel.ChannelService
-
Creates a channel associated with the provided clientId
and returns
a token that is valid for the specified period of time.
- 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
-
- createKeyString(Key, String, long) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
- createKeyString(String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
- createKeyString(Key, String, String) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
- createKindKey(String) - Static method in class com.google.appengine.api.datastore.Entities
-
Create a __kind__ key for kind
.
- createLoginURL(String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to display a login page to the user.
- createLoginURL(String, String) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to display a login page to the user.
- createLoginURL(String, String, String, Set<String>) - Method in interface com.google.appengine.api.users.UserService
-
Returns a URL that can be used to redirect the user to a third party
for federated login.
- 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
of kind
.
- createThreadForCurrentRequest(Runnable) - Static method in class com.google.appengine.api.ThreadManager
-
Create a new Thread
that executes runnable
for
the duration of the current request.
- createUploadUrl(String) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Create an absolute URL that can be used by a user to
asynchronously upload a large blob.
- createUploadUrl(String, 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
-
- Cursor - Class in com.google.appengine.api.search
-
Represents a cursor on the set of results found for executing a
Query
during a search on the
Index
.
- Cursor.Builder - Class in com.google.appengine.api.search
-
A builder which constructs Cursor objects.
- CursorChecker - Class in com.google.appengine.api.search.checkers
-
- CursorChecker() - Constructor for class com.google.appengine.api.search.checkers.CursorChecker
-
- 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
-
- 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 specified Key
.
- get(Transaction, Key) - Method in interface com.google.appengine.api.datastore.DatastoreService
-
- get(Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
-
Retrieves the set of
Entities
matching
keys
.
- get(Transaction, Iterable<Key>) - Method in interface com.google.appengine.api.datastore.DatastoreService
-
- 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
-
- 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.
- 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
-
- 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
-
- getAsyncMemcacheService() - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
-
- getAsyncMemcacheService(String) - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
-
- getAtom() - Method in class com.google.appengine.api.search.Field
-
- getAttachments() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the attachments of this message.
- getAttributes() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Get a Map
containing any attributes that have been set in this
Environment
.
- getAuthDomain() - Method in class com.google.appengine.api.users.User
-
- getAuthDomain() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Returns the domain used for authentication.
- getAuthorizedScopes(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
-
Return authorized scopes from input scopes.
- getBackendAddress(String) - Method in interface com.google.appengine.api.backends.BackendService
-
Deprecated.
Get the address of a specific backend in such a way that a local server is
used during development and a production server is used in production.
- getBackendAddress(String, int) - Method in interface com.google.appengine.api.backends.BackendService
-
Deprecated.
Get the address of a specific backend instance in such a way that a local
instance is used during development and a production server instance is
used in production.
- getBackendService() - Static method in class com.google.appengine.api.backends.BackendServiceFactory
-
Gets a handle to the backends API for the current running environment.
- getBackendService() - Method in interface com.google.appengine.api.backends.IBackendServiceFactory
-
Gets a handle to the backends API for the current running environment.
- getBatchSize() - Method in class com.google.appengine.api.log.LogQuery
-
- getBcc() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the recipients in the 'bcc' field of this message.
- getBlobFile(BlobKey) - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.
Given a BlobKey
, returns an instance of AppEngineFile
with
the given key.
- getBlobInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Returns the
BlobInfo
for any files that were uploaded, keyed by the
upload form "name" field.
- getBlobKey() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the
BlobKey
of the Blob this
BlobInfo
describes.
- getBlobKey(AppEngineFile) - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.
Given a
BLOBSTORE
file that has been finalized, returns the
BlobKey
for
the corresponding blob.
- getBlobKey() - Method in interface com.google.appengine.api.images.Image
-
If this image is backed by a blob, return the associated
BlobKey
.
- getBlobstoreService() - Static method in class com.google.appengine.api.blobstore.BlobstoreServiceFactory
-
Creates a BlobstoreService
.
- getBlobstoreService() - Method in interface com.google.appengine.api.blobstore.IBlobstoreServiceFactory
-
Creates a BlobstoreService
.
- getBody() - Method in class com.google.appengine.api.xmpp.Message
-
- getByteRange(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Get byte range from the request.
- getBytes() - Method in class com.google.appengine.api.datastore.Blob
-
Return the bytes stored in this Blob
.
- getBytes() - Method in class com.google.appengine.api.datastore.ShortBlob
-
Return the bytes stored in this ShortBlob
.
- getBytesReturnedForHits() - Method in interface com.google.appengine.api.memcache.Stats
-
Sum of key and value bytes in successful get() and contains().
- getCapabilitiesService() - Static method in class com.google.appengine.api.capabilities.CapabilitiesServiceFactory
-
- getCapabilitiesService() - Method in interface com.google.appengine.api.capabilities.ICapabilitiesServiceFactory
-
- getCapability() - Method in class com.google.appengine.api.capabilities.CapabilityState
-
- getCategory() - Method in class com.google.appengine.api.datastore.Category
-
- getCc() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the recipients in the 'cc' field of this message.
- getCertificateName() - Method in class com.google.appengine.api.appidentity.PublicCertificate
-
- getChannelService() - Static method in class com.google.appengine.api.channel.ChannelServiceFactory
-
Creates an implementation of the ChannelService.
- getChannelService() - Method in interface com.google.appengine.api.channel.IChannelServiceFactory
-
Creates an implementation of the ChannelService.
- getChild(String, long) - Method in class com.google.appengine.api.datastore.Key
-
Creates a new key having this
as parent and the given numeric
identifier.
- getChild(String, String) - Method in class com.google.appengine.api.datastore.Key
-
Creates a new key having this
as parent and the given name.
- getChild(int) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- getChildCount() - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- getChunkSize() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getClientId() - Method in class com.google.appengine.api.channel.ChannelMessage
-
- getClientId(String) - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the client_id from oauth2 request.
- getClientId(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the client_id from oauth2 request.
- getCode() - Method in class com.google.appengine.api.search.OperationResult
-
- getCombined() - Method in class com.google.appengine.api.log.RequestLogs
-
- getCommonReturnTypes(T) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- getComparablePropertyValue(Property) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Returns the value for the property as its comparable representation type.
- getConsistency() - Method in class com.google.appengine.api.datastore.ReadPolicy
-
- getConsistentLogAndContinue(Level) - Static method in class com.google.appengine.api.memcache.ErrorHandlers
-
- getContent() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
-
Returns the content of the request, or null if there is no
content present (e.g.
- getContentID() - Method in class com.google.appengine.api.mail.MailService.Attachment
-
- getContentType() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the MIME Content-Type provided in the HTTP header during upload of
this Blob.
- getContentType() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the MIME Content-Type provided in the HTTP header during upload of
this Blob.
- getCost() - Method in class com.google.appengine.api.log.RequestLogs
-
- getCpuTimeInMegaCycles() - Method in interface com.google.appengine.api.quota.QuotaService
-
Measures the duration that the current request has spent so far processing
the request within the App Engine sandbox.
- getCpuTimeInMegaCycles() - Method in interface com.google.apphosting.api.ApiProxy.ApiResultFuture
-
Returns the amount of CPU time consumed across any backend
servers responsible for serving this API call.
- getCreation() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the time and date the blob was upload.
- getCreation() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the time and date the blob was upload.
- getCtime() - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
This field is never set under current implementation.
- getCurrentBackend() - Method in interface com.google.appengine.api.backends.BackendService
-
Deprecated.
Get the name of the backend handling the current request.
- getCurrentElement() - Method in interface com.google.appengine.api.datastore.CallbackContext
-
- getCurrentEnvironment() - Static method in class com.google.apphosting.api.ApiProxy
-
Gets the environment associated with this thread.
- getCurrentIndex() - Method in interface com.google.appengine.api.datastore.CallbackContext
-
- getCurrentInstance() - Method in interface com.google.appengine.api.backends.BackendService
-
Deprecated.
Get the instance handling the current request.
- getCurrentInstanceId() - Method in interface com.google.appengine.api.modules.ModulesService
-
Get the id of the current instance.
- getCurrentModule() - Method in interface com.google.appengine.api.modules.ModulesService
-
Get the name of the current module.
- getCurrentRequest() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
Returns the HttpServletRequest
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
- getCurrentResponse() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
Returns the HttpServletResponse
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
- getCurrentServlet() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
Returns the HttpServlet
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
- getCurrentTransaction() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- getCurrentTransaction(Transaction) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- getCurrentTransaction() - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
-
Returns the current transaction for this thread, or throws an exception if
there is no current transaction.
- getCurrentTransaction(Transaction) - Method in interface com.google.appengine.api.datastore.BaseDatastoreService
-
Returns the current transaction for this thread, or returns the parameter
if there is no current transaction.
- getCurrentTransaction() - Method in interface com.google.appengine.api.datastore.CallbackContext
-
- getCurrentUser() - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the
User
on whose behalf the request was made.
- getCurrentUser(String) - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the
User
on whose behalf the request was made.
- getCurrentUser(String...) - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the
User
on whose behalf the request was made.
- getCurrentUser() - Method in interface com.google.appengine.api.users.UserService
-
If the user is logged in, this method will return a User
that
contains information about them.
- getCurrentVersion() - Method in interface com.google.appengine.api.modules.ModulesService
-
Get the name of the current version.
- getCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getCursor() - Method in interface com.google.appengine.api.datastore.QueryResultIterator
-
Gets a
Cursor
that points to the
Entity
immediately after
the last
Entity
that was retrieved by
Iterator.next()
.
- getCursor() - Method in interface com.google.appengine.api.datastore.QueryResultList
-
Gets a
Cursor
that points to the result immediately after
the last one in this list.
- getCursor() - Method in class com.google.appengine.api.search.QueryOptions
-
- getCursor() - Method in class com.google.appengine.api.search.Results
-
A cursor to be used to continue the search after all the results
in this search response.
- getCursor() - Method in class com.google.appengine.api.search.ScoredDocument
-
A
Cursor
to be used continuing search after this search
result.
- getData() - Method in class com.google.appengine.api.mail.MailService.Attachment
-
Gets the content of this attachment.
- getDatastoreAttributes() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
-
- getDatastoreAttributes() - Method in interface com.google.appengine.api.datastore.DatastoreService
-
Retrieves the current datastore's attributes.
- getDatastoreService(DatastoreServiceConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
Creates a DatastoreService
using the provided config.
- getDatastoreService() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
- getDatastoreService(DatastoreConfig) - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
- getDatastoreService(DatastoreServiceConfig) - Method in interface com.google.appengine.api.datastore.IDatastoreServiceFactory
-
Creates a DatastoreService
using the provided config.
- getDatastoreType() - Method in class com.google.appengine.api.datastore.DatastoreAttributes
-
Gets the datastore type.
- getDate() - Method in class com.google.appengine.api.search.Field
-
- getDeadline() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
- getDeadline() - Method in class com.google.appengine.api.search.SearchServiceConfig
-
Returns the API deadline in seconds.
- getDeadlineInSeconds() - Method in class com.google.apphosting.api.ApiProxy.ApiConfig
-
Returns the number of seconds that the API call will be allowed
to run, or null
for the default deadline.
- getDefault() - Static method in class com.google.appengine.api.memcache.ErrorHandlers
-
Returns the default error handler.
- getDefaultDatastoreConfig() - Static method in class com.google.appengine.api.datastore.DatastoreServiceFactory
-
- getDefaultGcsBucketName() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
-
Gets the default GS bucket name for the app.
- getDefaultGsBucketName() - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.
Returns a string that represents the default Google Storage bucket name
for the application.
- getDefaultQueue() - Static method in class com.google.appengine.api.taskqueue.QueueFactory
-
Returns the default QueueService
.
- getDefaultValue() - Method in class com.google.appengine.api.search.SortExpression
-
- getDefaultValueDate() - Method in class com.google.appengine.api.search.SortExpression
-
- getDefaultValueNumeric() - Method in class com.google.appengine.api.search.SortExpression
-
- getDefaultVersion(String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Returns the name of the default version for the module.
- getDelegate() - Static method in class com.google.apphosting.api.ApiProxy
-
Gets the delegate to which we will proxy requests.
- getDirection() - Method in class com.google.appengine.api.datastore.Index.Property
-
- getDirection() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
-
Gets the direction of the sort.
- getDirection() - Method in class com.google.appengine.api.search.SortExpression
-
- getDistinct() - Method in class com.google.appengine.api.datastore.Query
-
- getDocument(HttpServletRequest) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Decodes document from #match(Entity, String, String,
String, String, int, bool)
result POST request.
- getDomain() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
-
Returns the application's domain or the empty string if no domain.
- getElements() - Method in interface com.google.appengine.api.datastore.CallbackContext
-
- getEmail() - Method in class com.google.appengine.api.datastore.Email
-
- getEmail() - Method in class com.google.appengine.api.users.User
-
- getEmail() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the email address of the currently logged-in user.
- getEnd() - Method in class com.google.appengine.api.blobstore.ByteRange
-
Get end index of byte range.
- getEnd() - Method in class com.google.appengine.api.datastore.KeyRange
-
- getEndCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getEndTimeMillis() - Method in class com.google.appengine.api.log.LogQuery
-
- getEndTimeUsec() - Method in class com.google.appengine.api.log.LogQuery
-
- getEndTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
-
- getEnforcedRate() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
Returns the maximum number of tasks per second being run by this queue.
- getEnvironmentFactory() - Static method in class com.google.apphosting.api.ApiProxy
-
- getEpochPlusDays(int, int) - Static method in class com.google.appengine.api.search.DateUtil
-
Constructs a Date
set to the UNIX Epoch plus days plus milliseconds.
- getErrorDetail() - Method in exception com.google.apphosting.api.ApiProxy.ApplicationException
-
- getErrorHandler() - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
-
Fetches the current error handler.
- getErrorMessage() - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
- getEtaMillis() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns a time comparable to System.currentTimeMillis()
when
this task is scheduled for execution.
- getEtaMillis() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Returns the specified ETA for a task.
- GetException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search service failure occurred while performing
a request to get requested objects.
- GetException(String) - Constructor for exception com.google.appengine.api.search.GetException
-
Constructs an exception when some error occurred in
the search service when processing a request to get objects.
- GetException(OperationResult) - Constructor for exception com.google.appengine.api.search.GetException
-
Constructs an exception when some error occurred in
the search service when processing a request to get objects.
- getExecutedLastMinute() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
- getExipration() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
-
- getExpirationTime() - Method in class com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
-
- getExpirationTime() - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
- getExpression() - Method in class com.google.appengine.api.search.FieldExpression
-
- getExpression() - Method in class com.google.appengine.api.search.SortExpression
-
- getExpressions() - Method in class com.google.appengine.api.search.ScoredDocument
-
The list of Field which are the result of any extra expressions
requested.
- getExpressionsToReturn() - Method in class com.google.appengine.api.search.QueryOptions
-
- getFederatedIdentity() - Method in class com.google.appengine.api.users.User
-
- getFetchOptions() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Get the fetch options for this request.
- getFieldCount(String) - Method in class com.google.appengine.api.search.Document
-
Returns the number of times a field with the given name is present
in this document.
- getFieldNames() - Method in class com.google.appengine.api.search.Document
-
- getFieldNames() - Method in class com.google.appengine.api.search.Schema
-
- getFields() - Method in class com.google.appengine.api.search.Document
-
- getFields(String) - Method in class com.google.appengine.api.search.Document
-
Get an iterable of all fields with the given name.
- getFieldsToReturn() - Method in class com.google.appengine.api.search.QueryOptions
-
- getFieldsToSnippet() - Method in class com.google.appengine.api.search.QueryOptions
-
- getFieldTypes(String) - Method in class com.google.appengine.api.search.Schema
-
- getFileInfos(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Returns the
FileInfo
for any files that were uploaded, keyed by the
upload form "name" field.
- getFilename() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the file included in the Content-Disposition HTTP header during
upload of this Blob.
- getFilename() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the file included in the Content-Disposition HTTP header during
upload of this Blob.
- getFilename() - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- getFileName() - Method in class com.google.appengine.api.mail.MailService.Attachment
-
Gets the file name of this attachment.
- getFileService() - Static method in class com.google.appengine.api.files.FileServiceFactory
-
Deprecated.
- getFileService() - Method in interface com.google.appengine.api.files.IFileServiceFactory
-
Deprecated.
- getFileSystem() - Method in class com.google.appengine.api.files.AppEngineFile
-
Deprecated.
Returns the file system of the file.
- getFilter() - Method in class com.google.appengine.api.datastore.Query
-
- getFilterPredicates() - Method in class com.google.appengine.api.datastore.Query
-
- getFinalUrl() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
-
Returns the final URL the content came from if redirects were followed
automatically in the request, if different than the input URL; otherwise
this will be null.
- getFormat() - Method in interface com.google.appengine.api.images.Image
-
Gets the encoding format of the image.
- getFrom() - Method in class com.google.appengine.api.mail.BounceNotification.Details
-
- getFromJid() - Method in class com.google.appengine.api.xmpp.Error
-
- getFromJid() - Method in class com.google.appengine.api.xmpp.Message
-
- getFromJid() - Method in class com.google.appengine.api.xmpp.Presence
-
- getFromJid() - Method in class com.google.appengine.api.xmpp.Subscription
-
- getFullPath() - Method in class com.google.appengine.api.files.AppEngineFile
-
Deprecated.
Returns the full path of the file.
- getGeoPoint() - Method in class com.google.appengine.api.search.Field
-
- getGoogleAppsNamespace() - Static method in class com.google.appengine.api.NamespaceManager
-
Returns the Google Apps domain referring this request or
otherwise the empty string ("").
- getGsObjectName() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the name of the file written to Google Cloud Storage or null if the file was not
uploaded to Google Cloud Storage.
- getHeaders() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the headers of this message.
- getHeaders() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Returns an immutable List
of HTTPHeader
objects
that have been added to this request.
- getHeaders() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
-
Returns a List
of HTTP response headers that were
returned by the remote server.
- getHeadersUncombined() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
-
Returns a List
of HTTP response headers that were
returned by the remote server.
- getHeight() - Method in interface com.google.appengine.api.images.Image
-
Gets the height of the image.
- getHitCount() - Method in interface com.google.appengine.api.memcache.Stats
-
- getHost() - Method in class com.google.appengine.api.log.RequestLogs
-
- getHTML() - Method in class com.google.appengine.api.search.Field
-
- getHtmlBody() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the html body of this message.
- getHttpVersion() - Method in class com.google.appengine.api.log.RequestLogs
-
- getId() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
-
Returns the display application id.
- getId() - Method in class com.google.appengine.api.datastore.Index
-
- getId() - Method in class com.google.appengine.api.datastore.Key
-
Returns the numeric identifier of this Key
.
- getId() - Method in interface com.google.appengine.api.datastore.Transaction
-
- getId() - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
- getId() - Method in class com.google.appengine.api.search.Document
-
- getId() - Method in class com.google.appengine.api.xmpp.JID
-
- getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
-
- getIdentifiable(Object) - Method in interface com.google.appengine.api.memcache.MemcacheService
-
- getIdentifiables(Collection<T>) - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
-
- getIdentifiables(Collection<T>) - Method in interface com.google.appengine.api.memcache.MemcacheService
-
Performs a getIdentifiable for multiple keys at once.
- getIds() - Method in exception com.google.appengine.api.search.PutException
-
- getIds() - Method in class com.google.appengine.api.search.PutResponse
-
- getImageData() - Method in interface com.google.appengine.api.images.Image
-
Gets the raw imageData of the image.
- getImagesService() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates an implementation of the ImagesService.
- getImagesService() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates an implementation of the ImagesService.
- getImplicitTransactionManagementPolicy() - Method in interface com.google.appengine.api.datastore.DatastoreConfig
-
- getImplicitTransactionManagementPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
- getIncludeAppLogs() - Method in class com.google.appengine.api.log.LogQuery
-
- getIncludeIncomplete() - Method in class com.google.appengine.api.log.LogQuery
-
- getIndex(IndexSpec) - Method in interface com.google.appengine.api.search.SearchService
-
Returns an instance of
Index
corresponding to the provided
specification.
- getIndex(IndexSpec.Builder) - Method in interface com.google.appengine.api.search.SearchService
-
Returns an instance of
Index
corresponding to the
specification built from the given
builder
.
- getIndexes() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- getIndexes() - Method in interface com.google.appengine.api.datastore.AsyncDatastoreService
-
- getIndexes() - Method in interface com.google.appengine.api.datastore.DatastoreService
-
Returns the application indexes and their states.
- getIndexes(GetIndexesRequest) - Method in interface com.google.appengine.api.search.SearchService
-
Gets the indexes specified.
- getIndexes(GetIndexesRequest.Builder) - Method in interface com.google.appengine.api.search.SearchService
-
Gets the indexes specified in the request built from the builder
.
- getIndexesAsync(GetIndexesRequest) - Method in interface com.google.appengine.api.search.SearchService
-
Gets the indexes requested asynchronously.
- getIndexesAsync(GetIndexesRequest.Builder) - Method in interface com.google.appengine.api.search.SearchService
-
Gets the indexes asynchronously for those specified in the request built from
the builder
.
- GetIndexesRequest - Class in com.google.appengine.api.search
-
A request to get a range of indexes.
- GetIndexesRequest.Builder - Class in com.google.appengine.api.search
-
- GetIndexesRequestChecker - Class in com.google.appengine.api.search.checkers
-
- GetIndexesRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.GetIndexesRequestChecker
-
- getIndexList() - Method in interface com.google.appengine.api.datastore.QueryResultIterator
-
Get the indexes used to perform the query.
- getIndexList() - Method in interface com.google.appengine.api.datastore.QueryResultList
-
Get the indexes used to perform the query.
- getIndexNamePrefix() - Method in class com.google.appengine.api.search.GetIndexesRequest
-
- getInstance(String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
-
Returns an AdminUtils instance for the given appId
and the "" (empty) namespace.
- getInstance(String, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
-
Returns an AdminUtils instance for the given appId
and namespace
.
- getInstance(DatastoreServiceConfig, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
-
Returns an AdminUtils instance for the given appId
and the "" (empty) namespace.
- getInstance(DatastoreServiceConfig, String, String) - Static method in class com.google.appengine.api.datastore.AdminDatastoreService
-
Returns an AdminUtils instance for the given appId
and namespace
.
- getInstance() - Static method in class com.google.appengine.api.LifecycleManager
-
- getInstanceHostname(String, String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Returns a host name to use for the given module, version and instance.
- getInstanceKey() - Method in class com.google.appengine.api.log.RequestLogs
-
- getIp() - Method in class com.google.appengine.api.log.RequestLogs
-
- getItemCount() - Method in interface com.google.appengine.api.memcache.Stats
-
Number of entries currently "alive" in the cache.
- getKey() - Method in class com.google.appengine.api.datastore.EmbeddedEntity
-
- getKey() - Method in class com.google.appengine.api.datastore.Entity
-
Returns the Key
that represents this Entity
.
- getKey() - Method in exception com.google.appengine.api.datastore.EntityNotFoundException
-
- getKey() - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
-
- getKeyName() - Method in class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
-
- getKeyString() - Method in class com.google.appengine.api.blobstore.BlobKey
-
Returns the blob key as a String.
- getKind() - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
-
- getKind() - Method in class com.google.appengine.api.datastore.Entity
-
Returns a logical type that is associated with this Entity
.
- getKind() - Method in class com.google.appengine.api.datastore.Index
-
Get the index's kind, or the empty string ("") if it has none.
- getKind() - Method in class com.google.appengine.api.datastore.Key
-
Returns the kind of the Entity
represented by this Key
.
- getKind() - Method in class com.google.appengine.api.datastore.Query
-
Only
Entity
objects whose kind matches this value will be
returned.
- getLastGoodSequenceKey() - Method in exception com.google.appengine.api.files.KeyOrderingException
-
Deprecated.
- getLatencyUsec() - Method in class com.google.appengine.api.log.RequestLogs
-
- getLatitude() - Method in class com.google.appengine.api.datastore.GeoPt
-
- getLatitude() - Method in class com.google.appengine.api.search.GeoPoint
-
- getLength() - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- getLevel() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getLimit() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getLimit() - Method in class com.google.appengine.api.search.GetIndexesRequest
-
- getLimit() - Method in class com.google.appengine.api.search.GetRequest
-
- getLimit() - Method in class com.google.appengine.api.search.QueryOptions
-
- getLimit() - Method in class com.google.appengine.api.search.SortOptions
-
- getLocale() - Method in class com.google.appengine.api.search.Document
-
- getLocale() - Method in class com.google.appengine.api.search.Field
-
- getLogAndContinue(Level) - Static method in class com.google.appengine.api.memcache.ErrorHandlers
-
- getLogLevel() - Method in class com.google.appengine.api.log.AppLogLine
-
- getLogMessage() - Method in class com.google.appengine.api.log.AppLogLine
-
- getLogService() - Method in interface com.google.appengine.api.log.ILogServiceFactory
-
Creates a LogService
.
- getLogService() - Static method in class com.google.appengine.api.log.LogServiceFactory
-
Creates a LogService
.
- getLongitude() - Method in class com.google.appengine.api.datastore.GeoPt
-
- getLongitude() - Method in class com.google.appengine.api.search.GeoPoint
-
- getMailService() - Method in interface com.google.appengine.api.mail.IMailServiceFactory
-
- getMailService() - Static method in class com.google.appengine.api.mail.MailServiceFactory
-
- getMajorVersionIds() - Method in class com.google.appengine.api.log.LogQuery
-
- getMatchScorer() - Method in class com.google.appengine.api.search.SortOptions
-
- getMaxEntityGroupsPerRpc() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
- getMaxEtaDeltaMillis() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum time into the future that a task may be scheduled.
- getMaxTimeWithoutAccess() - Method in interface com.google.appengine.api.memcache.Stats
-
Milliseconds since last access of least-recently-used live entry.
- getMcycles() - Method in class com.google.appengine.api.log.RequestLogs
-
- getMd5Hash() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the md5Hash of this Blob.
- getMd5Hash() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the md5Hash of this Blob.
- getMemcacheService(String) - Method in interface com.google.appengine.api.memcache.IMemcacheServiceFactory
-
Gets a handle to the cache service, forcing use of specific namespace.
- getMemcacheService() - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
-
Gets a handle to the cache service.
- getMemcacheService(String) - Static method in class com.google.appengine.api.memcache.MemcacheServiceFactory
-
Gets a handle to the cache service, forcing use of specific namespace.
- getMessage() - Method in class com.google.appengine.api.channel.ChannelMessage
-
- getMessage() - Method in exception com.google.appengine.api.datastore.DatastoreNeedIndexException
-
- getMessage() - Method in class com.google.appengine.api.search.OperationResult
-
- getMessage() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getMessageType() - Method in class com.google.appengine.api.xmpp.Message
-
- getMethod() - Method in class com.google.appengine.api.log.RequestLogs
-
- getMethod() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Gets the HTTP method for this request (GET, POST, etc).
- getMillisecondsValue() - Method in class com.google.appengine.api.memcache.Expiration
-
Fetches the expiration date, in milliseconds-since-epoch.
- getMinLogLevel() - Method in class com.google.appengine.api.log.LogQuery
-
- getMissCount() - Method in interface com.google.appengine.api.memcache.Stats
-
- getMissingIndexDefinitionXml() - Method in exception com.google.appengine.api.datastore.DatastoreNeedIndexException
-
- getModuleId() - Method in class com.google.appengine.api.log.LogQuery.Version
-
Returns the moduleId.
- getModuleId() - Method in class com.google.appengine.api.log.RequestLogs
-
- getModuleId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the module identifier for the current application instance.
- getModules() - Method in interface com.google.appengine.api.modules.ModulesService
-
Get the set of modules that are available to the application.
- getModulesService() - Method in interface com.google.appengine.api.modules.IModulesServiceFactory
-
- getModulesService() - Static method in class com.google.appengine.api.modules.ModulesServiceFactory
-
Returns an implementation of
ModulesService
for the current environment.
- getMtime() - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
This field is never set under current implementation.
- getName() - Method in class com.google.appengine.api.capabilities.Capability
-
Returns the name associated with this capability.
- getName() - Method in class com.google.appengine.api.datastore.Index.Property
-
- getName() - Method in class com.google.appengine.api.datastore.Key
-
Returns the name of this Key
.
- getName() - Method in class com.google.appengine.api.datastore.Projection
-
Returns the name of the property this projection populates.
- getName() - Method in class com.google.appengine.api.datastore.PropertyProjection
-
- getName() - Method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
-
Deprecated.
Returns the name of the file system.
- getName() - Method in class com.google.appengine.api.mail.MailService.Header
-
Gets the name of this header.
- getName() - Method in class com.google.appengine.api.search.Field
-
- getName() - Method in class com.google.appengine.api.search.FieldExpression
-
- getName() - Method in interface com.google.appengine.api.search.Index
-
- getName() - Method in class com.google.appengine.api.search.IndexSpec
-
- getName() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns the name of this task.
- getName() - Method in class com.google.appengine.api.urlfetch.HTTPHeader
-
- getNamePart() - Method in class com.google.appengine.api.files.AppEngineFile
-
Deprecated.
Returns the name part of the file.
- getNamespace() - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- getNamespace() - Method in class com.google.appengine.api.datastore.Entity
-
Returns the namespace of the application/namespace that owns
this Entity
.
- getNamespace() - Method in class com.google.appengine.api.datastore.Key
-
Returns the namespace for this
Key
.
- getNamespace() - Method in class com.google.appengine.api.datastore.Query
-
Returns the namespace for this
Query
.
- getNamespace() - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
-
Method returns non-null value if the MemcacheService overrides the
default namespace in API calls.
- getNamespace() - Method in class com.google.appengine.api.search.GetIndexesRequest
-
- getNamespace() - Method in interface com.google.appengine.api.search.Index
-
- getNamespace() - Method in interface com.google.appengine.api.search.SearchService
-
Returns the namespace associated with this search service.
- getNamespace() - Method in class com.google.appengine.api.search.SearchServiceConfig
-
- getNamespaceFromNamespaceKey(Key) - Static method in class com.google.appengine.api.datastore.Entities
-
Extract the namespace name from a __namespace__ key.
- getNewValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
-
- getNickname() - Method in class com.google.appengine.api.log.RequestLogs
-
- getNickname() - Method in class com.google.appengine.api.users.User
-
Return this user's nickname.
- getNotification() - Method in class com.google.appengine.api.mail.BounceNotification
-
- getNumber() - Method in class com.google.appengine.api.datastore.PhoneNumber
-
- getNumber() - Method in class com.google.appengine.api.search.Field
-
- getNumberFound() - Method in class com.google.appengine.api.search.Results
-
The number of results found by the search.
- getNumberFoundAccuracy() - Method in class com.google.appengine.api.search.QueryOptions
-
- getNumberOfSecondsSince() - Static method in class com.google.appengine.api.search.checkers.DocumentChecker
-
- getNumberReturned() - Method in class com.google.appengine.api.search.Results
-
- getNumInstances(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Returns the number of instances that are available to the given
manual scaling module version.
- getNumTasks() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
- getOAuthConsumerKey() - Method in interface com.google.appengine.api.oauth.OAuthService
-
Returns the oauth_consumer_key OAuth parameter from the request.
- getOAuthService() - Method in interface com.google.appengine.api.oauth.IOAuthServiceFactory
-
Creates an implementation of the OAuthService.
- getOAuthService() - Static method in class com.google.appengine.api.oauth.OAuthServiceFactory
-
Creates an implementation of the OAuthService.
- getOffset() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getOffset() - Method in class com.google.appengine.api.log.LogQuery
-
- getOffset() - Method in class com.google.appengine.api.log.RequestLogs
-
- getOffset() - Method in class com.google.appengine.api.search.GetIndexesRequest
-
- getOffset() - Method in class com.google.appengine.api.search.QueryOptions
-
- getOldestEtaUsec() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
Returns a recent estimate of the eta of the oldest non-completed task in the queue.
- getOldValue() - Method in class com.google.appengine.api.memcache.MemcacheService.CasValues
-
- getOnlyField(String) - Method in class com.google.appengine.api.search.Document
-
Returns the single field with the given name.
- getOperationResult() - Method in class com.google.appengine.api.search.Results
-
- getOperationResult() - Method in exception com.google.appengine.api.search.SearchBaseException
-
- getOperator() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
-
- getOperator() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
-
Gets the operator describing how to apply the filter.
- getOptions() - Method in class com.google.appengine.api.search.Query
-
- getOrientationCorrection() - Method in class com.google.appengine.api.images.InputSettings
-
Get what action to take with respect to correcting image orientation based
on image metadata.
- getOriginal() - Method in class com.google.appengine.api.mail.BounceNotification
-
- getOutputEncoding() - Method in class com.google.appengine.api.images.OutputSettings
-
Gets the output encoding.
- getPackageName() - Method in class com.google.appengine.api.capabilities.Capability
-
Returns the package name associated with this capability.
- getParent() - Method in class com.google.appengine.api.datastore.Entity
-
Get a Key
that corresponds to this the parent Entity
of this Entity
.
- getParent() - Method in class com.google.appengine.api.datastore.Key
-
If this Key
has a parent, return a Key
that
represents it.
- getPartition() - Method in class com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
-
Returns the partition the application runs in.
- getPayload() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns binary payload data of this task.
- getPayload() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Returns the specified payload for a task.
- getPayload() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Gets the payload (such as POST body) for this request.
- getPendingTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
-
- getPosition() - Method in exception com.google.appengine.api.search.query.QueryTreeException
-
- getPrefetchSize() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getPresence(JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, look up the user's status and return it.
- getPresence(JID, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, look up the user's status and return it.
- getPresence(Iterable<JID>) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, look up the user's status and return it.
- getPresence(Iterable<JID>, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, look up the user's status and return it.
- getPresenceShow() - Method in class com.google.appengine.api.xmpp.Presence
-
- getPresenceType() - Method in class com.google.appengine.api.xmpp.Presence
-
- getProjections() - Method in class com.google.appengine.api.datastore.Query
-
Returns a mutable collection properties included in the projection for this query.
- getProperties() - Method in class com.google.appengine.api.datastore.Index
-
- getProperties() - Method in class com.google.appengine.api.datastore.PropertyContainer
-
Gets all of the properties belonging to this container.
- getProperty(String) - Method in class com.google.appengine.api.datastore.PropertyContainer
-
Gets the property with the specified name.
- getPropertyName() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
-
Gets the name of the property to be filtered on.
- getPropertyName() - Method in class com.google.appengine.api.datastore.Query.SortPredicate
-
Gets the name of the property to sort on.
- getPropertyValue(Property) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Returns the value for the property as its canonical type.
- getProspectiveSearchService() - Static method in class com.google.appengine.api.prospectivesearch.ProspectiveSearchServiceFactory
-
- getProtocol() - Method in class com.google.appengine.api.datastore.IMHandle
-
- getPublicCertificatesForApp() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
-
Retrieves a list of public certificates.
- getQuality() - Method in class com.google.appengine.api.images.OutputSettings
-
Gets the quality.
- getQuery() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
-
- getQuery() - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
- getQueryString() - Method in class com.google.appengine.api.search.Query
-
The query can be as simple as a single term ("foo"), or as complex
as a boolean expression, including field names ("title:hello OR
body:important -october").
- getQueue(String) - Method in interface com.google.appengine.api.taskqueue.IQueueFactory
-
Returns the
Queue
by name.
- getQueue(String) - Static method in class com.google.appengine.api.taskqueue.QueueFactory
-
Returns the
Queue
by name.
- getQueueName() - Method in interface com.google.appengine.api.taskqueue.Queue
-
Returns the queue name.
- getQueueName() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
- getQueueName() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns the name of the queue that this task was submitted into.
- getQuotaService() - Method in interface com.google.appengine.api.quota.IQuotaServiceFactory
-
Gets a handle to the quota service.
- getQuotaService() - Static method in class com.google.appengine.api.quota.QuotaServiceFactory
-
Gets a handle to the quota service.
- getRange(GetRequest) - Method in interface com.google.appengine.api.search.Index
-
Get an index's documents, in document Id order.
- getRange(GetRequest.Builder) - Method in interface com.google.appengine.api.search.Index
-
- getRangeAsync(GetRequest) - Method in interface com.google.appengine.api.search.Index
-
- getRangeAsync(GetRequest.Builder) - Method in interface com.google.appengine.api.search.Index
-
- getRank() - Method in class com.google.appengine.api.search.Document
-
Returns the rank of this document.
- getRating() - Method in class com.google.appengine.api.datastore.Rating
-
- getRawMessage() - Method in class com.google.appengine.api.mail.BounceNotification
-
- getReadPolicy() - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
- getRecipientJids() - Method in class com.google.appengine.api.xmpp.Message
-
- getReferrer() - Method in class com.google.appengine.api.log.RequestLogs
-
- getRemainingMillis() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the remaining number of milliseconds left before this request receives a
DeadlineExceededException from App Engine.
- getRemainingShutdownTime() - Method in class com.google.appengine.api.LifecycleManager
-
If the runtime is shutting down, returns how long, in
milliseconds, is left for shutdown code to clean up.
- getReplicaIndex() - Method in class com.google.appengine.api.log.RequestLogs
-
- getReplyTo() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the reply to field of this message.
- GetRequest - Class in com.google.appengine.api.search
-
A request to list objects in an index.
- GetRequest.Builder - Class in com.google.appengine.api.search
-
- GetRequestChecker - Class in com.google.appengine.api.search.checkers
-
- GetRequestChecker() - Constructor for class com.google.appengine.api.search.checkers.GetRequestChecker
-
- getRequestId() - Method in class com.google.appengine.api.log.RequestLogs
-
- getRequestIds() - Method in class com.google.appengine.api.log.LogQuery
-
- getRequestNamespace() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Deprecated.
Use NamespaceManager
.getGoogleAppsNamespace()
- getRequestsInFlight() - Method in class com.google.appengine.api.taskqueue.QueueStatistics
-
The number of requests that the queue has sent but not yet received a
reply for.
- getRequestThreads(E) - Method in interface com.google.apphosting.api.ApiProxy.Delegate
-
Returns a list of all threads which are currently running requests.
- getRequestThreads() - Static method in class com.google.apphosting.api.ApiProxy
-
Returns a list of all threads which are currently running requests.
- getResource() - Method in class com.google.appengine.api.log.RequestLogs
-
- GetResponse<T> - Class in com.google.appengine.api.search
-
- getResponseCode() - Method in class com.google.appengine.api.urlfetch.HTTPResponse
-
Returns the HTTP response code from the request (e.g.
- getResponseSize() - Method in class com.google.appengine.api.log.RequestLogs
-
- getResults() - Method in exception com.google.appengine.api.search.DeleteException
-
- getResults() - Method in class com.google.appengine.api.search.GetResponse
-
- getResults() - Method in exception com.google.appengine.api.search.PutException
-
- getResults() - Method in class com.google.appengine.api.search.PutResponse
-
- getResults() - Method in class com.google.appengine.api.search.Results
-
- getRetryCount() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns number of leases that had been performed on this task.
- getReturnTypes() - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- getScheduledDate() - Method in class com.google.appengine.api.capabilities.CapabilityState
-
Returns the schedule date of maintenance for this activity.
- getSchema() - Method in interface com.google.appengine.api.search.Index
-
- getSearchService(String, SearchServiceConfig) - Method in class com.google.appengine.api.search.AdminSearchServiceFactory
-
Returns a
SearchService
that is pinned to a specific application and namespace.
- getSearchService(String) - Method in interface com.google.appengine.api.search.ISearchServiceFactory
-
- getSearchService(SearchServiceConfig) - Method in interface com.google.appengine.api.search.ISearchServiceFactory
-
- getSearchService(String) - Static method in class com.google.appengine.api.search.SearchServiceFactory
-
- getSearchService(SearchServiceConfig) - Static method in class com.google.appengine.api.search.SearchServiceFactory
-
- getSearchService() - Static method in class com.google.appengine.api.search.SearchServiceFactory
-
- getSecondsValue() - Method in class com.google.appengine.api.memcache.Expiration
-
Fetches the expiration date, in seconds-since-epoch.
- getSender() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the sender of this message.
- getServiceAccountName() - Method in interface com.google.appengine.api.appidentity.AppIdentityService
-
Gets service account name of the app.
- getServingUrl(BlobKey) - Method in interface com.google.appengine.api.images.ImagesService
-
- getServingUrl(BlobKey, boolean) - Method in interface com.google.appengine.api.images.ImagesService
-
- getServingUrl(BlobKey, int, boolean) - Method in interface com.google.appengine.api.images.ImagesService
-
- getServingUrl(BlobKey, int, boolean, boolean) - Method in interface com.google.appengine.api.images.ImagesService
-
- getServingUrl(ServingUrlOptions) - Method in interface com.google.appengine.api.images.ImagesService
-
Obtains a URL that can dynamically serve the image stored as a blob.
- getSignature() - Method in class com.google.appengine.api.appidentity.AppIdentityService.SigningResult
-
- getSize() - Method in class com.google.appengine.api.blobstore.BlobInfo
-
Returns the size in bytes of this Blob.
- getSize() - Method in class com.google.appengine.api.blobstore.FileInfo
-
Returns the size in bytes of this Blob.
- getSize() - Method in class com.google.appengine.api.datastore.KeyRange
-
- getSortExpressions() - Method in class com.google.appengine.api.search.SortOptions
-
- getSortOptions() - Method in class com.google.appengine.api.search.QueryOptions
-
- getSortPredicates() - Method in class com.google.appengine.api.datastore.Query
-
Returns a mutable list of the current sort predicates.
- getSortScores() - Method in class com.google.appengine.api.search.ScoredDocument
-
The list of scores assigned during sort evaluation.
- getStanza() - Method in class com.google.appengine.api.xmpp.Error
-
- getStanza() - Method in class com.google.appengine.api.xmpp.Message
-
This returns the entire XML message stanza for incoming XMPP
messages.
- getStanza() - Method in class com.google.appengine.api.xmpp.Presence
-
- getStanza() - Method in class com.google.appengine.api.xmpp.Subscription
-
- getStart() - Method in class com.google.appengine.api.blobstore.ByteRange
-
Get start index of byte range.
- getStart() - Method in class com.google.appengine.api.datastore.KeyRange
-
- getStartCursor() - Method in class com.google.appengine.api.datastore.FetchOptions
-
- getStartId() - Method in class com.google.appengine.api.search.GetRequest
-
- getStartIndexName() - Method in class com.google.appengine.api.search.GetIndexesRequest
-
- getStartTimeMillis() - Method in class com.google.appengine.api.log.LogQuery
-
- getStartTimeUsec() - Method in class com.google.appengine.api.log.LogQuery
-
- getStartTimeUsec() - Method in class com.google.appengine.api.log.RequestLogs
-
- getState() - Method in class com.google.appengine.api.prospectivesearch.Subscription
-
- getStatistics() - Method in interface com.google.appengine.api.memcache.AsyncMemcacheService
-
- getStatistics() - Method in interface com.google.appengine.api.memcache.MemcacheService
-
Fetches some statistics about the cache and its usage.
- getStatus(Capability) - Method in interface com.google.appengine.api.capabilities.CapabilitiesService
-
Returns the status of a capability.
- getStatus() - Method in class com.google.appengine.api.capabilities.CapabilityState
-
Returns the status of the capability.
- getStatus() - Method in class com.google.appengine.api.log.RequestLogs
-
- getStatus() - Method in class com.google.appengine.api.xmpp.Presence
-
- getStatusMap() - Method in class com.google.appengine.api.xmpp.SendResponse
-
- getStorageLimit() - Method in interface com.google.appengine.api.search.Index
-
- getStorageUsage() - Method in interface com.google.appengine.api.search.Index
-
- getStrict() - Static method in class com.google.appengine.api.memcache.ErrorHandlers
-
- getString() - Method in class com.google.appengine.api.datastore.KeyFactory.Builder
-
- getSubFilters() - Method in class com.google.appengine.api.datastore.Query.CompositeFilter
-
- getSubId() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
-
- getSubject() - Method in class com.google.appengine.api.mail.BounceNotification.Details
-
- getSubject() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the subject of this message.
- getSubscription(String, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
- getSubscriptionType() - Method in class com.google.appengine.api.xmpp.Subscription
-
- getSupportedTypes() - Static method in class com.google.appengine.api.datastore.DataTypeUtils
-
Returns an unmodifiable Set
of supported Class
objects.
- getTag() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns tag of this task.
- getTag() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Returns the tag for a task.
- getTagAsBytes() - Method in class com.google.appengine.api.taskqueue.TaskHandle
-
Returns tag of this task.
- getTagAsBytes() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Returns the tag for a task.
- getTaskName() - Method in class com.google.appengine.api.log.RequestLogs
-
- getTaskNames() - Method in exception com.google.appengine.api.taskqueue.TaskAlreadyExistsException
-
Returns a list of the names of the tasks that already exist, in the same order as they were
given in the call to add().
- getTaskQueueName() - Method in class com.google.appengine.api.log.RequestLogs
-
- getText() - Method in class com.google.appengine.api.mail.BounceNotification.Details
-
- getText() - Method in class com.google.appengine.api.search.Field
-
- getText() - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- getTextBody() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the text body of this message.
- getTimestamp() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
Returns the timestamp of the log message, in microseconds.
- getTimeUsec() - Method in class com.google.appengine.api.log.AppLogLine
-
- getTo() - Method in class com.google.appengine.api.mail.BounceNotification.Details
-
- getTo() - Method in class com.google.appengine.api.mail.MailService.Message
-
Gets the recipients in the 'to' field of this message.
- getToJid() - Method in class com.google.appengine.api.xmpp.Presence
-
- getToJid() - Method in class com.google.appengine.api.xmpp.Subscription
-
- getTopic() - Method in exception com.google.appengine.api.prospectivesearch.QuerySyntaxException
-
- getTotalItemBytes() - Method in interface com.google.appengine.api.memcache.Stats
-
Sum of key and value sizes for all live entries currently in cache.
- getType() - Method in class com.google.appengine.api.datastore.PropertyProjection
-
Returns the type specified for this projection.
- getType() - Method in class com.google.appengine.api.search.Field
-
- getTypeRank(Class<? extends Comparable>) - Static method in class com.google.appengine.api.datastore.DataTypeTranslator
-
Get the rank of the given datastore type relative to other datastore
types.
- getUploadedBlobs(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
- getUploads(HttpServletRequest) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Returns the
BlobKey
for any files that were uploaded, keyed by the
upload form "name" field.
- getUrl() - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
- getURL() - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Gets the URL for this request.
- getURLFetchService() - Method in interface com.google.appengine.api.urlfetch.IURLFetchServiceFactory
-
Obtain a URLFetchService instance.
- getURLFetchService() - Static method in class com.google.appengine.api.urlfetch.URLFetchServiceFactory
-
- getUrlMapEntry() - Method in class com.google.appengine.api.log.RequestLogs
-
- getUserAgent() - Method in class com.google.appengine.api.log.RequestLogs
-
- getUserId() - Method in class com.google.appengine.api.users.User
-
Returns an opaque string that uniquely identifies the user
represented by this User
object.
- getUserService() - Method in interface com.google.appengine.api.users.IUserServiceFactory
-
Creates an implementation of the UserService.
- getUserService() - Static method in class com.google.appengine.api.users.UserServiceFactory
-
Creates an implementation of the UserService.
- getValue() - Method in class com.google.appengine.api.datastore.Link
-
Returns the value of this Link
.
- getValue() - Method in class com.google.appengine.api.datastore.Query.FilterPredicate
-
Gets the argument to the filter operator.
- getValue() - Method in class com.google.appengine.api.datastore.RawValue
-
Returns the raw value.
- getValue() - Method in class com.google.appengine.api.datastore.Text
-
Return the value of this Text
.
- getValue() - Method in class com.google.appengine.api.files.Crc32c
-
Deprecated.
Returns the value of the checksum.
- getValue() - Method in class com.google.appengine.api.mail.MailService.Header
-
Gets the value of this header.
- getValue() - Method in interface com.google.appengine.api.memcache.MemcacheService.IdentifiableValue
-
- getValue() - Method in class com.google.appengine.api.urlfetch.HTTPHeader
-
- getVersionHostname(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Returns a host name to use for the given module and version.
- getVersionId() - Method in class com.google.appengine.api.log.LogQuery.Version
-
Returns the version id.
- getVersionId() - Method in class com.google.appengine.api.log.RequestLogs
-
- getVersionId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the version identifier for the current application version.
- getVersionProperty(Entity) - Static method in class com.google.appengine.api.datastore.Entities
-
Get the value of the __version__ property from entity
.
- getVersions() - Method in class com.google.appengine.api.log.LogQuery
-
- getVersions(String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Returns the set of versions that are available to the given module.
- getWallclockTimeInMillis() - Method in interface com.google.apphosting.api.ApiProxy.ApiResultFuture
-
Returns the amount of wallclock time, measured in milliseconds,
that this API call took to complete, as measured from the
client side.
- getWidth() - Method in interface com.google.appengine.api.images.Image
-
Gets the width of the image.
- getX509CertificateInPemFormat() - Method in class com.google.appengine.api.appidentity.PublicCertificate
-
- getXMPPService() - Method in interface com.google.appengine.api.xmpp.IXMPPServiceFactory
-
- getXMPPService() - Static method in class com.google.appengine.api.xmpp.XMPPServiceFactory
-
- googleStorageBucketName(String) - Method in class com.google.appengine.api.blobstore.UploadOptions
-
- googleStorageFileName(String) - Method in class com.google.appengine.api.images.ServingUrlOptions
-
- groupByTag() - Method in class com.google.appengine.api.taskqueue.LeaseOptions
-
Indicates that all tasks being leased must have the same tag.
- GS_USER_METADATA_PREFIX - Static variable in class com.google.appengine.api.files.GSFileOptions
-
Deprecated.
- GSFileOptions - Class in com.google.appengine.api.files
-
Deprecated.
- GSFileOptions.GSFileOptionsBuilder - Class in com.google.appengine.api.files
-
Deprecated.
A builder of GSFileOptions.
- GSFileOptions.GSFileOptionsBuilder() - Constructor for class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
- MAIL - Static variable in class com.google.appengine.api.capabilities.Capability
-
Availability of theMailService.
- MailService - Interface in com.google.appengine.api.mail
-
The MailService
provides a way for user code to send emails
to arbitrary destinations.
- MailService.Attachment - Class in com.google.appengine.api.mail
-
- MailService.Attachment(String, byte[]) - Constructor for class com.google.appengine.api.mail.MailService.Attachment
-
Attachments are an optional part of messages, but if present, all
information about them must be provided.
- MailService.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.
- MailService.Header - Class in com.google.appengine.api.mail
-
- MailService.Header(String, String) - Constructor for class com.google.appengine.api.mail.MailService.Header
-
Headers are an optional part of messages, but if present, all
information about them must be provided.
- MailService.Message - Class in com.google.appengine.api.mail
-
Messages are prepared by the caller, and then submitted to the Mail service
for sending.
- MailService.Message() - Constructor for class com.google.appengine.api.mail.MailService.Message
-
- MailService.Message(String, String, String, String) - Constructor for class com.google.appengine.api.mail.MailService.Message
-
Convenience constructor for simple messages
- MailServiceFactory - Class in com.google.appengine.api.mail
-
- MailServiceFactory() - Constructor for class com.google.appengine.api.mail.MailServiceFactory
-
- majorVersionIds(List<String>) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the major version identifiers to query.
- makeAsyncCall(E, String, String, byte[], ApiProxy.ApiConfig) - Method in interface com.google.apphosting.api.ApiProxy.Delegate
-
Make an asynchronous call to the specified method in the specified API package.
- makeAsyncCall(String, String, byte[]) - Static method in class com.google.apphosting.api.ApiProxy
-
- makeAsyncCall(String, String, byte[], ApiProxy.ApiConfig) - Static method in class com.google.apphosting.api.ApiProxy
-
Make an asynchronous call to the specified method in the
specified API package.
- makeComposite(Image, int, int, float, Composite.Anchor) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates an image composition operation.
- makeComposite(Image, int, int, float, Composite.Anchor) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates an image composition operation.
- makeCompositeTransform(Collection<Transform>) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a composite transform that can represent multiple transforms
applied in series.
- makeCompositeTransform() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a composite transform that can represent multiple transforms
applied in series.
- makeCompositeTransform(Collection<Transform>) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a composite transform that can represent multiple transforms
applied in series.
- makeCompositeTransform() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a composite transform that can represent multiple transforms
applied in series.
- makeCrop(float, float, float, float) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will crop an image to fit within the bounding
box specified.
- makeCrop(double, double, double, double) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will crop an image to fit within the bounding
box specified.
- makeCrop(float, float, float, float) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will crop an image to fit within the bounding
box specified.
- makeCrop(double, double, double, double) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will crop an image to fit within the bounding
box specified.
- makeHorizontalFlip() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will horizontally flip an image.
- makeHorizontalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will horizontally flip an image.
- makeImage(byte[]) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates an image from the provided imageData
.
- makeImage(byte[]) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates an image from the provided imageData
.
- makeImageFromBlob(BlobKey) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Create an image backed by the specified blobKey
.
- makeImageFromBlob(BlobKey) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Create an image backed by the specified blobKey
.
- makeImageFromFilename(String) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Create an image backed by the specified filename
.
- makeImageFromFilename(String) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Create an image backed by the specified filename
.
- makeImFeelingLucky() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that automatically adjust contrast and color levels.
- makeImFeelingLucky() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that automatically adjust contrast and color levels.
- makePbKey(Object) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
-
Converts the user's key Object into a byte[] for the MemcacheGetRequest.
- makeResize(int, int) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will resize an image to fit within a box with
width width
and height height
.
- makeResize(int, int, boolean) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a resize transform that will resize an image to fit within a box
of width width
and height height
.
- makeResize(int, int, float, float) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will resize an image to exactly fit a box with
width width
and height height
by resizing to the less
constraining dimension and cropping the other.
- makeResize(int, int, double, double) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will resize an image to exactly fit a box with
width width
and height height
by resizing to the less
constraining dimension and cropping the other.
- makeResize(int, int) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will resize an image to fit within a box with
width width
and height height
.
- makeResize(int, int, boolean) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a resize transform that will resize an image to fit within a box
of width width
and height height
.
- makeResize(int, int, float, float) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will resize an image to exactly fit a box with
width width
and height height
by resizing to the less
constraining dimension and cropping the other.
- makeResize(int, int, double, double) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will resize an image to exactly fit a box with
width width
and height height
by resizing to the less
constraining dimension and cropping the other.
- makeRotate(int) - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that rotates an image by degrees
degrees
clockwise.
- makeRotate(int) - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that rotates an image by degrees
degrees
clockwise.
- makeSyncCall(E, String, String, byte[]) - Method in interface com.google.apphosting.api.ApiProxy.Delegate
-
Make a synchronous call to the specified method in the specified
API package.
- makeSyncCall(String, String, byte[]) - Static method in class com.google.apphosting.api.ApiProxy
-
- makeSyncCall(String, String, byte[], ApiProxy.ApiConfig) - Static method in class com.google.apphosting.api.ApiProxy
-
Make a synchronous call to the specified method in the specified
API package.
- makeVerticalFlip() - Method in interface com.google.appengine.api.images.IImagesServiceFactory
-
Creates a transform that will vertically flip an image.
- makeVerticalFlip() - Static method in class com.google.appengine.api.images.ImagesServiceFactory
-
Creates a transform that will vertically flip an image.
- mark(int) - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
-
- markForRetry() - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
Request a retry of this task, even if an exception was not thrown.
- markSupported() - Method in class com.google.appengine.api.blobstore.BlobstoreInputStream
-
- match(Entity, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Equivalent to:
- match(Entity, String, String) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
Equivalent to:
- match(Entity, String, String, String, String, int, boolean) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
The match call is used to present a document for matching against
all registered subscriptions of the same topic.
- matches(OnestoreEntity.EntityProto) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
-
- matches(OnestoreEntity.Property) - Method in class com.google.appengine.api.datastore.EntityProtoComparators.EntityProtoComparator
-
- MatchScorer - Class in com.google.appengine.api.search
-
Assigns a document score based on term frequency.
- MatchScorer.Builder - Class in com.google.appengine.api.search
-
- MAX_BLOB_FETCH_SIZE - Static variable in interface com.google.appengine.api.blobstore.BlobstoreService
-
- MAX_COMPOSITES_PER_REQUEST - Static variable in interface com.google.appengine.api.images.ImagesService
-
- MAX_LINK_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
-
- MAX_RESIZE_DIMENSIONS - Static variable in interface com.google.appengine.api.images.ImagesService
-
- MAX_SHORT_BLOB_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
-
This is the maximum number of bytes that a ShortBlob
property
can contain.
- MAX_STRING_PROPERTY_LENGTH - Static variable in class com.google.appengine.api.datastore.DataTypeUtils
-
This is the maximum number of characters that a string property
can contain.
- MAX_TRANSFORMS_PER_REQUEST - Static variable in interface com.google.appengine.api.images.ImagesService
-
- MAX_VALUE - Static variable in class com.google.appengine.api.datastore.Rating
-
The maximum legal value for a rating.
- maxBackoffSeconds(double) - Method in class com.google.appengine.api.taskqueue.RetryOptions
-
Sets the maximum retry backoff interval, in seconds.
- maxDoublings(int) - Method in class com.google.appengine.api.taskqueue.RetryOptions
-
Sets the maximum times the retry backoff interval should double before
rising linearly to the maximum.
- maxEntityGroupsPerRpc(int) - Method in class com.google.appengine.api.datastore.DatastoreServiceConfig
-
Sets the maximum number of entity groups that can be represented in a
single rpc.
- MAXIMUM_ATOM_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of an atom in bytes (500).
- MAXIMUM_CURSOR_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a cursor.
- MAXIMUM_DATE_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum date that can be stored in a date field.
- MAXIMUM_DOCUMENT_ID_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a document id.
- MAXIMUM_DOCUMENT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a document.
- MAXIMUM_INDEX_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length for an index name.
- MAXIMUM_NAME_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a field or facet name in bytes (500).
- MAXIMUM_NEGATIVE_LATITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum negative degrees for latitude.
- MAXIMUM_NEGATIVE_LONGITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum negative degrees for longitude.
- MAXIMUM_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum value that can be stored in a number field (2.147483647E9).
- MAXIMUM_POSITIVE_LATITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum positive degrees for latitude.
- MAXIMUM_POSITIVE_LONGITUDE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum positive degrees for longitude.
- MAXIMUM_QUERY_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a query string.
- MAXIMUM_TEXT_LENGTH - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum length of a text or HTML in bytes (1048576).
- maxLease(TimeUnit) - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum length of period to lease a task.
- maxLeaseCount() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum number of tasks to lease in one call.
- maxPullTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum pull task size.
- maxPushTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum push task size.
- maxQueueNameLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum length of a queue name.
- maxTaskNameLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum length of a task name.
- maxTaskSizeBytes() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
- maxTasksPerAdd() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum number of tasks that may be passed to a single add
call.
- maxTaskTagLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum length of a task tag.
- maxUploadSizeBytes(long) - Method in class com.google.appengine.api.blobstore.UploadOptions
-
Sets the maximum size in bytes that for the total upload.
- maxUploadSizeBytesPerBlob(long) - Method in class com.google.appengine.api.blobstore.UploadOptions
-
Sets the maximum size in bytes for any one blob in the upload.
- maxUrlLength() - Static method in class com.google.appengine.api.taskqueue.QueueConstants
-
Returns the maximum URL length.
- MD5_HASH - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
-
- MEMCACHE - Static variable in class com.google.appengine.api.capabilities.Capability
-
Availability ofMemcacheService.
- MemcacheSerialization - Class in com.google.appengine.api.memcache
-
Static serialization helpers shared by MemcacheServiceImpl
and
com.google.appengine.api.memcache.dev.LocalMemcacheService
.
- MemcacheSerialization.Flag - Enum in com.google.appengine.api.memcache
-
Values used as flags on the MemcacheService's values.
- MemcacheSerialization.ValueAndFlags - Class in com.google.appengine.api.memcache
-
Tuple of a serialized byte array value and associated flags to interpret
that value.
- MemcacheService - Interface in com.google.appengine.api.memcache
-
The Java API for the App Engine Memcache service.
- MemcacheService.CasValues - Class in com.google.appengine.api.memcache
-
A holder for compare and set values.
- MemcacheService.CasValues(MemcacheService.IdentifiableValue, Object) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
-
- MemcacheService.CasValues(MemcacheService.IdentifiableValue, Object, Expiration) - Constructor for class com.google.appengine.api.memcache.MemcacheService.CasValues
-
- MemcacheService.IdentifiableValue - Interface in com.google.appengine.api.memcache
-
- MemcacheService.SetPolicy - Enum in com.google.appengine.api.memcache
-
- MemcacheServiceException - Exception in com.google.appengine.api.memcache
-
An exception for backend non-availability or similar error states which
may occur, but are not necessarily indicative of a coding or usage error
by the application.
- MemcacheServiceException(String, Throwable) - Constructor for exception com.google.appengine.api.memcache.MemcacheServiceException
-
- MemcacheServiceException(String) - Constructor for exception com.google.appengine.api.memcache.MemcacheServiceException
-
- MemcacheServiceFactory - Class in com.google.appengine.api.memcache
-
The factory by which users acquire a handle to the MemcacheService.
- Message - Class in com.google.appengine.api.xmpp
-
Class that represents an XMPP message.
- MessageBuilder - Class in com.google.appengine.api.xmpp
-
Builder used to generate
Message
instances to represent
incoming or outgoing XMPP messages.
- MessageBuilder() - Constructor for class com.google.appengine.api.xmpp.MessageBuilder
-
- MessageType - Enum in com.google.appengine.api.xmpp
-
Types of XMPP messages.
- method(TaskOptions.Method) - Method in class com.google.appengine.api.taskqueue.TaskOptions
-
Set the method used for this task.
- MILLISECONDS_IN_DAY - Static variable in class com.google.appengine.api.search.DateUtil
-
The milliseconds in a day.
- MIN_VALUE - Static variable in class com.google.appengine.api.datastore.Rating
-
The minimum legal value for a rating.
- minBackoffSeconds(double) - Method in class com.google.appengine.api.taskqueue.RetryOptions
-
Sets the minimum retry backoff interval, in seconds.
- MINIMUM_DATE_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The minimum date that can be stored in a date field.
- MINIMUM_NUMBER_VALUE - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The minimum value that can be stored in a number field (-2.147483647E9).
- minimumCompositeIndexesForQuery(Query, Collection<Index>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- minimumCompositeIndexForQuery(Query, Collection<Index>) - Method in class com.google.appengine.api.datastore.AdminDatastoreService
-
- minLogLevel(LogService.LogLevel) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the minimum log level.
- modifyTaskLease(TaskHandle, long, TimeUnit) - Method in interface com.google.appengine.api.taskqueue.Queue
-
Modify the lease of the specified task in this
Queue
for a period of time specified
by
lease
and
unit
.
- ModulesException - Exception in com.google.appengine.api.modules
-
- ModulesService - Interface in com.google.appengine.api.modules
-
ModulesService allows the application to fetch information about its
own module and version information.
- ModulesServiceFactory - Class in com.google.appengine.api.modules
-
- MULTI_TYPE_COMPARATOR - Static variable in class com.google.appengine.api.datastore.EntityProtoComparators
-
- multipleEntityGroups(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
-
Deprecated.
- SCATTER_RESERVED_PROPERTY - Static variable in class com.google.appengine.api.datastore.Entity
-
A reserved property name used to refer to the scatter property of the
entity.
- Schema - Class in com.google.appengine.api.search
-
Contains information about the kinds of document
Fields
which are supported by the
Index
.
- Schema.Builder - Class in com.google.appengine.api.search
-
A builder which constructs Schema objects.
- SCORE_FIELD_NAME - Static variable in class com.google.appengine.api.search.SortExpression
-
The expression to be used if you wish to sort by document score.
- ScoredDocument - Class in com.google.appengine.api.search
-
Represents a document which may have been scored, possibly
some computed expression fields, and a cursor to continue
the search from.
- ScoredDocument.Builder - Class in com.google.appengine.api.search
-
A builder of scored documents.
- search(String) - Method in interface com.google.appengine.api.search.Index
-
Search the index for documents matching the query string.
- search(Query) - Method in interface com.google.appengine.api.search.Index
-
Search the index for documents matching the query.
- SEARCH_DEFAULT_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default limit on the number of documents to return in results.
- SEARCH_DEFAULT_NUMBER_FOUND_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default found count accuracy is the limit.
- SEARCH_DEFAULT_SORTED_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The default number of documents to score.
- SEARCH_MAXIMUM_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of documents that can be requested
to be returned in search results.
- SEARCH_MAXIMUM_NUMBER_FOUND_ACCURACY - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number found accuracy that can be requested.
- SEARCH_MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of names of fields to return in results.
- SEARCH_MAXIMUM_OFFSET - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum offset into all search results to return results from.
- SEARCH_MAXIMUM_SORTED_LIMIT - Static variable in class com.google.appengine.api.search.checkers.SearchApiLimits
-
The maximum number of documents that can be requested to be scored.
- SearchApiLimits - Class in com.google.appengine.api.search.checkers
-
Contains limits on field values, document sizes, and other properties of objects in the Search
API.
- searchAsync(String) - Method in interface com.google.appengine.api.search.Index
-
- searchAsync(Query) - Method in interface com.google.appengine.api.search.Index
-
- SearchBaseException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search service failure occurred.
- SearchBaseException(OperationResult) - Constructor for exception com.google.appengine.api.search.SearchBaseException
-
Constructs an exception when some error occurred in
the search service.
- SearchException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search service failure occurred while performing
a search request.
- SearchException(String) - Constructor for exception com.google.appengine.api.search.SearchException
-
Constructs an exception when some error occurred in
the search service when processing a search request.
- SearchException(OperationResult) - Constructor for exception com.google.appengine.api.search.SearchException
-
Constructs an exception when some error occurred in
the search service when processing a search request.
- SearchQueryException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search query was invalid.
- SearchQueryException(String) - Constructor for exception com.google.appengine.api.search.SearchQueryException
-
Constructs an exception when a search query is invalid.
- SearchService - Interface in com.google.appengine.api.search
-
The SearchService is used to get available indexes, which can be
queried about their metadata or have index/delete/search operations
performed on them.
- SearchServiceConfig - Class in com.google.appengine.api.search
-
Configuration options for Search API.
- SearchServiceConfig.Builder - Class in com.google.appengine.api.search
-
- SearchServiceException - Exception in com.google.appengine.api.search
-
Thrown to indicate that a search service failure occurred.
- SearchServiceException(String) - Constructor for exception com.google.appengine.api.search.SearchServiceException
-
Constructs an exception which indicates an internal error
occurred in the search service.
- SearchServiceException(String, Exception) - Constructor for exception com.google.appengine.api.search.SearchServiceException
-
Constructs an exception which indicates an internal error
occurred in the search service.
- SearchServiceFactory - Class in com.google.appengine.api.search
-
- secureUrl(boolean) - Method in class com.google.appengine.api.images.ServingUrlOptions
-
- send(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
-
Sends a mail that has been prepared in a MailService.Message.
- sendInvitation(JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, sends a chat invitation.
- sendInvitation(JID, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, sends a chat invitation.
- sendMessage(ChannelMessage) - Method in interface com.google.appengine.api.channel.ChannelService
-
- sendMessage(Message) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Send provided message to specified JIDs.
- sendPresence(JID, PresenceType, PresenceShow, String) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, type and optional show and status value, sends
a presence packet.
- sendPresence(JID, PresenceType, PresenceShow, String, JID) - Method in interface com.google.appengine.api.xmpp.XMPPService
-
Given a JID, type and optional show and status value, sends
a presence packet.
- SendResponse - Class in com.google.appengine.api.xmpp
-
Represents results of sending a message.
- SendResponse() - Constructor for class com.google.appengine.api.xmpp.SendResponse
-
- SendResponse.Status - Enum in com.google.appengine.api.xmpp
-
Possible per-id responses to sending a message.
- sendToAdmins(MailService.Message) - Method in interface com.google.appengine.api.mail.MailService
-
Send an email alert to all admins of an application.
- serialize(Object) - Static method in class com.google.appengine.api.memcache.MemcacheSerialization
-
- serializeDate(Date) - Static method in class com.google.appengine.api.search.DateUtil
-
Converts date into a string containing the milliseconds since the UNIX Epoch.
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.Category
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.GeoPt
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.IMHandle
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.Link
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.PhoneNumber
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.PostalAddress
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.Rating
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.ShortBlob
-
- serialVersionUID - Static variable in class com.google.appengine.api.datastore.Text
-
- serve(BlobKey, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Arrange for the specified blob to be served as the response
content for the current request.
- serve(BlobKey, ByteRange, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Arrange for the specified blob to be served as the response
content for the current request.
- serve(BlobKey, String, HttpServletResponse) - Method in interface com.google.appengine.api.blobstore.BlobstoreService
-
Arrange for the specified blob to be served as the response
content for the current request.
- SERVING_CROP_SIZES - Static variable in interface com.google.appengine.api.images.ImagesService
-
Deprecated.
- SERVING_SIZES - Static variable in interface com.google.appengine.api.images.ImagesService
-
Deprecated.
- SERVING_SIZES_LIMIT - Static variable in interface com.google.appengine.api.images.ImagesService
-
- ServingUrlOptions - Class in com.google.appengine.api.images
-
Allow users to customize the behavior of creating a image serving URL using
the
ImagesService
.
- ServingUrlOptions.Builder - Class in com.google.appengine.api.images
-
- set(String) - Static method in class com.google.appengine.api.NamespaceManager
-
Set the value used to initialize the namespace of namespace-aware services.
- set(SystemProperty.Environment.Value) - Method in class com.google.appengine.api.utils.SystemProperty.Environment
-
Sets the Environment to value
.
- set(String) - Method in class com.google.appengine.api.utils.SystemProperty
-
Sets the value of the system property.
- setAcl(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the acl of the object.
- setAncestor(Key) - Method in class com.google.appengine.api.datastore.Query
-
Sets an ancestor for this query.
- setApiMcycles(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setAppEngineRelease(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setAppId(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setAppLogLines(List<AppLogLine>) - Method in class com.google.appengine.api.log.RequestLogs
-
- setAtom(String) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets an atomic value, indivisible text, for the field.
- setAttachments(Collection<MailService.Attachment>) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the attachments of this message.
- setAttachments(MailService.Attachment...) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the attachments of this message.
- setBcc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'bcc' field of this message.
- setBcc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'bcc' field of this message.
- setBucket(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the name of the bucket.
- setCacheControl(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the cache control for the object.
- setCc(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'cc' field of this message.
- setCc(String...) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'cc' field of this message.
- setCombined(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setContentDisposition(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the content disposition for the object.
- setContentEncoding(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the content encoding for the object.
- setCost(double) - Method in class com.google.appengine.api.log.RequestLogs
-
- setCtime(long) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- setCursor(Cursor) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Sets the cursor.
- setCursor(Cursor.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Sets a cursor built from the builder.
- setCursor(Cursor) - Method in class com.google.appengine.api.search.ScoredDocument.Builder
-
Sets the cursor to the next set of results from search.
- setDate(Date) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets a date associated with the field.
- setDeadline(Double) - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
-
- setDeadline(Double) - Method in class com.google.appengine.api.urlfetch.FetchOptions
-
Sets the deadline, in seconds, for the fetch request.
- setDeadlineInSeconds(Double) - Method in class com.google.apphosting.api.ApiProxy.ApiConfig
-
Set the number of seconds that the API call will be allowed to
run, or null
for the default deadline.
- setDefaultValue(String) - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Sets the default value for the field for sorting purposes.
- setDefaultValueDate(Date) - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Sets the default value for the field for sorting purposes.
- setDefaultValueNumeric(double) - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Sets the default value for the field for sorting purposes.
- setDelegate(ApiProxy.Delegate) - Static method in class com.google.apphosting.api.ApiProxy
-
Sets a delegate to which we will proxy requests.
- setDirection(SortExpression.SortDirection) - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Sets the direction to sort the search results in.
- setDistinct(boolean) - Method in class com.google.appengine.api.datastore.Query
-
- setDoNotRetry(boolean) - Static method in class com.google.appengine.api.taskqueue.DeferredTaskContext
-
Sets the action on task failure.
- setEndTimeUsec(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setEnvironmentFactory(ApiProxy.EnvironmentFactory) - Static method in class com.google.apphosting.api.ApiProxy
-
Set the EnvironmentFactory instance to use, which will be used to create Environment instances
when a thread local one is not set.
- setEnvironmentForCurrentThread(ApiProxy.Environment) - Static method in class com.google.apphosting.api.ApiProxy
-
Sets an environment for the current thread.
- setErrorHandler(ErrorHandler) - Method in interface com.google.appengine.api.memcache.BaseMemcacheService
-
Registers a new ErrorHandler
.
- setExpression(String) - Method in class com.google.appengine.api.search.FieldExpression.Builder
-
- setExpression(String) - Method in class com.google.appengine.api.search.SortExpression.Builder
-
Sets an expression to be evaluated for each document to sort by.
- setFieldsToReturn(String...) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Specifies one or more fields to return in results.
- setFieldsToSnippet(String...) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Specifies one or more fields to snippet in results.
- setFilename(String) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- setFilter(Query.Filter) - Method in class com.google.appengine.api.datastore.Query
-
- setFinalized(boolean) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- setFinished(boolean) - Method in class com.google.appengine.api.log.RequestLogs
-
- setGeoPoint(GeoPoint) - Method in class com.google.appengine.api.search.Field.Builder
-
- setHeader(HTTPHeader) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Sets an HTTPHeader
for this request.
- setHeaders(Collection<MailService.Header>) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the headers of this message.
- setHeaders(MailService.Header...) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the headers of this message.
- setHost(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setHTML(String) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets a HTML value for the field.
- setHtmlBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the html body of this message.
- setHttpVersion(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setId(String) - Method in class com.google.appengine.api.search.Document.Builder
-
Set the document id to a unique valid value.
- setImageData(byte[]) - Method in interface com.google.appengine.api.images.Image
-
Sets the image to contain the image data contained in imageData
.
- setIncludeStart(boolean) - Method in class com.google.appengine.api.search.GetRequest.Builder
-
- setIncludeStartIndex(boolean) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
- setIndexNamePrefix(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets the prefix to be matched against the names of returned indexes.
- setInstanceKey(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setIp(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setKey(Key) - Method in class com.google.appengine.api.datastore.EmbeddedEntity
-
- setKey(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the key of the object.
- setKeysOnly() - Method in class com.google.appengine.api.datastore.Query
-
Makes this query fetch and return only keys, not full entities.
- setKind(String) - Method in class com.google.appengine.api.datastore.AdminDatastoreService.QueryBuilder
-
- setKind(QueryTreeContext.Kind) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- setLatency(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setLength(long) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- setLimit(Integer) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets the maximum number of indexes to return.
- setLimit(Integer) - Method in class com.google.appengine.api.search.GetRequest.Builder
-
Sets the maximum number of objects to return.
- setLimit(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Sets the limit on the number of documents to return in
Results
.
- setLimit(int) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
Sets the limit on the number of documents to score or sort.
- setLocale(Locale) - Method in class com.google.appengine.api.search.Document.Builder
-
Sets the Locale
the document is written in.
- setLocale(Locale) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets the Locale of the field value.
- setLogLevel(LogService.LogLevel) - Method in class com.google.appengine.api.log.AppLogLine
-
- setLogMessage(String) - Method in class com.google.appengine.api.log.AppLogLine
-
- setMatchScorer(MatchScorer) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
- setMatchScorer(MatchScorer.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
Sets the matchScorer to the
MatchScorer
built from the builder.
- setMatchScorer(RescoringMatchScorer.Builder) - Method in class com.google.appengine.api.search.SortOptions.Builder
-
- setMcycles(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setMethod(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setMimeType(String) - Method in class com.google.appengine.api.files.GSFileOptions.GSFileOptionsBuilder
-
Deprecated.
Sets the mime type of the object.
- setModuleId(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setMtime(long) - Method in class com.google.appengine.api.files.FileStat
-
Deprecated.
- setName(String) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets a name for the field.
- setName(String) - Method in class com.google.appengine.api.search.FieldExpression.Builder
-
Sets the name of the expression.
- setName(String) - Method in class com.google.appengine.api.search.IndexSpec.Builder
-
Sets the unique name of the index.
- setNamespace(String) - Method in interface com.google.appengine.api.memcache.MemcacheService
-
- setNamespace(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets the namespace to use for this request.
- setNamespace(String) - Method in class com.google.appengine.api.search.SearchServiceConfig.Builder
-
- setNickname(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setNumber(double) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets a numeric value for the field.
- setNumberFoundAccuracy(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
- setNumInstances(String, String, long) - Method in interface com.google.appengine.api.modules.ModulesService
-
Set the number of instances that are available to the given manual
scaling module version.
- setNumInstancesAsync(String, String, long) - Method in interface com.google.appengine.api.modules.ModulesService
-
- setOffset(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setOffset(Integer) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets the offset of the first index to return.
- setOffset(int) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Sets the offset of the first result to return.
- setOptions(QueryOptions) - Method in class com.google.appengine.api.search.Query.Builder
-
Sets the query options.
- setOptions(QueryOptions.Builder) - Method in class com.google.appengine.api.search.Query.Builder
-
Sets the query options from a builder.
- setOrientationCorrection(InputSettings.OrientationCorrection) - Method in class com.google.appengine.api.images.InputSettings
-
Set what action to take with respect to correcting image orientation based
on image metadata.
- setOutputEncoding(ImagesService.OutputEncoding) - Method in class com.google.appengine.api.images.OutputSettings
-
Sets the output encoding.
- setPayload(byte[]) - Method in class com.google.appengine.api.urlfetch.HTTPRequest
-
Sets the payload for this request.
- setPendingTime(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setPerResult(boolean) - Method in class com.google.appengine.api.search.Cursor.Builder
-
Sets whether or not to return a Cursor on each individual result
in
Results
or a single cursor with all
Results.
- setPropertiesFrom(Entity) - Method in class com.google.appengine.api.datastore.Entity
-
- setPropertiesFrom(PropertyContainer) - Method in class com.google.appengine.api.datastore.PropertyContainer
-
A convenience method that populates properties from those in the given
container.
- setProperty(String, Object) - Method in class com.google.appengine.api.datastore.PropertyContainer
-
Sets the property named, propertyName
, to value
.
- setQuality(int) - Method in class com.google.appengine.api.images.OutputSettings
-
Sets the quality of the returned image.
- setRank(int) - Method in class com.google.appengine.api.search.Document.Builder
-
Sets the rank of this document, which determines the order of documents
returned by search, if no sorting or scoring is given.
- setReferrer(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setReplicaIndex(int) - Method in class com.google.appengine.api.log.RequestLogs
-
- setReplyTo(String) - Method in class com.google.appengine.api.mail.MailService.Message
-
replyTo
may be null
, or must be a valid email
address otherwise.
- setRequestId(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setResource(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setResponseSize(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setResultForCurrentElement(Entity) - Method in class com.google.appengine.api.datastore.PreGetContext
-
Set the
Entity
that will be associated with the
Key
returned by
BaseCallbackContext.getCurrentElement()
in the result of the get()
operation.
- setReturningIdsOnly(boolean) - Method in class com.google.appengine.api.search.GetRequest.Builder
-
Sets whether just objects containing just their key are returned, or
whether the complete objects are returned.
- setReturningIdsOnly(boolean) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
Sets whether or not the search should return documents or document IDs only.
- setReturnType(QueryTreeContext.Type) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- setReturnTypes(Set<QueryTreeContext.Type>) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- setRewriteMode(QueryTreeContext.RewriteMode) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- setSchemaFetched(boolean) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets whether or not the schema is returned with indexes.
- setSender(String) - Method in class com.google.appengine.api.mail.MailService.Message
-
sender
must correspond to the valid email address of one of
the admins for this application, or to the email address of the
currently logged-in user.
- setShutdownHook(LifecycleManager.ShutdownHook) - Method in class com.google.appengine.api.LifecycleManager
-
Register a ShutdownHook to be called when the runtime shuts down.
- setSortOptions(SortOptions) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
- setSortOptions(SortOptions.Builder) - Method in class com.google.appengine.api.search.QueryOptions.Builder
-
- setStartId(String) - Method in class com.google.appengine.api.search.GetRequest.Builder
-
Sets the Id of the first object to return.
- setStartIndexName(String) - Method in class com.google.appengine.api.search.GetIndexesRequest.Builder
-
Sets the name of the first index to return.
- setStartTimeUsec(long) - Method in class com.google.appengine.api.log.RequestLogs
-
- setStatus(int) - Method in class com.google.appengine.api.log.RequestLogs
-
- setSubject(String) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the subject of this message.
- setTaskName(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setTaskQueueName(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setText(String) - Method in class com.google.appengine.api.search.Field.Builder
-
Sets a text value for the field.
- setText(String) - Method in class com.google.appengine.api.search.query.QueryTreeContext
-
- setTextBody(String) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the text body of this message.
- setTimeUsec(long) - Method in class com.google.appengine.api.log.AppLogLine
-
- setTo(Collection<String>) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'to' field of this message.
- setTo(String...) - Method in class com.google.appengine.api.mail.MailService.Message
-
Sets the 'to' field of this message.
- setUnindexedProperty(String, Object) - Method in class com.google.appengine.api.datastore.PropertyContainer
-
Like #setProperty
, but doesn't index the property in the built-in
single property indexes.
- setUrlMapEntry(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setUserAgent(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setVersionId(String) - Method in class com.google.appengine.api.log.RequestLogs
-
- setWasLoadingRequest(boolean) - Method in class com.google.appengine.api.log.RequestLogs
-
- setXG(boolean) - Method in class com.google.appengine.api.datastore.TransactionOptions
-
Enable or disable the use of cross-group transactions.
- ShortBlob - Class in com.google.appengine.api.datastore
-
- ShortBlob(byte[]) - Constructor for class com.google.appengine.api.datastore.ShortBlob
-
Construct a new ShortBlob
with the specified bytes.
- shutdown() - Method in interface com.google.appengine.api.LifecycleManager.ShutdownHook
-
- signForApp(byte[]) - Method in interface com.google.appengine.api.appidentity.AppIdentityService
-
Requests to sign arbitrary byte array using per app private key.
- simplify(Tree) - Static method in class com.google.appengine.api.search.query.QueryTreeWalker
-
- SIZE - Static variable in class com.google.appengine.api.blobstore.BlobInfoFactory
-
- SortExpression - Class in com.google.appengine.api.search
-
Sorting specification for a single dimension.
- SortExpression.Builder - Class in com.google.appengine.api.search
-
- SortExpression.SortDirection - Enum in com.google.appengine.api.search
-
The direction search results are sorted by, either ascending or descending.
- SortExpressionChecker - Class in com.google.appengine.api.search.checkers
-
- SortExpressionChecker() - Constructor for class com.google.appengine.api.search.checkers.SortExpressionChecker
-
- SortOptions - Class in com.google.appengine.api.search
-
Definition of how to sort documents.
- SortOptions.Builder - Class in com.google.appengine.api.search
-
- SortOptionsChecker - Class in com.google.appengine.api.search.checkers
-
- SortOptionsChecker() - Constructor for class com.google.appengine.api.search.checkers.SortOptionsChecker
-
- startCursor(Cursor) - Method in class com.google.appengine.api.datastore.FetchOptions
-
Sets the cursor at which to start the query.
- startTimeMillis(long) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the start time to a value in milliseconds.
- startTimeUsec(long) - Method in class com.google.appengine.api.log.LogQuery
-
Sets the start time to a value in microseconds.
- startVersion(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Starts the given manual scaling or basic scaling module version.
- startVersionAsync(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
- stat(AppEngineFile) - Method in interface com.google.appengine.api.files.FileService
-
Deprecated.
- Stats - Interface in com.google.appengine.api.memcache
-
- StatusCode - Enum in com.google.appengine.api.search
-
Status code returned by various index operations.
- stopVersion(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
Stops the given manual scaling or basic scaling module version.
- stopVersionAsync(String, String) - Method in interface com.google.appengine.api.modules.ModulesService
-
- StrictErrorHandler - Class in com.google.appengine.api.memcache
-
- StrictErrorHandler() - Constructor for class com.google.appengine.api.memcache.StrictErrorHandler
-
- stringToKey(String) - Static method in class com.google.appengine.api.datastore.KeyFactory
-
Converts a String
-representation of a Key
into the
Key
instance it represents.
- subscribe(String, String, long, String, Map<String, FieldType>) - Method in interface com.google.appengine.api.prospectivesearch.ProspectiveSearchService
-
The subscribe call is used to register subscriptions, which
comprise of a subscription id and a query.
- Subscription - Class in com.google.appengine.api.prospectivesearch
-
The Subscription class represents information about a registered
subscription.
- Subscription(String, String, long) - Constructor for class com.google.appengine.api.prospectivesearch.Subscription
-
- Subscription(String, String, long, Subscription.State, String) - Constructor for class com.google.appengine.api.prospectivesearch.Subscription
-
- Subscription - Class in com.google.appengine.api.xmpp
-
Represents an incoming subscription stanza from the server.
- Subscription.State - Enum in com.google.appengine.api.prospectivesearch
-
The state of the subscription in the backend system.
- SubscriptionBuilder - Class in com.google.appengine.api.xmpp
-
Builder used to generate
Subscription
instances to represent
incoming XMPP subscription stanzas.
- SubscriptionBuilder() - Constructor for class com.google.appengine.api.xmpp.SubscriptionBuilder
-
- SubscriptionType - Enum in com.google.appengine.api.xmpp
-
Values for the 'type' attributes used for presence subscription.
- supports(QuotaService.DataType) - Method in interface com.google.appengine.api.quota.QuotaService
-
Tests if the QuotaService can provide a certain kind of data at this
point in time.
- SystemProperty - Class in com.google.appengine.api.utils
-
Global system properties which are set by App Engine.
- SystemProperty.Environment - Class in com.google.appengine.api.utils
-
The current executing environment.
- SystemProperty.Environment.Value - Enum in com.google.appengine.api.utils
-
The set of possible values for Environment.
- validateCertificate() - Static method in class com.google.appengine.api.urlfetch.FetchOptions.Builder
-
Create a
FetchOptions
that performs SSL certificate validation.
- validateCertificate() - Method in class com.google.appengine.api.urlfetch.FetchOptions
-
Enables certificate validation on HTTPS connections via the normal
CA-based mechanism.
- validateNamespace(String) - Static method in class com.google.appengine.api.NamespaceManager
-
Validate the format of a namespace string.
- value - Variable in class com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
-
- value() - Method in class com.google.appengine.api.utils.SystemProperty.Environment
-
Returns the Value that the SystemProperty is set to.
- value() - Method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
-
- valueOf(String) - Static method in enum com.google.appengine.api.capabilities.CapabilityStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.DatastoreService.KeyRangeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.IMHandle.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.Index.IndexState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.Query.CompositeFilterOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.Query.FilterOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.Query.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.datastore.ReadPolicy.Consistency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.images.Composite.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.images.Image.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.images.ImagesService.OutputEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.images.InputSettings.OrientationCorrection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.log.LogService.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.memcache.MemcacheService.SetPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.prospectivesearch.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.prospectivesearch.Subscription.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.quota.QuotaService.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.Field.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.SortExpression.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.search.StatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.taskqueue.TaskOptions.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.urlfetch.HTTPMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.xmpp.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.xmpp.PresenceShow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.xmpp.PresenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.xmpp.SendResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.appengine.api.xmpp.SubscriptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.apphosting.api.ApiProxy.LogRecord.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.appengine.api.capabilities.CapabilityStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.DatastoreService.KeyRangeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.IMHandle.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.ImplicitTransactionManagementPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.Index.IndexState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.Query.CompositeFilterOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.Query.FilterOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.Query.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.datastore.ReadPolicy.Consistency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.files.AppEngineFile.FileSystem
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.images.Composite.Anchor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.images.Image.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.images.ImagesService.OutputEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.images.InputSettings.OrientationCorrection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.log.LogService.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.memcache.MemcacheSerialization.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.memcache.MemcacheService.SetPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.prospectivesearch.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.prospectivesearch.Subscription.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.quota.QuotaService.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.Field.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.RewriteMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.query.QueryTreeContext.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.SortExpression.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.search.StatusCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.taskqueue.TaskOptions.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.urlfetch.HTTPMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.utils.SystemProperty.Environment.Value
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.xmpp.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.xmpp.PresenceShow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.xmpp.PresenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.xmpp.SendResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.appengine.api.xmpp.SubscriptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.apphosting.api.ApiProxy.LogRecord.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Static variable in class com.google.appengine.api.utils.SystemProperty
-
The current executing runtime version.
- VERSION_RESERVED_PROPERTY - Static variable in class com.google.appengine.api.datastore.Entity
-
A reserved property name used to report an entity group's version.
- versions(List<LogQuery.Version>) - Method in class com.google.appengine.api.log.LogQuery
-
Restricts the query to log records for the specified module versions.
- visitConjunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a conjunction (logical and) of conditions.
- visitContains(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents that a field must contain a value.
- visitDisjunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a disjunction (logical or) of conditions.
- visitEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents that a field value must be greater than
or equal to some specified value.
- visitFunction(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a function computed on some arguments.
- visitFuzzy(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a text field that is subject to query rewrite.
- visitGlobal(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a global field.
- visitGreaterOrEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents an inequality between a field and value.
- visitGreaterThan(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents that a field value must be greater than some
specified value.
- visitLessOrEqual(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents that a field value must be less than or
equal to some specified value.
- visitLessThan(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents that a field value must be less than some
specified value.
- visitLiteral(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a text field that must not be altered.
- visitNegation(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a negation of conditions.
- visitOther(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Catch-all method for future type of query nodes.
- visitSequence(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a sequence of expressions.
- visitValue(Tree, T) - Method in interface com.google.appengine.api.search.query.QueryTreeVisitor
-
Visits a node that represents a constant value.