connection = $connection; } /** * @return string */ public function getConnection() { return $this->connection; } /** * @param string */ public function setTableType($tableType) { $this->tableType = $tableType; } /** * @return string */ public function getTableType() { return $this->tableType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig');