Home
last modified time | relevance | path

Searched refs:client (Results 51 – 75 of 539) sorted by path

12345678910>>...22

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php139 * @param Google_Client $client
141 public function __construct(Google_Client $client) { argument
146 $client->addService($this->serviceName, $this->version);
H A DGoogle_SiteVerificationService.php165 * @param Google_Client $client
167 public function __construct(Google_Client $client) { argument
172 $client->addService($this->serviceName, $this->version);
H A DGoogle_StorageService.php812 * @param Google_Client $client
814 public function __construct(Google_Client $client) { argument
819 $client->addService($this->serviceName, $this->version);
H A DGoogle_TaskqueueService.php217 * @param Google_Client $client
219 public function __construct(Google_Client $client) { argument
224 $client->addService($this->serviceName, $this->version);
H A DGoogle_TasksService.php318 * @param Google_Client $client
320 public function __construct(Google_Client $client) { argument
325 $client->addService($this->serviceName, $this->version);
H A DGoogle_TranslateService.php131 * @param Google_Client $client
133 public function __construct(Google_Client $client) { argument
138 $client->addService($this->serviceName, $this->version);
H A DGoogle_UrlshortenerService.php103 * @param Google_Client $client
105 public function __construct(Google_Client $client) { argument
110 $client->addService($this->serviceName, $this->version);
H A DGoogle_WebfontsService.php66 * @param Google_Client $client
68 public function __construct(Google_Client $client) { argument
73 $client->addService($this->serviceName, $this->version);
H A DGoogle_YouTubeAnalyticsService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) { argument
83 $client->addService($this->serviceName, $this->version);
H A DGoogle_YouTubeService.php992 * @param Google_Client $client
994 public function __construct(Google_Client $client) { argument
999 $client->addService($this->serviceName, $this->version);
/plugin/authgooglesheets/
H A Dcomposer.lock71 "url": "https://github.com/googleapis/google-api-php-client.git",
127 "homepage": "http://developers.google.com/api-client-library/php",
132 "issues": "https://github.com/googleapis/google-api-php-client/issues",
133 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.4"
142 "url": "https://github.com/googleapis/google-api-php-client-services.git",
171 "homepage": "http://developers.google.com/api-client-library/php",
176 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
177 … "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"
293 "description": "Guzzle is a PHP HTTP client library",
296 "client",
[all …]
H A Dhelper.php41 $client = $this->getClient();
42 $this->service = new Google_Service_Sheets($client);
345 $client = new \Google_Client();
350 $client->setAuthConfig($config);
351 $client->setScopes([
354 return $client;
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DDeal.php33 public $client; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Deal
122 public function setClient($client) argument
124 $this->client = $client;
131 return $this->client;
H A DProposal.php38 public $client; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Proposal
151 public function setClient($client) argument
153 $this->client = $client;
160 return $this->client;
H A DSendRfpRequest.php28 public $client; variable in Google\\Service\\AuthorizedBuyersMarketplace\\SendRfpRequest
77 public function setClient($client) argument
79 $this->client = $client;
86 return $this->client;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
155 public function setClient($client) argument
157 $this->client = $client;
164 return $this->client;
H A DGoogleCloudRunV2Job.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
139 public function setClient($client) argument
141 $this->client = $client;
148 return $this->client;
H A DGoogleCloudRunV2Service.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
155 public function setClient($client) argument
157 $this->client = $client;
164 return $this->client;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.php31 public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) argument
33 $this->client = $client;
40 return $this->client;
H A DGoogleSecuritySafebrowsingV4FindFullHashesRequest.php51 public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) argument
53 $this->client = $client;
60 return $this->client;
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesRequest.php30 public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) argument
32 $this->client = $client;
39 return $this->client;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php109 public function setClient($client) argument
111 $this->client = $client;
118 return $this->client;
H A DEntity.php54 public function setClient(Client $client) argument
56 $this->client = $client;
63 return $this->client;
H A DListClientsResponse.php33 public function setClient($client) argument
35 $this->client = $client;
42 return $this->client;

12345678910>>...22