| Modifier and Type | Class and Description |
|---|---|
class |
Reports.Activities.List |
class |
Reports.Activities.Watch |
| Constructor and Description |
|---|
Activities() |
| Modifier and Type | Method and Description |
|---|---|
Reports.Activities.List |
list(String userKey,
String applicationName)
Retrieves a list of activities for a specific customer's account and application such as the
Admin console application or the Google Drive application.
|
Reports.Activities.Watch |
watch(String userKey,
String applicationName,
Channel content)
Start receiving notifications for account activities.
|
public Reports.Activities.List list(String userKey, String applicationName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userKey - Represents the profile ID or the user email for which the data should be filtered. Can be `all` for
all information, or `userKey` for a user's unique Google Workspace profile ID or their
primary email address. Must not be a deleted user. For a deleted user, call `users.list`
in Directory API with `showDeleted=true`, then use the returned `ID` as the `userKey`.applicationName - Application name for which the events are to be retrieved.IOExceptionpublic Reports.Activities.Watch watch(String userKey, String applicationName, Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userKey - Represents the profile ID or the user email for which the data should be filtered. Can be `all` for
all information, or `userKey` for a user's unique Google Workspace profile ID or their
primary email address. Must not be a deleted user. For a deleted user, call `users.list`
in Directory API with `showDeleted=true`, then use the returned `ID` as the `userKey`.applicationName - Application name for which the events are to be retrieved.content - the ChannelIOExceptionCopyright © 2011–2025 Google. All rights reserved.