cloudStorageConditions = $cloudStorageConditions; } /** * @return GooglePrivacyDlpV2DiscoveryCloudStorageConditions */ public function getCloudStorageConditions() { return $this->cloudStorageConditions; } /** * @param string */ public function setCreatedAfter($createdAfter) { $this->createdAfter = $createdAfter; } /** * @return string */ public function getCreatedAfter() { return $this->createdAfter; } /** * @param string */ public function setMinAge($minAge) { $this->minAge = $minAge; } /** * @return string */ public function getMinAge() { return $this->minAge; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DiscoveryFileStoreConditions::class, 'Google_Service_DLP_GooglePrivacyDlpV2DiscoveryFileStoreConditions');