resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } /** * @param string */ public function setSourceEntry($sourceEntry) { $this->sourceEntry = $sourceEntry; } /** * @return string */ public function getSourceEntry() { return $this->sourceEntry; } /** * @param GoogleCloudDatacatalogV1StorageProperties */ public function setStorageProperties(GoogleCloudDatacatalogV1StorageProperties $storageProperties) { $this->storageProperties = $storageProperties; } /** * @return GoogleCloudDatacatalogV1StorageProperties */ public function getStorageProperties() { return $this->storageProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1DataSource::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1DataSource');