Home
last modified time | relevance | path

Searched refs:reportId (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DReports.php38 * @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 DReportsFiles.php38 * @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 DFiles.php37 * @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 DReportKey.php29 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 DReports.php49 * @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 DDfareportingFile.php51 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 DJobsReports.php37 * @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 DGoogle_DfareportingService.php63 * @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 DDoubleclicksearch.php151 'path' => 'doubleclicksearch/v2/reports/{reportId}',
154 'reportId' => [
161 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}',
164 'reportId' => [
H A DYouTubeReporting.php141 'path' => 'v1/jobs/{jobId}/reports/{reportId}',
149 'reportId' => [
H A DDfareporting.php2307 '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 …]