doNotUseDebugOnlyDecryptedValue = $doNotUseDebugOnlyDecryptedValue; } /** * @return KnowledgeAnswersIntentQueryArgumentValue */ public function getDoNotUseDebugOnlyDecryptedValue() { return $this->doNotUseDebugOnlyDecryptedValue; } /** * @param string */ public function setEncryptedValue($encryptedValue) { $this->encryptedValue = $encryptedValue; } /** * @return string */ public function getEncryptedValue() { return $this->encryptedValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQuerySensitiveArgumentValueGuard::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQuerySensitiveArgumentValueGuard');