key = $key; } public function getKey() { return $this->key; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecretEnvVar::class, 'Google_Service_CloudFunctions_SecretEnvVar');