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