secretVersion = $secretVersion; } /** * @return string */ public function getSecretVersion() { return $this->secretVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1Secret::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1Secret');