Mise à jour des librairies
This commit is contained in:
@@ -55,6 +55,7 @@ class Google_Service_FirebaseRules extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://firebaserules.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'firebaserules';
|
||||
|
||||
@@ -209,6 +210,10 @@ class Google_Service_FirebaseRules extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
@@ -217,10 +222,6 @@ class Google_Service_FirebaseRules extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user