The AppIdentityService allows you to sign arbitrary byte array using per app private key maintained by App Engine.
« More »PublicCertificate contains an X509 public certificate in PEM format and a string which is used to identify this certificate.
« More »CloudStorageTools allows the user to create and serve data with Google Cloud Storage .
« More »The LogService allows an application to query for request and application logs.
« More »Represents the details of a single request and may optionally contain
application logs written during the request using the syslog
function.
Allows request logs to be iterated using a standard foreach statement but fetches the results in batches as needed.
« More »Allows users to send mail to application admins using the App Engine mail APIs.
« More »Thrown when the current state was unexpected when starting/stopping a module.
« More »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 »A PushTask encapsulates a unit of work that an application places onto a Push Queue for asnychronous execution.
« More »Thrown when adding a task, but a task with the same name already exists in the queue.
« More »Thrown when there is a transient failure using Task Queue service, i.e.
« More »CloudStorageClient is the base class for classes that are used to communicate with Google Cloud Storage via the PHP streams interface.
« More »Cloud Storage Delete Client handles deleting objects from buckets.
« More »Cloud Storage Directory Client handles dir_opendir(), dir_readdir() and dir_closedir() calls for Google Cloud Storage bucket.
« More »Google Cloud Storage Read Client - Implements only the methods required to read bytes from GCS using stream wrappers.
« More »Cloud Storage Rename Client handles rename() calls for renaming a GCS object.
« More »A user space stream wrapper for reading and writing to Google Cloud Storage.
« More »Cloud Storage Url Stat Client handles stat() calls for objects and buckets.
« More »Cloud Storage Write Client implements the stream wrapper functions required to write to a Google Cloud Storage object.
« More »Remove direct interaction with Memcache object for ease of mocking in tests.
« More »Thrown by APIProxy calls if the call was cancelled, such as when the user's request is exiting.
« More »Handle direct file uploads by placing contents in virtual file system.
« More »Thrown by APIProxy when the app must enable a feature to use this call.
« More »Thrown by APIProxy calls when they have been blocked due to a lack of available quota.
« More »