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
@@ -36,6 +36,10 @@ class Google_Service_Iam extends Google_Service
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
public $iamPolicies;
public $organizations_roles;
public $permissions;
public $projects_roles;
public $projects_serviceAccounts;
public $projects_serviceAccounts_keys;
public $roles;
@@ -53,6 +57,222 @@ class Google_Service_Iam extends Google_Service
$this->version = 'v1';
$this->serviceName = 'iam';
$this->iamPolicies = new Google_Service_Iam_Resource_IamPolicies(
$this,
$this->serviceName,
'iamPolicies',
array(
'methods' => array(
'queryAuditableServices' => array(
'path' => 'v1/iamPolicies:queryAuditableServices',
'httpMethod' => 'POST',
'parameters' => array(),
),
)
)
);
$this->organizations_roles = new Google_Service_Iam_Resource_OrganizationsRoles(
$this,
$this->serviceName,
'roles',
array(
'methods' => array(
'create' => array(
'path' => 'v1/{+parent}/roles',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'etag' => array(
'location' => 'query',
'type' => 'string',
),
),
),'get' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+parent}/roles',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'showDeleted' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'view' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'undelete' => array(
'path' => 'v1/{+name}:undelete',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->permissions = new Google_Service_Iam_Resource_Permissions(
$this,
$this->serviceName,
'permissions',
array(
'methods' => array(
'queryTestablePermissions' => array(
'path' => 'v1/permissions:queryTestablePermissions',
'httpMethod' => 'POST',
'parameters' => array(),
),
)
)
);
$this->projects_roles = new Google_Service_Iam_Resource_ProjectsRoles(
$this,
$this->serviceName,
'roles',
array(
'methods' => array(
'create' => array(
'path' => 'v1/{+parent}/roles',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'etag' => array(
'location' => 'query',
'type' => 'string',
),
),
),'get' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+parent}/roles',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'showDeleted' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'view' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'undelete' => array(
'path' => 'v1/{+name}:undelete',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->projects_serviceAccounts = new Google_Service_Iam_Resource_ProjectsServiceAccounts(
$this,
$this->serviceName,
@@ -236,7 +456,42 @@ class Google_Service_Iam extends Google_Service
'roles',
array(
'methods' => array(
'queryGrantableRoles' => array(
'get' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/roles',
'httpMethod' => 'GET',
'parameters' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'view' => array(
'location' => 'query',
'type' => 'string',
),
'parent' => array(
'location' => 'query',
'type' => 'string',
),
'showDeleted' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'queryGrantableRoles' => array(
'path' => 'v1/roles:queryGrantableRoles',
'httpMethod' => 'POST',
'parameters' => array(),