Skip to content

Commit 86bfef3

Browse files
committed
Updated Storage.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent cfad38d commit 86bfef3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Google/Service/Storage.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
*/
3232
class Google_Service_Storage extends Google_Service
3333
{
34+
/** View and manage your data across Google Cloud Platform services. */
35+
const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
3436
/** Manage your data and permissions in Google Cloud Storage. */
3537
const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
3638
/** View your data in Google Cloud Storage. */
@@ -1620,7 +1622,7 @@ public function delete($bucket, $object, $optParams = array())
16201622
return $this->call('delete', array($params));
16211623
}
16221624
/**
1623-
* Retrieves objects or their metadata. (objects.get)
1625+
* Retrieves an object or its metadata. (objects.get)
16241626
*
16251627
* @param string $bucket
16261628
* Name of the bucket in which the object resides.

0 commit comments

Comments
 (0)