Google_TableReference
The Google Pagespeed Insights Google TableReference class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_BigqueryService.php
- class Google_TableReference extends Google_Model {
- public $projectId;
- public $tableId;
- public $datasetId;
- public function setProjectId($projectId) {
- $this->projectId = $projectId;
- }
- public function getProjectId() {
- return $this->projectId;
- }
- public function setTableId($tableId) {
- $this->tableId = $tableId;
- }
- public function getTableId() {
- return $this->tableId;
- }
- public function setDatasetId($datasetId) {
- $this->datasetId = $datasetId;
- }
- public function getDatasetId() {
- return $this->datasetId;
- }
- }