search
public Playdeveloperreporting.Vitals.Errors.Reports.Search search(String parent)
throws IOException
Searches all error reports received for an app.
Create a request for the method "reports.search".
This request holds the parameters needed by the playdeveloperreporting server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. Parent resource of the reports, indicating the application for which they were received.
Format: apps/{app}
- Returns:
- the request
- Throws:
IOException