The "reports" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "reports" collection of methods.
Typical usage is: $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); $reports = $doubleclicksearchService->reports;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ generate()
Generates and returns a report immediately.
(reports.generate)
- Parameters
-
Google_ReportRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Doubleclicksearch_Reports_Resource::get |
( |
| $reportId, |
|
|
| $optParams = array() ) |
Polls for the status of a report request.
(reports.get)
- Parameters
-
string | $reportId | ID of the report request being polled. |
array | $optParams | Optional parameters. |
- Return values
-
◆ getFile()
Google_Service_Doubleclicksearch_Reports_Resource::getFile |
( |
| $reportId, |
|
|
| $reportFragment, |
|
|
| $optParams = array() ) |
Downloads a report file encoded in UTF-8.
(reports.getFile)
- Parameters
-
string | $reportId | ID of the report. |
int | $reportFragment | The index of the report fragment to download. |
array | $optParams | Optional parameters. |
◆ request()
Inserts a report request into the reporting system.
(reports.request)
- Parameters
-
Google_ReportRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Doubleclicksearch.php