notebooks = $notebooks; } /** * @return string */ public function getNotebooks() { return $this->notebooks; } /** * @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(GoogleCloudDataplexV1EnvironmentEndpoints::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1EnvironmentEndpoints');