Google_TableListTables
The Google Pagespeed Insights Google TableListTables class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_BigqueryService.php
- class Google_TableListTables extends Google_Model {
- public $friendlyName;
- public $kind;
- public $id;
- protected $__tableReferenceType = 'Google_TableReference';
- protected $__tableReferenceDataType = '';
- public $tableReference;
- public function setFriendlyName($friendlyName) {
- $this->friendlyName = $friendlyName;
- }
- public function getFriendlyName() {
- return $this->friendlyName;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setTableReference(Google_TableReference $tableReference) {
- $this->tableReference = $tableReference;
- }
- public function getTableReference() {
- return $this->tableReference;
- }
- }