readers = $readers; } /** * @return string[] */ public function getReaders() { return $this->readers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataAccessSpec::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataAccessSpec');