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