Home
last modified time | relevance | path

Searched refs:Client (Results 251 – 275 of 460) sorted by path

1...<<111213141516171819

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVersionHistory.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DVision.php20 use Google\Client; alias
64 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWebRisk.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWebfonts.php20 use Google\Client; alias
45 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWebmasters.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWorkflowExecutions.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWorkflows.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DYouTube.php20 use Google\Client; alias
94 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DYouTubeAnalytics.php20 use Google\Client; alias
60 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DYouTubeReporting.php20 use Google\Client; alias
53 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md3 # Google APIs Client Library for PHP #
137 $client = new Google\Client();
162 $client = new Google\Client();
209 $client = new Google\Client();
234 $client = new Google\Client();
330 $client = new Google\Client();
340 // returns a Guzzle HTTP Client
392 $client = new Google\Client();
407 use GuzzleHttp\Client;
409 $httpClient = new Client([
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php22 use Google\Client; alias
67 Client::OAUTH2_REVOKE_URI,
H A DVerify.php24 use GuzzleHttp\Client; alias
68 $http = new Client();
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php20 use GuzzleHttp\Client; alias
H A DGuzzle5AuthHandler.php11 use GuzzleHttp\Client; alias
99 return new Client(
H A DGuzzle6AuthHandler.php11 use GuzzleHttp\Client; alias
66 $http = new Client($config);
88 $http = new Client($config);
101 $http = new Client($config);
108 return new Client(
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php32 use GuzzleHttp\Client as GuzzleClient;
34 use GuzzleHttp\Ring\Client\StreamHandler;
50 class Client class
H A DService.php35 if ($clientOrConfig instanceof Client) {
38 $this->client = new Client($clientOrConfig ?: []);
H A Daliases.php51 class Google_Client extends \Google\Client {}
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php20 use Google\Client; alias
51 /** @var Client */
59 Client $client,
H A DMediaFileUpload.php20 use Google\Client; alias
59 /** @var Client */
75 * @param Client $client
84 Client $client,
H A DREST.php21 use Google\Client; alias
39 * @param Client $client
72 * @param Client $client
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md1 # Google API Client Services
3 Google API Client Service classes have been moved to the
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md82 use GuzzleHttp\Client;
97 $client = new Client([
113 `create the HTTP Client` steps with the following:
117 $client = new Client([
135 use GuzzleHttp\Client;
153 $client = new Client([
171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
182 use GuzzleHttp\Client;
203 $client = new Client([
229 use GuzzleHttp\Client;
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php29 use GuzzleHttp\Client; alias
166 $client = new Client();
277 $client = new Client();

1...<<111213141516171819