aliases.php
Table of Contents
Interfaces
- Google_Task_Retryable
- Interface for checking how many times a given task can be retried following a failure.
Classes
- Google_Task_Composer
- This class needs to be defined explicitly as scripts must be recognized by the autoloader.
- Google_AccessToken_Revoke
- Wrapper around Google Access Tokens which provides convenience functions
- Google_AccessToken_Verify
- Wrapper around Google Access Tokens which provides convenience functions
- Google_AuthHandler_AuthHandlerFactory
- Google_AuthHandler_Guzzle5AuthHandler
- Google_AuthHandler_Guzzle6AuthHandler
- This supports Guzzle 6
- Google_AuthHandler_Guzzle7AuthHandler
- This supports Guzzle 7
- Google_Client
- The Google API Client https://github.com/google/google-api-php-client
- Google_Collection
- Extension to the regular Google\Model that automatically exposes the items array for iteration, so you can just iterate over the object rather than a reference inside.
- Google_Exception
- Google_Http_Batch
- Class to handle batched requests to the Google API service.
- Google_Http_MediaFileUpload
- Manage large file uploads, which may be media but can be any type of sizable data.
- Google_Http_REST
- This class implements the RESTful transport of apiServiceRequest()'s
- Google_Model
- This class defines attributes, valid values, and usage which is generated from a given json schema.
- Google_Service
- Google_Service_Exception
- Google_Service_Resource
- Implements the actual methods/resources of the discovered Google API using magic function calling overloading (__call()), which on call will see if the method name (plus.activities.list) is available in this service, and if so construct an apiHttpRequest representing it.
- Google_Task_Exception
- Google_Task_Runner
- A task runner with exponential backoff support.
- Google_Utils_UriTemplate
- Implementation of levels 1-3 of the URI Template spec.