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

@@ -19,7 +19,8 @@
* Service definition for PolyService (v1).
*
* <p>
* The Poly API provides read-only access to assets hosted on poly.google.com.</p>
* The Poly API provides read access to assets hosted on poly.google.com to all,
* and upload access to poly.google.com for whitelisted accounts.</p>
*
* <p>
* For more information about this service, see the API
@@ -46,6 +47,7 @@ class Google_Service_PolyService extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://poly.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
$this->serviceName = 'poly';
@@ -69,18 +71,6 @@ class Google_Service_PolyService extends Google_Service
'path' => 'v1/assets',
'httpMethod' => 'GET',
'parameters' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxComplexity' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'keywords' => array(
'location' => 'query',
'type' => 'string',
@@ -101,6 +91,18 @@ class Google_Service_PolyService extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxComplexity' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
@@ -161,14 +163,6 @@ class Google_Service_PolyService extends Google_Service
'type' => 'string',
'required' => true,
),
'orderBy' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -177,6 +171,14 @@ class Google_Service_PolyService extends Google_Service
'location' => 'query',
'type' => 'string',
),
'orderBy' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)