list
public Fcmdata.Projects.AndroidApps.DeliveryData.List list(String parent)
throws IOException
List aggregate delivery data for the given Android application.
Create a request for the method "deliveryData.list".
This request holds the parameters needed by the fcmdata server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. The application for which to list delivery data. Format:
`projects/{project_id}/androidApps/{app_id}`
- Returns:
- the request
- Throws:
IOException