Mise à jour des librairies
This commit is contained in:
@@ -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',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user