get
public Reports.EntityUsageReports.Get get(String entityType,
String entityKey,
String date)
throws IOException
Retrieves a report which is a collection of properties and statistics for entities used by users
within the account. For more information, see the Entities Usage Report guide. For more
information about the entities report's parameters, see the Entities Usage parameters reference
guides.
Create a request for the method "entityUsageReports.get".
This request holds the parameters needed by the admin server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
entityType - Represents the type of entity for the report.
entityKey - Represents the key of the object to filter the data with. It is a string which can take the value
`all` to get activity events for all users, or any other value for an app-specific entity.
For details on how to obtain the `entityKey` for a particular `entityType`, see the
Entities Usage parameters reference guides.
date - Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is
in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.
- Returns:
- the request
- Throws:
IOException