google_Report
The Google Pagespeed Insights Google Report class.
Defined (3)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AdExchangeSellerService.php
- class Google_Report extends Google_Model {
- public $averages;
- protected $__headersType = 'Google_ReportHeaders';
- protected $__headersDataType = 'array';
- public $headers;
- public $kind;
- public $rows;
- public $totalMatchedRows;
- public $totals;
- public $warnings;
- public function setAverages( $averages) {
- $this->averages = $averages;
- }
- public function getAverages() {
- return $this->averages;
- }
- public function setHeaders(/** array(Google_ReportHeaders) */ $headers) {
- $this->assertIsArray($headers, 'Google_ReportHeaders', __METHOD__);
- $this->headers = $headers;
- }
- public function getHeaders() {
- return $this->headers;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setRows( $rows) {
- $this->rows = $rows;
- }
- public function getRows() {
- return $this->rows;
- }
- public function setTotalMatchedRows($totalMatchedRows) {
- $this->totalMatchedRows = $totalMatchedRows;
- }
- public function getTotalMatchedRows() {
- return $this->totalMatchedRows;
- }
- public function setTotals( $totals) {
- $this->totals = $totals;
- }
- public function getTotals() {
- return $this->totals;
- }
- public function setWarnings( $warnings) {
- $this->warnings = $warnings;
- }
- public function getWarnings() {
- return $this->warnings;
- }
- }
- /google-api/src/contrib/Google_AdsensehostService.php
- class Google_Report extends Google_Model {
- public $averages;
- protected $__headersType = 'Google_ReportHeaders';
- protected $__headersDataType = 'array';
- public $headers;
- public $kind;
- public $rows;
- public $totalMatchedRows;
- public $totals;
- public $warnings;
- public function setAverages($averages) {
- $this->averages = $averages;
- }
- public function getAverages() {
- return $this->averages;
- }
- public function setHeaders(/** array(Google_ReportHeaders) */ $headers) {
- $this->assertIsArray($headers, 'Google_ReportHeaders', __METHOD__);
- $this->headers = $headers;
- }
- public function getHeaders() {
- return $this->headers;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setRows($rows) {
- $this->rows = $rows;
- }
- public function getRows() {
- return $this->rows;
- }
- public function setTotalMatchedRows($totalMatchedRows) {
- $this->totalMatchedRows = $totalMatchedRows;
- }
- public function getTotalMatchedRows() {
- return $this->totalMatchedRows;
- }
- public function setTotals($totals) {
- $this->totals = $totals;
- }
- public function getTotals() {
- return $this->totals;
- }
- public function setWarnings($warnings) {
- $this->warnings = $warnings;
- }
- public function getWarnings() {
- return $this->warnings;
- }
- }
- /google-api/src/contrib/Google_DfareportingService.php
- class Google_Report extends Google_Model {
- public $accountId;
- protected $__activeGrpCriteriaType = 'Google_ReportActiveGrpCriteria';
- protected $__activeGrpCriteriaDataType = '';
- public $activeGrpCriteria;
- protected $__criteriaType = 'Google_ReportCriteria';
- protected $__criteriaDataType = '';
- public $criteria;
- protected $__crossDimensionReachCriteriaType = 'Google_ReportCrossDimensionReachCriteria';
- protected $__crossDimensionReachCriteriaDataType = '';
- public $crossDimensionReachCriteria;
- protected $__deliveryType = 'Google_ReportDelivery';
- protected $__deliveryDataType = '';
- public $delivery;
- public $etag;
- public $fileName;
- protected $__floodlightCriteriaType = 'Google_ReportFloodlightCriteria';
- protected $__floodlightCriteriaDataType = '';
- public $floodlightCriteria;
- public $format;
- public $id;
- public $kind;
- public $lastModifiedTime;
- public $name;
- public $ownerProfileId;
- protected $__pathToConversionCriteriaType = 'Google_ReportPathToConversionCriteria';
- protected $__pathToConversionCriteriaDataType = '';
- public $pathToConversionCriteria;
- protected $__reachCriteriaType = 'Google_ReportReachCriteria';
- protected $__reachCriteriaDataType = '';
- public $reachCriteria;
- protected $__scheduleType = 'Google_ReportSchedule';
- protected $__scheduleDataType = '';
- public $schedule;
- public $subAccountId;
- public $type;
- public function setAccountId($accountId) {
- $this->accountId = $accountId;
- }
- public function getAccountId() {
- return $this->accountId;
- }
- public function setActiveGrpCriteria(Google_ReportActiveGrpCriteria $activeGrpCriteria) {
- $this->activeGrpCriteria = $activeGrpCriteria;
- }
- public function getActiveGrpCriteria() {
- return $this->activeGrpCriteria;
- }
- public function setCriteria(Google_ReportCriteria $criteria) {
- $this->criteria = $criteria;
- }
- public function getCriteria() {
- return $this->criteria;
- }
- public function setCrossDimensionReachCriteria(Google_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria) {
- $this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
- }
- public function getCrossDimensionReachCriteria() {
- return $this->crossDimensionReachCriteria;
- }
- public function setDelivery(Google_ReportDelivery $delivery) {
- $this->delivery = $delivery;
- }
- public function getDelivery() {
- return $this->delivery;
- }
- public function setEtag($etag) {
- $this->etag = $etag;
- }
- public function getEtag() {
- return $this->etag;
- }
- public function setFileName($fileName) {
- $this->fileName = $fileName;
- }
- public function getFileName() {
- return $this->fileName;
- }
- public function setFloodlightCriteria(Google_ReportFloodlightCriteria $floodlightCriteria) {
- $this->floodlightCriteria = $floodlightCriteria;
- }
- public function getFloodlightCriteria() {
- return $this->floodlightCriteria;
- }
- public function setFormat($format) {
- $this->format = $format;
- }
- public function getFormat() {
- return $this->format;
- }
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setLastModifiedTime($lastModifiedTime) {
- $this->lastModifiedTime = $lastModifiedTime;
- }
- public function getLastModifiedTime() {
- return $this->lastModifiedTime;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setOwnerProfileId($ownerProfileId) {
- $this->ownerProfileId = $ownerProfileId;
- }
- public function getOwnerProfileId() {
- return $this->ownerProfileId;
- }
- public function setPathToConversionCriteria(Google_ReportPathToConversionCriteria $pathToConversionCriteria) {
- $this->pathToConversionCriteria = $pathToConversionCriteria;
- }
- public function getPathToConversionCriteria() {
- return $this->pathToConversionCriteria;
- }
- public function setReachCriteria(Google_ReportReachCriteria $reachCriteria) {
- $this->reachCriteria = $reachCriteria;
- }
- public function getReachCriteria() {
- return $this->reachCriteria;
- }
- public function setSchedule(Google_ReportSchedule $schedule) {
- $this->schedule = $schedule;
- }
- public function getSchedule() {
- return $this->schedule;
- }
- public function setSubAccountId($subAccountId) {
- $this->subAccountId = $subAccountId;
- }
- public function getSubAccountId() {
- return $this->subAccountId;
- }
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }