/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
H A 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. 115 * @param string $reportId The ID of the report. 122 public function run($profileId, $reportId, $optParams = []) argument 124 $params = ['profileId' => $profileId, 'reportId' => $reportId]; [all …]
|
H A 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];
|
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | Google_DfareportingService.php | 63 * @param string $reportId The ID of the report. 117 * @param string $reportId The ID of the report. 130 * @param string $reportId The ID of the report. 189 * @param string $reportId The ID of the report. 208 * @param string $reportId The ID of the report. 228 * @param string $reportId The ID of the report. 290 * @param string $reportId The ID of the report. 613 public $reportId; variable in Google_DfareportingFile 660 public function setReportId( $reportId) { argument 661 $this->reportId = $reportId; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Doubleclicksearch.php | 151 'path' => 'doubleclicksearch/v2/reports/{reportId}', 154 'reportId' => [ 161 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}', 164 'reportId' => [
|
H A D | YouTubeReporting.php | 141 'path' => 'v1/jobs/{jobId}/reports/{reportId}', 149 'reportId' => [
|
H A 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' => [ 3975 'reportId' => [ 3990 'reportId' => [ 4009 'reportId' => [ 4054 'reportId' => [ [all …]
|