Mise à jour des librairies
This commit is contained in:
@@ -48,6 +48,7 @@ class Google_Service_CloudFunctions extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://cloudfunctions.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'cloudfunctions';
|
||||
|
||||
@@ -71,10 +72,6 @@ class Google_Service_CloudFunctions extends Google_Service
|
||||
'path' => 'v1/operations',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'name' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
@@ -87,6 +84,10 @@ class Google_Service_CloudFunctions extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -190,6 +191,16 @@ class Google_Service_CloudFunctions extends Google_Service
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'getIamPolicy' => array(
|
||||
'path' => 'v1/{+resource}:getIamPolicy',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'resource' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'list' => array(
|
||||
'path' => 'v1/{+parent}/functions',
|
||||
'httpMethod' => 'GET',
|
||||
@@ -222,6 +233,26 @@ class Google_Service_CloudFunctions extends Google_Service
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),'setIamPolicy' => array(
|
||||
'path' => 'v1/{+resource}:setIamPolicy',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'resource' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'testIamPermissions' => array(
|
||||
'path' => 'v1/{+resource}:testIamPermissions',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'resource' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user