public class Doubleclicksearch.Reports
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Doubleclicksearch.Reports.Generate |
class |
Doubleclicksearch.Reports.Get |
class |
Doubleclicksearch.Reports.GetFile |
class |
Doubleclicksearch.Reports.Request |
Constructor and Description |
---|
Reports() |
Modifier and Type | Method and Description |
---|---|
Doubleclicksearch.Reports.Generate |
generate(ReportRequest content)
Generates and returns a report immediately.
|
Doubleclicksearch.Reports.Get |
get(java.lang.String reportId)
Polls for the status of a report request.
|
Doubleclicksearch.Reports.GetFile |
getFile(java.lang.String reportId,
java.lang.Integer reportFragment)
Downloads a report file encoded in UTF-8.
|
Doubleclicksearch.Reports.Request |
request(ReportRequest content)
Inserts a report request into the reporting system.
|
public Doubleclicksearch.Reports.Generate generate(ReportRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ReportRequest
java.io.IOException
public Doubleclicksearch.Reports.Get get(java.lang.String reportId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.reportId
- ID of the report request being polled.java.io.IOException
public Doubleclicksearch.Reports.GetFile getFile(java.lang.String reportId, java.lang.Integer reportFragment) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.reportId
- ID of the report.reportFragment
- The index of the report fragment to download.
[minimum: 0]java.io.IOException
public Doubleclicksearch.Reports.Request request(ReportRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ReportRequest
java.io.IOException