Mise à jour des librairies
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* Service definition for WebSecurityScanner (v1alpha).
|
||||
*
|
||||
* <p>
|
||||
* Web Security Scanner API (under development).</p>
|
||||
* Scans your Compute and App Engine apps for common web vulnerabilities.</p>
|
||||
*
|
||||
* <p>
|
||||
* For more information about this service, see the API
|
||||
@@ -50,6 +50,7 @@ class Google_Service_WebSecurityScanner extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://websecurityscanner.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1alpha';
|
||||
$this->serviceName = 'websecurityscanner';
|
||||
|
||||
@@ -98,14 +99,14 @@ class Google_Service_WebSecurityScanner 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' => 'v1alpha/{+name}',
|
||||
@@ -256,10 +257,6 @@ class Google_Service_WebSecurityScanner extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
@@ -268,6 +265,10 @@ class Google_Service_WebSecurityScanner extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user