databaseViewSpec = $databaseViewSpec; } /** * @return GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec */ public function getDatabaseViewSpec() { return $this->databaseViewSpec; } /** * @param GoogleCloudDatacatalogV1DataplexTableSpec */ public function setDataplexTable(GoogleCloudDatacatalogV1DataplexTableSpec $dataplexTable) { $this->dataplexTable = $dataplexTable; } /** * @return GoogleCloudDatacatalogV1DataplexTableSpec */ public function getDataplexTable() { return $this->dataplexTable; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1DatabaseTableSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1DatabaseTableSpec');