get
public Reports.CustomerUsageReports.Get get(String date)
throws IOException
Retrieves a report which is a collection of properties and statistics for a specific customer's
account. For more information, see the Customers Usage Report guide. For more information about
the customer report's parameters, see the Customers Usage parameters reference guides.
Create a request for the method "customerUsageReports.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:
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