Skip to content

Commit

Permalink
Regenerate drive client (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Aug 25, 2023
1 parent 3abf9b7 commit e41289c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Drive/Resource/Drives.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function create($requestId, Drive $postBody, $optParams = [])
return $this->call('create', [$params], Drive::class);
}
/**
* Permanently deletes a shared drive for which the user is an organizer. The
* Permanently deletes a shared drive for which the user is an `organizer`. The
* shared drive cannot contain any untrashed items. (drives.delete)
*
* @param string $driveId The ID of the shared drive.
Expand Down
8 changes: 4 additions & 4 deletions src/Drive/Resource/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ public function create(DriveFile $postBody, $optParams = [])
}
/**
* Permanently deletes a file owned by the user without moving it to the trash.
* If the file belongs to a shared drive the user must be an organizer on the
* parent. If the target is a folder, all descendants owned by the user are also
* deleted. (files.delete)
* If the file belongs to a shared drive, the user must be an `organizer` on the
* parent folder. If the target is a folder, all descendants owned by the user
* are also deleted. (files.delete)
*
* @param string $fileId The ID of the file.
* @param array $optParams Optional parameters.
Expand Down Expand Up @@ -291,7 +291,7 @@ public function listFiles($optParams = [])
/**
* Lists the labels on a file. (files.listLabels)
*
* @param string $fileId The ID for the file or shared drive.
* @param string $fileId The ID for the file.
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults The maximum number of labels to return per page.
Expand Down

0 comments on commit e41289c

Please sign in to comment.