tableSourceType = $tableSourceType; } /** * @return string */ public function getTableSourceType() { return $this->tableSourceType; } /** * @param GoogleCloudDatacatalogV1TableSpec */ public function setTableSpec(GoogleCloudDatacatalogV1TableSpec $tableSpec) { $this->tableSpec = $tableSpec; } /** * @return GoogleCloudDatacatalogV1TableSpec */ public function getTableSpec() { return $this->tableSpec; } /** * @param GoogleCloudDatacatalogV1ViewSpec */ public function setViewSpec(GoogleCloudDatacatalogV1ViewSpec $viewSpec) { $this->viewSpec = $viewSpec; } /** * @return GoogleCloudDatacatalogV1ViewSpec */ public function getViewSpec() { return $this->viewSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1BigQueryTableSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1BigQueryTableSpec');