Skip to content

Commit d8334eb

Browse files
Regenerate drive client
1 parent c9fa9d7 commit d8334eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Drive.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
10381038
'location' => 'query',
10391039
'type' => 'string',
10401040
],
1041+
'enforceExpansiveAccess' => [
1042+
'location' => 'query',
1043+
'type' => 'boolean',
1044+
],
10411045
'enforceSingleParent' => [
10421046
'location' => 'query',
10431047
'type' => 'boolean',

src/Drive/Resource/Permissions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class Permissions extends \Google\Service\Resource
4141
*
4242
* @opt_param string emailMessage A plain text custom message to include in the
4343
* notification email.
44+
* @opt_param bool enforceExpansiveAccess Whether the request should enforce
45+
* expansive access rules.
4446
* @opt_param bool enforceSingleParent Deprecated: See `moveToNewOwnersRoot` for
4547
* details.
4648
* @opt_param bool moveToNewOwnersRoot This parameter will only take effect if

0 commit comments

Comments
 (0)