The "changes" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $changes =
$driveService->changes; </code>
The "channels" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $channels =
$driveService->channels; </code>
The "comments" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $comments =
$driveService->comments; </code>
The "permissions" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $permissions =
$driveService->permissions; </code>
The "replies" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $replies =
$driveService->replies; </code>
The "revisions" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $revisions =
$driveService->revisions; </code>
The "teamdrives" collection of methods. Typical usage is: <code>
$driveService = new Google_Service_Drive(...); $teamdrives =
$driveService->teamdrives; </code>