Searched refs:Google_Client (Results 1 – 25 of 61) sorted by relevance
123
64 class Google_Client { class405 return Google_Client::$auth;413 return Google_Client::$io;420 return Google_Client::$cache;
76 * @param Google_Client $client78 public function __construct(Google_Client $client) {
66 * @param Google_Client $client68 public function __construct(Google_Client $client) {
115 * @param Google_Client $client117 public function __construct(Google_Client $client) {
131 * @param Google_Client $client133 public function __construct(Google_Client $client) {
141 * @param Google_Client $client143 public function __construct(Google_Client $client) {
105 * @param Google_Client $client107 public function __construct(Google_Client $client) {
101 * @param Google_Client $client103 public function __construct(Google_Client $client) {
165 * @param Google_Client $client167 public function __construct(Google_Client $client) {
184 * @param Google_Client $client186 public function __construct(Google_Client $client) {
103 * @param Google_Client $client105 public function __construct(Google_Client $client) {
214 * @param Google_Client $client216 public function __construct(Google_Client $client) {
104 * @param Google_Client $client106 public function __construct(Google_Client $client) {
217 * @param Google_Client $client219 public function __construct(Google_Client $client) {
62 Google_Client::$cache->set($request->getCacheKey(), $request);80 return Google_Client::$cache->get($request->getCacheKey());
35 $httpRequest = Google_Client::$io->makeRequest($req);
50 $request = Google_Client::$auth->sign($request);
97 …$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(
167 $httpRequest = Google_Client::$auth->sign($httpRequest);168 if (Google_Client::$useBatch) {
230 $response = Google_Client::$io->authenticatedRequest($httpRequest);254 $response = Google_Client::$io->makeRequest($httpRequest);
60 $response = Google_Client::$io->makeRequest($httpRequest);
11 && version_compare(Google_Client::LIBVER, '2.7.2', '<=')
51 class Google_Client extends \Google\Client {} class
340 * @return Google_Client the authorized client object345 $client = new \Google_Client();