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