Searched refs:insights (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/ |
H A D | GoogleCloudRecommenderV1ListInsightsResponse.php | 33 public function setInsights($insights) argument 35 $this->insights = $insights; 42 return $this->insights;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | NonSdkApi.php | 73 public function setInsights($insights) argument 75 $this->insights = $insights; 82 return $this->insights;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Recommender.php | 69 'insights', 83 'path' => 'v1/{+parent}/insights', 193 'insights', 207 'path' => 'v1/{+parent}/insights', 317 'insights', 331 'path' => 'v1/{+parent}/insights', 441 'insights', 455 'path' => 'v1/{+parent}/insights',
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/ |
H A D | Client.php | 183 public function insights($ipAddress = 'me') function in GeoIp2\\WebService\\Client 185 return $this->responseFor('insights', 'Insights', $ipAddress);
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
H A D | CHANGELOG.md | 181 the `omni` method has been replaced by the `insights` method.
|
H A D | README.md | 285 // you are using, e.g., "country", "insights".
|