Mise à jour des librairies
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user