search
public Playdeveloperreporting.Vitals.Errors.Issues.Search search(String parent)
throws IOException
Searches all error issues in which reports have been grouped.
Create a request for the method "issues.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 error issues, indicating the application for which they were
received. Format: apps/{app}
- Returns:
- the request
- Throws:
IOException