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

@@ -72,7 +72,7 @@ class Google_Service_Bigquery extends Google_Service
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/';
$this->rootUrl = $rootUrl ?: 'https://bigquery.googleapis.com/';
$this->servicePath = 'bigquery/v2/';
$this->batchPath = 'batch/bigquery/v2';
$this->version = 'v2';
@@ -137,14 +137,6 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -153,6 +145,14 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'projects/{projectId}/datasets/{datasetId}',
@@ -286,6 +286,30 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'stateFilter' => array(
'location' => 'query',
'type' => 'string',
@@ -295,30 +319,6 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query',
'type' => 'string',
),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'query' => array(
'path' => 'projects/{projectId}/queries',
@@ -394,14 +394,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
@@ -539,14 +539,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'update' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}',