Home
last modified time | relevance | path

Searched refs:Client (Results 51 – 75 of 460) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceControl.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPolicyAnalyzer.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DMyBusinessNotificationSettings.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudTrace.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DGroupssettings.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DKgsearch.php20 use Google\Client; alias
44 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPagespeedInsights.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDocs.php20 use Google\Client; alias
58 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DOauth2.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudNaturalLanguage.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudProfiler.php20 use Google\Client; alias
52 * @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 DCloudRuntimeConfig.php20 use Google\Client; alias
52 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFirebaseHosting.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFirebaseML.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFirebaseDynamicLinks.php20 use Google\Client; alias
48 * @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 DIAMCredentials.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php10 use GuzzleHttp\Client; alias
18 protected function _getGuzzleClient(bool $persistent = true): Client
24 self::$_guzzleClientConnection = new Client([
H A DGuzzle.php13 use GuzzleHttp\Client; alias
37 * @var Client|null Guzzle client to reuse
142 protected function _getGuzzleClient(bool $persistent = true): Client
145 self::$_guzzleClientConnection = new Client();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DClient.php20 class Client extends \Google\Model class
134 class_alias(Client::class, 'Google_Service_AuthorizedBuyersMarketplace_Client');
/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/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php35 * @var Client Client object
45 public function __construct(Client $client)
170 public function getClient(): Client
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php29 protected $clientType = Client::class;
107 * @param Client[]
114 * @return Client[]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php21 use Google\Client; alias
39 * @param Client $client
72 * @param Client $client

12345678910>>...19