The "files" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($profileId, $reportId, $fileId, $optParams=array()) |
| Retrieves a report file.
|
|
| listReportsFiles ($profileId, $reportId, $optParams=array()) |
| Lists files for a report.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "files" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $files = $dfareportingService->files;
◆ 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
-
◆ get()
Google_Service_Dfareporting_ReportsFiles_Resource::get |
( |
| $profileId, |
|
|
| $reportId, |
|
|
| $fileId, |
|
|
| $optParams = array() ) |
Retrieves a report file.
(files.get)
- Parameters
-
string | $profileId | The DFA profile ID. |
string | $reportId | The ID of the report. |
string | $fileId | The ID of the report file. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listReportsFiles()
Google_Service_Dfareporting_ReportsFiles_Resource::listReportsFiles |
( |
| $profileId, |
|
|
| $reportId, |
|
|
| $optParams = array() ) |
Lists files for a report.
(files.listReportsFiles)
- Parameters
-
string | $profileId | The DFA profile ID. |
string | $reportId | The ID of the parent report. |
array | $optParams | Optional parameters. |
@opt_param string sortField The field by which to sort the list. @opt_param int maxResults Maximum number of results to return. @opt_param string pageToken The value of the nextToken from the previous result page. @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php