Home
last modified time | relevance | path

Searched refs:Google_Client (Results 1 – 25 of 61) sorted by relevance

123

/plugin/authgoogle/google/
H A DGoogle_Client.php64 class Google_Client { class
405 return Google_Client::$auth;
413 return Google_Client::$io;
420 return Google_Client::$cache;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) {
H A DGoogle_WebfontsService.php66 * @param Google_Client $client
68 public function __construct(Google_Client $client) {
H A DGoogle_AndroidpublisherService.php115 * @param Google_Client $client
117 public function __construct(Google_Client $client) {
H A DGoogle_TranslateService.php131 * @param Google_Client $client
133 public function __construct(Google_Client $client) {
H A DGoogle_AppstateService.php141 * @param Google_Client $client
143 public function __construct(Google_Client $client) {
H A DGoogle_Oauth2Service.php105 * @param Google_Client $client
107 public function __construct(Google_Client $client) {
H A DGoogle_AuditService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) {
H A DGoogle_GroupssettingsService.php101 * @param Google_Client $client
103 public function __construct(Google_Client $client) {
H A DGoogle_LicensingService.php184 * @param Google_Client $client
186 public function __construct(Google_Client $client) {
H A DGoogle_SiteVerificationService.php165 * @param Google_Client $client
167 public function __construct(Google_Client $client) {
H A DGoogle_UrlshortenerService.php103 * @param Google_Client $client
105 public function __construct(Google_Client $client) {
H A DGoogle_GamesManagementService.php214 * @param Google_Client $client
216 public function __construct(Google_Client $client) {
H A DGoogle_FreebaseService.php104 * @param Google_Client $client
106 public function __construct(Google_Client $client) {
H A DGoogle_TaskqueueService.php217 * @param Google_Client $client
219 public function __construct(Google_Client $client) {
/plugin/authgoogle/google/io/
H A DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
H A DGoogle_REST.php35 $httpRequest = Google_Client::$io->makeRequest($req);
H A DGoogle_HttpStreamIO.php50 $request = Google_Client::$auth->sign($request);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php97 …$request = Google_Client::$io->makeRequest(new Google_HttpRequest(self::OAUTH2_TOKEN_URI, 'POST', …
270 $request = Google_Client::$io->makeRequest($http);
304 $response = Google_Client::$io->makeRequest($request);
335 $request = Google_Client::$io->makeRequest(new Google_HttpRequest(
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php11 && version_compare(Google_Client::LIBVER, '2.7.2', '<=')
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php167 $httpRequest = Google_Client::$auth->sign($httpRequest);
168 if (Google_Client::$useBatch) {
H A DGoogle_MediaFileUpload.php230 $response = Google_Client::$io->authenticatedRequest($httpRequest);
254 $response = Google_Client::$io->makeRequest($httpRequest);
H A DGoogle_BatchRequest.php60 $response = Google_Client::$io->makeRequest($httpRequest);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php51 class Google_Client extends \Google\Client {} class
/plugin/authgooglesheets/
H A Dhelper.php340 * @return Google_Client the authorized client object
345 $client = new \Google_Client();

123