Home
last modified time | relevance | path

Searched refs:getClient (Results 1 – 25 of 33) sorted by path

12

/plugin/authfacebook/lib/
H A DFacebook.php181 public function getClient() function in Facebook\\Facebook
195 $client = $this->getClient();
/plugin/authgooglesheets/
H A Dhelper.php41 $client = $this->getClient();
343 protected function getClient() function in helper_plugin_authgooglesheets
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DDeal.php129 public function getClient() function in Google\\Service\\AuthorizedBuyersMarketplace\\Deal
H A DProposal.php158 public function getClient() function in Google\\Service\\AuthorizedBuyersMarketplace\\Proposal
H A DSendRfpRequest.php84 public function getClient() function in Google\\Service\\AuthorizedBuyersMarketplace\\SendRfpRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php162 public function getClient() function in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
H A DGoogleCloudRunV2Job.php146 public function getClient() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
H A DGoogleCloudRunV2Service.php162 public function getClient() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.php38 public function getClient() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest
H A DGoogleSecuritySafebrowsingV4FindFullHashesRequest.php58 public function getClient() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindFullHashesRequest
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesRequest.php37 public function getClient() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindThreatMatchesRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php116 public function getClient() function in Google\\Service\\TagManager\\ContainerVersion
H A DEntity.php61 public function getClient() function in Google\\Service\\TagManager\\Entity
H A DListClientsResponse.php40 public function getClient() function in Google\\Service\\TagManager\\ListClientsResponse
H A DRevertClientResponse.php35 public function getClient() function in Google\\Service\\TagManager\\RevertClientResponse
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php52 public function getClient() function in Google\\Service
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php69 $this->client = $service->getClient();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php119 $nodes[] = new Node($id, $this->getClient());
125 public function getClient(): Client
137 return new Health($this->getClient());
145 return new Settings($this->getClient());
118 public function getClient(): Client global() function in Elastica\\Cluster
H A DIndex.php175 return $this->getClient()->updateDocuments($docs, $options);
246 $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)
279 return $this->getClient()->addDocuments($docs, $options);
415 return $this->getClient()->deleteDocuments($docs);
532 $search = new Search($this->getClient(), $builder);
598 public function getClient(): Client
619 $status = new Status($this->getClient());
631 return $this->getClient()->requestEndpoint($endpoint);
759 return $this->getClient()->request($path, $method, $data, $queryParameters);
774 return $this->getClient()
525 public function getClient(): Client global() function in Elastica\\Index
[all...]
H A DIndexTemplate.php111 public function getClient()
132 return $this->getClient()->request($path, $method, $data);
96 public function getClient() global() function in Elastica\\IndexTemplate
H A DNode.php85 public function getClient(): Client function in Elastica\\Node
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php166 public function getClient(): Client function in Elastica\\Cluster\\Settings
175 return $this->getClient()->request($path, $method, $data);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php55 public function getClient(): Client function in Elastica\\Multi\\Search
133 $response = $this->getClient()->request(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php228 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
H A DStats.php121 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);

12