includedBucketAttributes = $includedBucketAttributes; } /** * @return string[] */ public function getIncludedBucketAttributes() { return $this->includedBucketAttributes; } /** * @param string[] */ public function setIncludedObjectAttributes($includedObjectAttributes) { $this->includedObjectAttributes = $includedObjectAttributes; } /** * @return string[] */ public function getIncludedObjectAttributes() { return $this->includedObjectAttributes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DiscoveryCloudStorageConditions::class, 'Google_Service_DLP_GooglePrivacyDlpV2DiscoveryCloudStorageConditions');