encryptedGaiaId = $encryptedGaiaId; } /** * @return string */ public function getEncryptedGaiaId() { return $this->encryptedGaiaId; } /** * @param string */ public function setEncryptionKeyName($encryptionKeyName) { $this->encryptionKeyName = $encryptionKeyName; } /** * @return string */ public function getEncryptionKeyName() { return $this->encryptionKeyName; } /** * @param int */ public function setKeystoreConfigId($keystoreConfigId) { $this->keystoreConfigId = $keystoreConfigId; } /** * @return int */ public function getKeystoreConfigId() { return $this->keystoreConfigId; } /** * @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(GeostoreUserProto::class, 'Google_Service_Contentwarehouse_GeostoreUserProto');