Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -34,6 +34,12 @@ class Google_Service_Spanner extends Google_Service
|
||||
/** View and manage your data across Google Cloud Platform services. */
|
||||
const CLOUD_PLATFORM =
|
||||
"https://www.googleapis.com/auth/cloud-platform";
|
||||
/** Administer your Spanner databases. */
|
||||
const SPANNER_ADMIN =
|
||||
"https://www.googleapis.com/auth/spanner.admin";
|
||||
/** View and manage the contents of your Spanner databases. */
|
||||
const SPANNER_DATA =
|
||||
"https://www.googleapis.com/auth/spanner.data";
|
||||
|
||||
public $projects_instanceConfigs;
|
||||
public $projects_instances;
|
||||
@@ -348,6 +354,10 @@ class Google_Service_Spanner extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
@@ -356,10 +366,6 @@ class Google_Service_Spanner extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -441,6 +447,48 @@ class Google_Service_Spanner extends Google_Service
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'list' => array(
|
||||
'path' => 'v1/{+database}/sessions',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'database' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),'partitionQuery' => array(
|
||||
'path' => 'v1/{+session}:partitionQuery',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'session' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'partitionRead' => array(
|
||||
'path' => 'v1/{+session}:partitionRead',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'session' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'read' => array(
|
||||
'path' => 'v1/{+session}:read',
|
||||
'httpMethod' => 'POST',
|
||||
|
||||
Reference in New Issue
Block a user