Mise à jour des librairies
This commit is contained in:
@@ -44,6 +44,7 @@ class Google_Service_Kgsearch extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://kgsearch.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'kgsearch';
|
||||
|
||||
@@ -57,6 +58,20 @@ class Google_Service_Kgsearch extends Google_Service
|
||||
'path' => 'v1/entities:search',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'languages' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
'repeated' => true,
|
||||
),
|
||||
'ids' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
'repeated' => true,
|
||||
),
|
||||
'limit' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'prefix' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
@@ -74,20 +89,6 @@ class Google_Service_Kgsearch extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'languages' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
'repeated' => true,
|
||||
),
|
||||
'ids' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
'repeated' => true,
|
||||
),
|
||||
'limit' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user