baseTable = $baseTable; } /** * @return string */ public function getBaseTable() { return $this->baseTable; } /** * @param string */ public function setSqlQuery($sqlQuery) { $this->sqlQuery = $sqlQuery; } /** * @return string */ public function getSqlQuery() { return $this->sqlQuery; } /** * @param string */ public function setViewType($viewType) { $this->viewType = $viewType; } /** * @return string */ public function getViewType() { return $this->viewType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec');