Classes and interfaces

AppIdentityException

Thrown when there is a general failure using the AppIdentityService.

« More »

AppIdentityService

The AppIdentityService allows you to sign arbitrary byte array using per app private key maintained by App Engine.

« More »

PublicCertificate

PublicCertificate contains an X509 public certificate in PEM format and a string which is used to identify this certificate.

« More »

CloudStorageException

Thrown when there is a failure using the blobstore service.

« More »

CloudStorageTools

CloudStorageTools allows the user to create and serve data with Google Cloud Storage .

« More »

AppLogLine

Contains the details of a single application log created by calling

« More »

LogException

Thrown when there is a failure using the LogService.

« More »

LogService

The LogService allows an application to query for request and application logs.

« More »

RequestLog

Represents the details of a single request and may optionally contain application logs written during the request using the syslog function.

« More »

RequestLogIterator

Allows request logs to be iterated using a standard foreach statement but fetches the results in batches as needed.

« More »

AdminMessage

Allows users to send mail to application admins using the App Engine mail APIs.

« More »

BaseMessage

Abstract base class for sending mail using the App Engine mail APIs.

« More »

Message

Allows users to send mail using the App Engine mail APIs.

« More »

InvalidModuleStateException

Thrown when the current state was unexpected when starting/stopping a module.

« More »

ModulesException

Thrown when there is a failure using the Modules API.

« More »

ModulesService

« More »

TransientModulesException

Thrown when a temporary error occurred.

« More »

PushQueue

A PushQueue executes PushTasks by sending the task back to the application in the form of an HTTP request to one of the application's handlers.

« More »

PushTask

A PushTask encapsulates a unit of work that an application places onto a Push Queue for asnychronous execution.

« More »

TaskAlreadyExistsException

Thrown when adding a task, but a task with the same name already exists in the queue.

« More »

TaskQueueException

Thrown when there is a failure using the Task Queue service.

« More »

TransientTaskQueueException

Thrown when there is a transient failure using Task Queue service, i.e.

« More »

User

A user.

« More »

UserService

« More »

UserServiceUtil

« More »

UsersException

Base User exception type.

« More »

CloudStorageClient

CloudStorageClient is the base class for classes that are used to communicate with Google Cloud Storage via the PHP streams interface.

« More »

CloudStorageDeleteClient

Cloud Storage Delete Client handles deleting objects from buckets.

« More »

CloudStorageDirectoryClient

Cloud Storage Directory Client handles dir_opendir(), dir_readdir() and dir_closedir() calls for Google Cloud Storage bucket.

« More »

CloudStorageReadClient

Google Cloud Storage Read Client - Implements only the methods required to read bytes from GCS using stream wrappers.

« More »

CloudStorageRenameClient

Cloud Storage Rename Client handles rename() calls for renaming a GCS object.

« More »

CloudStorageStreamWrapper

A user space stream wrapper for reading and writing to Google Cloud Storage.

« More »

CloudStorageUrlStatClient

Cloud Storage Url Stat Client handles stat() calls for objects and buckets.

« More »

CloudStorageWriteClient

Cloud Storage Write Client implements the stream wrapper functions required to write to a Google Cloud Storage object.

« More »

HttpResponse

Declares well known HTTP response codes and associated error messages.

« More »

MemcacheContainer

Remove direct interaction with Memcache object for ease of mocking in tests.

« More »

MemcacheSessionHandler

A session handler interface using the GAE Memcache API.

« More »

ApiProxy

« More »

ApiProxyBase

« More »

ApplicationError

Thrown by APIProxy in the event of an application-level error.

« More »

ArgumentError

Thrown by APIProxy calls if there is an error parsing the arguments.

« More »

CallNotFoundError

Thrown by APIProxy calls when the requested method cannot be found.

« More »

CancelledError

Thrown by APIProxy calls if the call was cancelled, such as when the user's request is exiting.

« More »

CapabilityDisabledError

Thrown by APIProxy when API calls are temporarily disabled.

« More »

DeadlineExceededError

Thrown by APIProxy calls if the call took too long to respond.

« More »

DirectUploadHandler

Handle direct file uploads by placing contents in virtual file system.

« More »

Error

Base APIProxy error type.

« More »

FeatureNotEnabledError

Thrown by APIProxy when the app must enable a feature to use this call.

« More »

OverQuotaError

Thrown by APIProxy calls when they have been blocked due to a lack of available quota.

« More »

RPCFailedError

Thrown by APIProxy calls when the RPC to the application server fails.

« More »

RealApiProxy

« More »

RemoteApiProxy

« More »

RequestTooLargeError

Thrown by APIProxy calls if the request was too large.

« More »

ResponseTooLargeError

Thrown by APIProxy calls if the response was too large.

« More »

VmApiProxy

An ApiProxy implementation that communicates with the VMRuntime Service bridge.

« More »

ArrayUtil

Various PHP array related utility functions.

« More »

HttpUtil

HTTP related Utilities.

« More »

StringUtil

Various PHP string related utility functions.

« More »