passwordSecretVersionName = $passwordSecretVersionName; } /** * @return string */ public function getPasswordSecretVersionName() { return $this->passwordSecretVersionName; } /** * @param string */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2SecretManagerCredential::class, 'Google_Service_DLP_GooglePrivacyDlpV2SecretManagerCredential');