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
@@ -40,6 +40,7 @@ class Google_Service_Pubsub extends Google_Service
public $projects_snapshots;
public $projects_subscriptions;
public $projects_topics;
public $projects_topics_snapshots;
public $projects_topics_subscriptions;
/**
@@ -61,7 +62,37 @@ class Google_Service_Pubsub extends Google_Service
'snapshots',
array(
'methods' => array(
'getIamPolicy' => array(
'create' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PUT',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v1/{+snapshot}',
'httpMethod' => 'DELETE',
'parameters' => array(
'snapshot' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v1/{+snapshot}',
'httpMethod' => 'GET',
'parameters' => array(
'snapshot' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'getIamPolicy' => array(
'path' => 'v1/{+resource}:getIamPolicy',
'httpMethod' => 'GET',
'parameters' => array(
@@ -71,6 +102,34 @@ class Google_Service_Pubsub extends Google_Service
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+project}/snapshots',
'httpMethod' => 'GET',
'parameters' => array(
'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'setIamPolicy' => array(
'path' => 'v1/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
@@ -189,6 +248,16 @@ class Google_Service_Pubsub extends Google_Service
'required' => true,
),
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'pull' => array(
'path' => 'v1/{+subscription}:pull',
'httpMethod' => 'POST',
@@ -199,6 +268,16 @@ class Google_Service_Pubsub extends Google_Service
'required' => true,
),
),
),'seek' => array(
'path' => 'v1/{+subscription}:seek',
'httpMethod' => 'POST',
'parameters' => array(
'subscription' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'setIamPolicy' => array(
'path' => 'v1/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
@@ -278,14 +357,14 @@ class Google_Service_Pubsub extends Google_Service
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'publish' => array(
'path' => 'v1/{+topic}:publish',
@@ -321,6 +400,34 @@ class Google_Service_Pubsub extends Google_Service
)
)
);
$this->projects_topics_snapshots = new Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots(
$this,
$this->serviceName,
'snapshots',
array(
'methods' => array(
'list' => array(
'path' => 'v1/{+topic}/snapshots',
'httpMethod' => 'GET',
'parameters' => array(
'topic' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->projects_topics_subscriptions = new Google_Service_Pubsub_Resource_ProjectsTopicsSubscriptions(
$this,
$this->serviceName,