includeRegexes = $includeRegexes; } /** * @return GooglePrivacyDlpV2FileStoreRegexes */ public function getIncludeRegexes() { return $this->includeRegexes; } /** * Optional. To be included in the collection, a resource must meet all of the * following requirements: - If tag filters are provided, match all provided * tag filters. - If one or more patterns are specified, match at least one * pattern. For a resource to match the tag filters, the resource must have * all of the provided tags attached. Tags refer to Resource Manager tags * bound to the resource or its ancestors. For more information, see [Manage * schedules](https://cloud.google.com/sensitive-data-protection/docs/profile- * project-cloud-storage#manage-schedules). * * @param GooglePrivacyDlpV2TagFilters $includeTags */ public function setIncludeTags(GooglePrivacyDlpV2TagFilters $includeTags) { $this->includeTags = $includeTags; } /** * @return GooglePrivacyDlpV2TagFilters */ public function getIncludeTags() { return $this->includeTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2FileStoreCollection::class, 'Google_Service_DLP_GooglePrivacyDlpV2FileStoreCollection');