update composer dependencies

This commit is contained in:
2019-10-14 22:46:03 +02:00
parent 759eb88ef8
commit 307849f308
1100 changed files with 36539 additions and 22671 deletions

View File

@@ -136,10 +136,6 @@ class Google_Service_BigtableAdmin extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -148,6 +144,10 @@ class Google_Service_BigtableAdmin extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -487,6 +487,16 @@ class Google_Service_BigtableAdmin extends Google_Service
'type' => 'string',
),
),
),'getIamPolicy' => array(
'path' => 'v2/{+resource}:getIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v2/{+parent}/tables',
'httpMethod' => 'GET',
@@ -519,6 +529,26 @@ class Google_Service_BigtableAdmin extends Google_Service
'required' => true,
),
),
),'setIamPolicy' => array(
'path' => 'v2/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'testIamPermissions' => array(
'path' => 'v2/{+resource}:testIamPermissions',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)