bucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } /** * @param string[] */ public function setExcludeRegex($excludeRegex) { $this->excludeRegex = $excludeRegex; } /** * @return string[] */ public function getExcludeRegex() { return $this->excludeRegex; } /** * @param string[] */ public function setIncludeRegex($includeRegex) { $this->includeRegex = $includeRegex; } /** * @return string[] */ public function getIncludeRegex() { return $this->includeRegex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CloudStorageRegexFileSet::class, 'Google_Service_DLP_GooglePrivacyDlpV2CloudStorageRegexFileSet');