description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setSql($sql) { $this->sql = $sql; } /** * @return string */ public function getSql() { return $this->sql; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataDocumentationResultQuery::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataDocumentationResultQuery');