Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
Report |
Report.clone() |
Report |
Report.set(String fieldName,
Object value) |
Report |
Report.setFiles(List<Report.Files> files)
Asynchronous report only.
|
Report |
Report.setId(String id)
Asynchronous report only.
|
Report |
Report.setIsReportReady(Boolean isReportReady)
Asynchronous report only.
|
Report |
Report.setKind(String kind)
Identifies this as a Report resource.
|
Report |
Report.setRequest(ReportRequest request)
The request that created the report.
|
Report |
Report.setRowCount(Integer rowCount)
The number of report rows generated by the report, not including headers.
|
Report |
Report.setRows(List<Map<String,Object>> rows)
Synchronous report only.
|
Report |
Report.setStatisticsCurrencyCode(String statisticsCurrencyCode)
The currency code of all monetary values produced in the report, including values that are set
by users (e.g., keyword bid settings) and metrics (e.g., cost and revenue).
|
Report |
Report.setStatisticsTimeZone(String statisticsTimeZone)
If all statistics of the report are sourced from the same time zone, this would be it.
|
Copyright © 2011–2024 Google. All rights reserved.