get
public AbusiveExperienceReport.Sites.Get get(java.lang.String name)
throws java.io.IOException
Gets a site's Abusive Experience Report summary.
Create a request for the method "sites.get".
This request holds the parameters needed by the abusiveexperiencereport server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the site whose summary to get, e.g.
`sites/http%3A%2F%2Fwww.google.com%2F`.
Format: `sites/{site}`
- Returns:
- the request
- Throws:
java.io.IOException