Skip to content

Commit 754f6cb

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 1486888 commit 754f6cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Google/Service/Storage.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,13 +1762,13 @@ public function insert($bucket, Google_Service_Storage_StorageObject $postBody,
17621762
* @param array $optParams Optional parameters.
17631763
*
17641764
* @opt_param string projection Set of properties to return. Defaults to noAcl.
1765-
* @opt_param bool versions If true, lists all versions of a file as distinct
1766-
* results.
1765+
* @opt_param bool versions If true, lists all versions of an object as distinct
1766+
* results. The default is false. For more information, see Object Versioning.
17671767
* @opt_param string prefix Filter results to objects whose names begin with
17681768
* this prefix.
17691769
* @opt_param string maxResults Maximum number of items plus prefixes to return.
17701770
* As duplicate prefixes are omitted, fewer total results may be returned than
1771-
* requested.
1771+
* requested. The default value of this parameter is 1,000 items.
17721772
* @opt_param string pageToken A previously-returned page token representing
17731773
* part of the larger set of results to view.
17741774
* @opt_param string delimiter Returns results in a directory-like mode. items
@@ -1918,13 +1918,13 @@ public function update($bucket, $object, Google_Service_Storage_StorageObject $p
19181918
* @param array $optParams Optional parameters.
19191919
*
19201920
* @opt_param string projection Set of properties to return. Defaults to noAcl.
1921-
* @opt_param bool versions If true, lists all versions of a file as distinct
1922-
* results.
1921+
* @opt_param bool versions If true, lists all versions of an object as distinct
1922+
* results. The default is false. For more information, see Object Versioning.
19231923
* @opt_param string prefix Filter results to objects whose names begin with
19241924
* this prefix.
19251925
* @opt_param string maxResults Maximum number of items plus prefixes to return.
19261926
* As duplicate prefixes are omitted, fewer total results may be returned than
1927-
* requested.
1927+
* requested. The default value of this parameter is 1,000 items.
19281928
* @opt_param string pageToken A previously-returned page token representing
19291929
* part of the larger set of results to view.
19301930
* @opt_param string delimiter Returns results in a directory-like mode. items

0 commit comments

Comments
 (0)