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

@@ -19,7 +19,7 @@
* Service definition for CloudSourceRepositories (v1).
*
* <p>
* Access source code repositories hosted by Google.</p>
* Accesses source code repositories hosted by Google.</p>
*
* <p>
* For more information about this service, see the API
@@ -43,6 +43,7 @@ class Google_Service_CloudSourceRepositories extends Google_Service
const SOURCE_READ_WRITE =
"https://www.googleapis.com/auth/source.read_write";
public $projects;
public $projects_repos;
/**
@@ -56,9 +57,40 @@ class Google_Service_CloudSourceRepositories extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://sourcerepo.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
$this->serviceName = 'sourcerepo';
$this->projects = new Google_Service_CloudSourceRepositories_Resource_Projects(
$this,
$this->serviceName,
'projects',
array(
'methods' => array(
'getConfig' => array(
'path' => 'v1/{+name}/config',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'updateConfig' => array(
'path' => 'v1/{+name}/config',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->projects_repos = new Google_Service_CloudSourceRepositories_Resource_ProjectsRepos(
$this,
$this->serviceName,
@@ -114,13 +146,23 @@ class Google_Service_CloudSourceRepositories 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',
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'setIamPolicy' => array(