Skip to content

Commit dcadaab

Browse files
Regenerate drive client
1 parent c9fa9d7 commit dcadaab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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/Comments.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ public function create($fileId, Comment $postBody, $optParams = [])
5353
/**
5454
* Deletes a comment. For more information, see [Manage comments and
5555
* replies](https://developers.google.com/workspace/drive/api/guides/manage-
56-
* comments). Required: The `fields` parameter must be set. To return the exact
57-
* fields you need, see [Return specific
58-
* fields](https://developers.google.com/workspace/drive/api/guides/fields-
59-
* parameter). (comments.delete)
56+
* comments). (comments.delete)
6057
*
6158
* @param string $fileId The ID of the file.
6259
* @param string $commentId The ID of the comment.

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)