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');