Lines Matching refs:reportId

63      * @param string $reportId The ID of the report.
68 public function get($reportId, $fileId, $optParams = array()) { argument
69 $params = array('reportId' => $reportId, 'fileId' => $fileId);
117 * @param string $reportId The ID of the report.
120 public function delete($profileId, $reportId, $optParams = array()) { argument
121 $params = array('profileId' => $profileId, 'reportId' => $reportId);
130 * @param string $reportId The ID of the report.
134 public function get($profileId, $reportId, $optParams = array()) { argument
135 $params = array('profileId' => $profileId, 'reportId' => $reportId);
189 * @param string $reportId The ID of the report.
194 public function patch($profileId, $reportId, Google_Report $postBody, $optParams = array()) { argument
195 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
208 * @param string $reportId The ID of the report.
214 public function run($profileId, $reportId, $optParams = array()) { argument
215 $params = array('profileId' => $profileId, 'reportId' => $reportId);
228 * @param string $reportId The ID of the report.
233 public function update($profileId, $reportId, Google_Report $postBody, $optParams = array()) { argument
234 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
290 * @param string $reportId The ID of the report.
295 public function get($profileId, $reportId, $fileId, $optParams = array()) { argument
296 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
309 * @param string $reportId The ID of the parent report.
318 public function listReportsFiles($profileId, $reportId, $optParams = array()) { argument
319 $params = array('profileId' => $profileId, 'reportId' => $reportId);
613 public $reportId; variable in Google_DfareportingFile
660 public function setReportId( $reportId) { argument
661 $this->reportId = $reportId;
664 return $this->reportId;