Home
last modified time | relevance | path

Searched refs:clientInfo (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSemanticTile.php77 'clientInfo.apiClient' => [
81 'clientInfo.applicationId' => [
89 'clientInfo.deviceModel' => [
93 'clientInfo.operatingSystem' => [
97 'clientInfo.platform' => [
101 'clientInfo.userId' => [
165 'clientInfo.apiClient' => [
169 'clientInfo.applicationId' => [
177 'clientInfo.deviceModel' => [
185 'clientInfo.platform' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3LogImpressionsRequest.php32 public function setClientInfo(GoogleMapsUnityClientInfo $clientInfo) argument
34 $this->clientInfo = $clientInfo;
41 return $this->clientInfo;
H A DGoogleMapsPlayablelocationsV3LogPlayerReportsRequest.php32 public function setClientInfo(GoogleMapsUnityClientInfo $clientInfo) argument
34 $this->clientInfo = $clientInfo;
41 return $this->clientInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatHit.php43 public function setClientInfo(GoogleSecuritySafebrowsingV4ClientInfo $clientInfo) argument
45 $this->clientInfo = $clientInfo;
52 return $this->clientInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestMatrix.php69 public function setClientInfo(ClientInfo $clientInfo) argument
71 $this->clientInfo = $clientInfo;
78 return $this->clientInfo;