Home
last modified time | relevance | path

Searched refs:reportType (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequest.php50 public $reportType; variable in Google\\Service\\Doubleclicksearch\\ReportRequest
185 public function setReportType($reportType) argument
187 $this->reportType = $reportType;
194 return $this->reportType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DMetadataColumns.php35 * @param string $reportType Report type. Allowed Values: 'ga'. Where 'ga'
40 public function listMetadataColumns($reportType, $optParams = []) argument
42 $params = ['reportType' => $reportType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DDeviceReportUpdateEvent.php26 protected $reportType = DeviceReport::class; variable in Google\\Service\\AndroidEnterprise\\DeviceReportUpdateEvent
H A DDevice.php32 protected $reportType = DeviceReport::class; variable in Google\\Service\\AndroidEnterprise\\Device
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php317 …* @param string $reportType The type of report being requested. Valid values: 'order_delta'. Requi…
333 public function get($role, $roleId, $reportType, $optParams = array()) { argument
334 $params = array('role' => $role, 'roleId' => $roleId, 'reportType' => $reportType);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php2121 'path' => 'metadata/{reportType}/columns',
2124 'reportType' => [