Skip to content

Commit c7c8121

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 e599e06 commit c7c8121

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Google/Service/Storage.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ public function __construct(Google_Client $client)
234234
'location' => 'query',
235235
'type' => 'string',
236236
),
237+
'prefix' => array(
238+
'location' => 'query',
239+
'type' => 'string',
240+
),
237241
'projection' => array(
238242
'location' => 'query',
239243
'type' => 'string',
@@ -1140,6 +1144,8 @@ public function insert($project, Google_Service_Storage_Bucket $postBody, $optPa
11401144
*
11411145
* @opt_param string pageToken A previously-returned page token representing
11421146
* part of the larger set of results to view.
1147+
* @opt_param string prefix Filter results to buckets whose names begin with
1148+
* this prefix.
11431149
* @opt_param string projection Set of properties to return. Defaults to noAcl.
11441150
* @opt_param string maxResults Maximum number of buckets to return.
11451151
* @return Google_Service_Storage_Buckets

0 commit comments

Comments
 (0)