bucketNameRegex = $bucketNameRegex; } /** * @return string */ public function getBucketNameRegex() { return $this->bucketNameRegex; } /** * @param string */ public function setProjectIdRegex($projectIdRegex) { $this->projectIdRegex = $projectIdRegex; } /** * @return string */ public function getProjectIdRegex() { return $this->projectIdRegex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CloudStorageRegex::class, 'Google_Service_DLP_GooglePrivacyDlpV2CloudStorageRegex');