aspectTypes = $aspectTypes; } /** * @return string[] */ public function getAspectTypes() { return $this->aspectTypes; } /** * @param string[] */ public function setEntryGroups($entryGroups) { $this->entryGroups = $entryGroups; } /** * @return string[] */ public function getEntryGroups() { return $this->entryGroups; } /** * @param string[] */ public function setEntryTypes($entryTypes) { $this->entryTypes = $entryTypes; } /** * @return string[] */ public function getEntryTypes() { return $this->entryTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope');