| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
| D | Reports.php | 38 * @param string $reportId The ID of the report. 41 public function delete($profileId, $reportId, $optParams = []) argument 43 $params = ['profileId' => $profileId, 'reportId' => $reportId]; 51 * @param string $reportId The ID of the report. 55 public function get($profileId, $reportId, $optParams = []) argument 57 $params = ['profileId' => $profileId, 'reportId' => $reportId]; 100 * @param string $reportId The ID of the report. 105 public function patch($profileId, $reportId, Report $postBody, $optParams = []) argument 107 $params = ['profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody]; 115 * @param string $reportId The ID of the report. [all …]
|
| D | ReportsFiles.php | 38 * @param string $reportId The ID of the report. 43 public function get($profileId, $reportId, $fileId, $optParams = []) argument 45 $params = ['profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId]; 53 * @param string $reportId The ID of the parent report. 63 public function listReportsFiles($profileId, $reportId, $optParams = []) argument 65 $params = ['profileId' => $profileId, 'reportId' => $reportId];
|
| D | Files.php | 37 * @param string $reportId The ID of the report. 42 public function get($reportId, $fileId, $optParams = []) argument 44 $params = ['reportId' => $reportId, 'fileId' => $fileId];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/ |
| D | ReportKey.php | 29 public $reportId; variable in Google\\Service\\DoubleClickBidManager\\ReportKey 48 public function setReportId($reportId) argument 50 $this->reportId = $reportId; 57 return $this->reportId;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/Resource/ |
| D | Reports.php | 49 * @param string $reportId ID of the report request being polled. 53 public function get($reportId, $optParams = []) argument 55 $params = ['reportId' => $reportId]; 62 * @param string $reportId ID of the report. 66 public function getFile($reportId, $reportFragment, $optParams = []) argument 68 $params = ['reportId' => $reportId, 'reportFragment' => $reportFragment];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | DfareportingFile.php | 51 public $reportId; variable in Google\\Service\\Dfareporting\\DfareportingFile 160 public function setReportId($reportId) argument 162 $this->reportId = $reportId; 169 return $this->reportId;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/ |
| D | JobsReports.php | 37 * @param string $reportId The ID of the report to retrieve. 45 public function get($jobId, $reportId, $optParams = []) argument 47 $params = ['jobId' => $jobId, 'reportId' => $reportId];
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_DfareportingService.php | 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. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Doubleclicksearch.php | 151 'path' => 'doubleclicksearch/v2/reports/{reportId}', 154 'reportId' => [ 161 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}', 164 'reportId' => [
|
| D | YouTubeReporting.php | 141 'path' => 'v1/jobs/{jobId}/reports/{reportId}', 149 'reportId' => [
|
| D | Dfareporting.php | 2307 'path' => 'dfareporting/v3.5/reports/{reportId}/files/{fileId}', 2310 'reportId' => [ 3897 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}', 3905 'reportId' => [ 3912 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}', 3920 'reportId' => [ 3967 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}', 3975 'reportId' => [ 3982 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}/run', 3990 'reportId' => [ [all …]
|