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,8 +19,8 @@
* Service definition for SQLAdmin (v1beta4).
*
* <p>
* Creates and configures Cloud SQL instances, which provide fully-managed MySQL
* databases.</p>
* Creates and manages Cloud SQL instances, which provide fully managed MySQL or
* PostgreSQL databases.</p>
*
* <p>
* For more information about this service, see the API
@@ -57,6 +57,7 @@ class Google_Service_SQLAdmin extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://www.googleapis.com/';
$this->servicePath = 'sql/v1beta4/';
$this->batchPath = 'batch/sqladmin/v1beta4';
$this->version = 'v1beta4';
$this->serviceName = 'sqladmin';
@@ -293,7 +294,22 @@ class Google_Service_SQLAdmin extends Google_Service
'instances',
array(
'methods' => array(
'clone' => array(
'addServerCa' => array(
'path' => 'projects/{project}/instances/{instance}/addServerCa',
'httpMethod' => 'POST',
'parameters' => array(
'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'instance' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'clone' => array(
'path' => 'projects/{project}/instances/{instance}/clone',
'httpMethod' => 'POST',
'parameters' => array(
@@ -430,6 +446,21 @@ class Google_Service_SQLAdmin extends Google_Service
'type' => 'string',
),
),
),'listServerCas' => array(
'path' => 'projects/{project}/instances/{instance}/listServerCas',
'httpMethod' => 'GET',
'parameters' => array(
'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'instance' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'patch' => array(
'path' => 'projects/{project}/instances/{instance}',
'httpMethod' => 'PATCH',
@@ -505,6 +536,21 @@ class Google_Service_SQLAdmin extends Google_Service
'required' => true,
),
),
),'rotateServerCa' => array(
'path' => 'projects/{project}/instances/{instance}/rotateServerCa',
'httpMethod' => 'POST',
'parameters' => array(
'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'instance' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'startReplica' => array(
'path' => 'projects/{project}/instances/{instance}/startReplica',
'httpMethod' => 'POST',
@@ -807,16 +853,15 @@ class Google_Service_SQLAdmin extends Google_Service
'type' => 'string',
'required' => true,
),
'host' => array(
'location' => 'query',
'type' => 'string',
'required' => true,
),
'name' => array(
'location' => 'query',
'type' => 'string',
'required' => true,
),
'host' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)