Home
last modified time | relevance | path

Searched refs:Client (Results 176 – 200 of 460) sorted by last modified time

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseManagement.php20 use Google\Client; alias
65 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAppengine.php20 use Google\Client; alias
61 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFirebaseRealtimeDatabase.php20 use Google\Client; alias
57 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessAccountManagement.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessBusinessCalls.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAssuredworkloads.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudRetail.php20 use Google\Client; alias
57 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessLodging.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessPlaceActions.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessQA.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessVerifications.php20 use Google\Client; alias
48 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DBaremetalsolution.php20 use Google\Client; alias
57 * @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
H A DBigQueryConnectionService.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DGoogleAnalyticsAdmin.php20 use Google\Client; alias
68 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DConnectors.php20 use Google\Client; alias
55 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DHomeGraphService.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DIDS.php20 use Google\Client; alias
52 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudBuild.php20 use Google\Client; alias
59 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudIot.php20 use Google\Client; alias
55 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md23 $client = new \GuzzleHttp\Client();
H A DUPGRADING.md112 $client = new GuzzleHttp\Client();
137 $client = new GuzzleHttp\Client(['handler' => $handler]);
163 HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor
191 `GuzzleHttp\get()`, `GuzzleHttp\post()`, etc.). Use a `GuzzleHttp\Client`
330 ### Client subsection
359 `GuzzleHttp\Client` has changed.
689 …rked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be d…
910 class YourClient extends \Guzzle\Service\Client
936 class YourClient extends \Guzzle\Service\Client
1140 /** @var \Guzzle\Http\Client */
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php29 protected $clientType = Client::class;
107 * @param Client[]
114 * @return Client[]
H A DEntity.php26 protected $clientType = Client::class;
52 * @param Client
54 public function setClient(Client $client)
59 * @return Client
H A DListClientsResponse.php23 protected $clientType = Client::class;
31 * @param Client[]
38 * @return Client[]

12345678910>>...19