Home
last modified time | relevance | path

Searched refs:Client (Results 276 – 300 of 460) sorted by last modified time

1...<<111213141516171819

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php24 use GuzzleHttp\Client; alias
68 $http = new Client();
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php20 use Google\Client; alias
51 /** @var Client */
59 Client $client,
H A DREST.php21 use Google\Client; alias
39 * @param Client $client
72 * @param Client $client
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php51 class Google_Client extends \Google\Client {}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApiKeysService.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCertificateAuthorityService.php20 use Google\Client; alias
55 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCertificateManager.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAbusiveExperienceReport.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAcceleratedmobilepageurl.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAccessApproval.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDLP.php20 use Google\Client; alias
71 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDeploymentManager.php20 use Google\Client; alias
61 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDatabaseMigrationService.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPlayableLocations.php20 use Google\Client; alias
44 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DRemoteBuildExecution.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DGmail.php20 use Google\Client; alias
98 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDirectory.php20 use Google\Client; alias
158 * @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 DTexttospeech.php20 use Google\Client; alias
48 * @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
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php21 use Elasticsearch\Client; alias
47 * @var Client
57 * @param Client $client Elasticsearch Client object
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
/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');
H A DListClientsResponse.php23 protected $clientsType = Client::class;
31 * @param Client[]
38 * @return Client[]

1...<<111213141516171819