Mise à jour des librairies
This commit is contained in:
@@ -53,6 +53,7 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://youtubereporting.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'youtubereporting';
|
||||
|
||||
@@ -103,14 +104,6 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'path' => 'v1/jobs',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'includeSystemManaged' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
@@ -119,6 +112,14 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'includeSystemManaged' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -158,15 +159,19 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'startTimeBefore' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'createdAfter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'startTimeAtOrAfter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'startTimeAtOrAfter' => array(
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
@@ -178,10 +183,6 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'startTimeBefore' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -217,10 +218,6 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'path' => 'v1/reportTypes',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'onBehalfOfContentOwner' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
@@ -233,6 +230,10 @@ class Google_Service_YouTubeReporting extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'onBehalfOfContentOwner' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user