Mise à jour des librairies
This commit is contained in:
@@ -53,6 +53,7 @@ class Google_Service_Pubsub extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://pubsub.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'pubsub';
|
||||
|
||||
@@ -366,6 +367,16 @@ class Google_Service_Pubsub extends Google_Service
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),'patch' => array(
|
||||
'path' => 'v1/{+name}',
|
||||
'httpMethod' => 'PATCH',
|
||||
'parameters' => array(
|
||||
'name' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'publish' => array(
|
||||
'path' => 'v1/{+topic}:publish',
|
||||
'httpMethod' => 'POST',
|
||||
@@ -443,14 +454,14 @@ class Google_Service_Pubsub extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user