Home
last modified time | relevance | path

Searched refs:tableReference (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2BigQueryKey.php46 public function setTableReference(GooglePrivacyDlpV2BigQueryTable $tableReference) argument
48 $this->tableReference = $tableReference;
55 return $this->tableReference;
H A DGooglePrivacyDlpV2BigQueryOptions.php131 public function setTableReference(GooglePrivacyDlpV2BigQueryTable $tableReference) argument
133 $this->tableReference = $tableReference;
140 return $this->tableReference;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableListTables.php176 public function setTableReference(TableReference $tableReference) argument
178 $this->tableReference = $tableReference;
185 return $this->tableReference;
H A DTable.php656 public function setTableReference(TableReference $tableReference) argument
658 $this->tableReference = $tableReference;
665 return $this->tableReference;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1723 public $tableReference; variable in Google_Table
1796 public function setTableReference(Google_TableReference $tableReference) { argument
1797 $this->tableReference = $tableReference;
1800 return $this->tableReference;
1936 public $tableReference; variable in Google_TableListTables
1955 public function setTableReference(Google_TableReference $tableReference) { argument
1956 $this->tableReference = $tableReference;
1959 return $this->tableReference;