public class DoubleClickBidManager.Queries.Reports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleClickBidManager.Queries.Reports.Get |
class |
DoubleClickBidManager.Queries.Reports.List |
| Constructor and Description |
|---|
Reports() |
| Modifier and Type | Method and Description |
|---|---|
DoubleClickBidManager.Queries.Reports.Get |
get(Long queryId,
Long reportId)
Retrieves a report.
|
DoubleClickBidManager.Queries.Reports.List |
list(Long queryId)
Lists reports generated by the provided query.
|
public DoubleClickBidManager.Queries.Reports.Get get(Long queryId, Long reportId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.queryId - Required. The ID of the query that generated the report.reportId - Required. The ID of the query to retrieve.IOExceptionpublic DoubleClickBidManager.Queries.Reports.List list(Long queryId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.queryId - Required. The ID of the query that generated the reports.IOExceptionCopyright © 2011–2024 Google. All rights reserved.