Changes
class Changes extends Resource (View source)
The "changes" collection of methods.
Typical usage is:
$driveService = new Google\Service\Drive(...);
$changes = $driveService->changes;
Methods
getStartPageToken(array $optParams = [])
Gets the starting pageToken for listing future changes.
listChanges(string $pageToken, array $optParams = [])
Lists the changes for a user or shared drive. (changes.listChanges)
Details
StartPageToken
getStartPageToken(array $optParams = [])
Gets the starting pageToken for listing future changes.
(changes.getStartPageToken)
ChangeList
listChanges(string $pageToken, array $optParams = [])
Lists the changes for a user or shared drive. (changes.listChanges)