Skip to content

Commit 018a50f

Browse files
Regenerate storage client
1 parent c9fa9d7 commit 018a50f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Storage.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
17001700
'location' => 'query',
17011701
'type' => 'string',
17021702
],
1703+
'projection' => [
1704+
'location' => 'query',
1705+
'type' => 'string',
1706+
],
17031707
'userProject' => [
17041708
'location' => 'query',
17051709
'type' => 'string',

src/Storage/Resource/Objects.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ public function listObjects($bucket, $optParams = [])
407407
* match the given value. `ifSourceMetagenerationMatch` and
408408
* `ifSourceMetagenerationNotMatch` conditions are mutually exclusive: it's an
409409
* error for both of them to be set in the request.
410+
* @opt_param string projection Set of properties to return. Defaults to noAcl.
410411
* @opt_param string userProject The project to be billed for this request.
411412
* Required for Requester Pays buckets.
412413
* @return StorageObject

0 commit comments

Comments
 (0)