Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -45,12 +45,17 @@ class Google_Service_Monitoring extends Google_Service
const MONITORING_WRITE =
"https://www.googleapis.com/auth/monitoring.write";
public $projects_alertPolicies;
public $projects_collectdTimeSeries;
public $projects_groups;
public $projects_groups_members;
public $projects_metricDescriptors;
public $projects_monitoredResourceDescriptors;
public $projects_notificationChannelDescriptors;
public $projects_notificationChannels;
public $projects_timeSeries;
public $projects_uptimeCheckConfigs;
public $uptimeCheckIps;
/**
* Constructs the internal representation of the Monitoring service.
@@ -65,6 +70,86 @@ class Google_Service_Monitoring extends Google_Service
$this->version = 'v3';
$this->serviceName = 'monitoring';
$this->projects_alertPolicies = new Google_Service_Monitoring_Resource_ProjectsAlertPolicies(
$this,
$this->serviceName,
'alertPolicies',
array(
'methods' => array(
'create' => array(
'path' => 'v3/{+name}/alertPolicies',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v3/{+name}/alertPolicies',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'orderBy' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->projects_collectdTimeSeries = new Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries(
$this,
$this->serviceName,
@@ -258,10 +343,6 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -270,6 +351,10 @@ class Google_Service_Monitoring extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -294,6 +379,48 @@ class Google_Service_Monitoring extends Google_Service
),'list' => array(
'path' => 'v3/{+name}/monitoredResourceDescriptors',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->projects_notificationChannelDescriptors = new Google_Service_Monitoring_Resource_ProjectsNotificationChannelDescriptors(
$this,
$this->serviceName,
'notificationChannelDescriptors',
array(
'methods' => array(
'get' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v3/{+name}/notificationChannelDescriptors',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
@@ -308,10 +435,120 @@ class Google_Service_Monitoring extends Google_Service
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->projects_notificationChannels = new Google_Service_Monitoring_Resource_ProjectsNotificationChannels(
$this,
$this->serviceName,
'notificationChannels',
array(
'methods' => array(
'create' => array(
'path' => 'v3/{+name}/notificationChannels',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'force' => array(
'location' => 'query',
'type' => 'boolean',
),
),
),'get' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'getVerificationCode' => array(
'path' => 'v3/{+name}:getVerificationCode',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v3/{+name}/notificationChannels',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'orderBy' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'sendVerificationCode' => array(
'path' => 'v3/{+name}:sendVerificationCode',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'verify' => array(
'path' => 'v3/{+name}:verify',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
@@ -342,22 +579,6 @@ class Google_Service_Monitoring extends Google_Service
'type' => 'string',
'required' => true,
),
'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',
),
'interval.startTime' => array(
'location' => 'query',
'type' => 'string',
@@ -387,6 +608,117 @@ 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',
),
),
),
)
)
);
$this->projects_uptimeCheckConfigs = new Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs(
$this,
$this->serviceName,
'uptimeCheckConfigs',
array(
'methods' => array(
'create' => array(
'path' => 'v3/{+parent}/uptimeCheckConfigs',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v3/{+parent}/uptimeCheckConfigs',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->uptimeCheckIps = new Google_Service_Monitoring_Resource_UptimeCheckIps(
$this,
$this->serviceName,
'uptimeCheckIps',
array(
'methods' => array(
'list' => array(
'path' => 'v3/uptimeCheckIps',
'httpMethod' => 'GET',
'parameters' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)