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

@@ -67,6 +67,7 @@ class Google_Service_Monitoring extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://monitoring.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v3';
$this->serviceName = 'monitoring';
@@ -199,6 +200,10 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'recursive' => array(
'location' => 'query',
'type' => 'boolean',
),
),
),'get' => array(
'path' => 'v3/{+name}',
@@ -273,23 +278,23 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'interval.endTime' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'interval.startTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'interval.startTime' => array(
'interval.endTime' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
@@ -343,10 +348,6 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
@@ -355,6 +356,10 @@ class Google_Service_Monitoring extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
@@ -385,10 +390,6 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
@@ -397,6 +398,10 @@ class Google_Service_Monitoring extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
@@ -427,14 +432,14 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -579,6 +584,22 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'aggregation.crossSeriesReducer' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'aggregation.perSeriesAligner' => array(
'location' => 'query',
'type' => 'string',
),
'interval.startTime' => array(
'location' => 'query',
'type' => 'string',
@@ -608,22 +629,6 @@ class Google_Service_Monitoring extends Google_Service
'location' => 'query',
'type' => 'string',
),
'aggregation.crossSeriesReducer' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'aggregation.perSeriesAligner' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)