context = $context; } /** * @return GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } /** * @param int */ public function setLowerBoundDays($lowerBoundDays) { $this->lowerBoundDays = $lowerBoundDays; } /** * @return int */ public function getLowerBoundDays() { return $this->lowerBoundDays; } /** * @param int */ public function setUpperBoundDays($upperBoundDays) { $this->upperBoundDays = $upperBoundDays; } /** * @return int */ public function getUpperBoundDays() { return $this->upperBoundDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DateShiftConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig');