allowList = $allowList; } /** * @return string[] */ public function getAllowList() { return $this->allowList; } /** * @param string[] */ public function setDenyList($denyList) { $this->denyList = $denyList; } /** * @return string[] */ public function getDenyList() { return $this->denyList; } /** * @param string */ public function setNamespace($namespace) { $this->namespace = $namespace; } /** * @return string */ public function getNamespace() { return $this->namespace; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1IndexDatapointRestriction::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1IndexDatapointRestriction');