context = $context; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } public function setLowerBoundDays($lowerBoundDays) { $this->lowerBoundDays = $lowerBoundDays; } public function getLowerBoundDays() { return $this->lowerBoundDays; } public function setUpperBoundDays($upperBoundDays) { $this->upperBoundDays = $upperBoundDays; } public function getUpperBoundDays() { return $this->upperBoundDays; } }