entity = $entity; } /** * @return string */ public function getEntity() { return $this->entity; } /** * @param string */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataSource::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataSource');