Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -32,6 +32,12 @@ class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
* @opt_param string languages The list of language codes (defined in ISO 693)
* to run the query with, e.g. 'en'.
* @opt_param string ids The list of entity id to be used for search instead of
* query string. To specify multiple ids in the HTTP request, repeat the
* parameter in the URL as in ...?ids=A=B
* @opt_param int limit Limits the number of entities to be returned.
* @opt_param bool prefix Enables prefix match against names and aliases of
* entities
* @opt_param string query The literal query string for search.
@@ -39,12 +45,6 @@ class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource
* Person (as defined in http://schema.org/Person). If multiple types are
* specified, returned entities will contain one or more of these types.
* @opt_param bool indent Enables indenting of json results.
* @opt_param string languages The list of language codes (defined in ISO 693)
* to run the query with, e.g. 'en'.
* @opt_param string ids The list of entity id to be used for search instead of
* query string. To specify multiple ids in the HTTP request, repeat the
* parameter in the URL as in ...?ids=A=B
* @opt_param int limit Limits the number of entities to be returned.
* @return Google_Service_Kgsearch_SearchResponse
*/
public function search($optParams = array())