/var/www/flurhymez/vendor/google/apiclient-services/src/CloudBuild
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudBuild/SecretManagerSecret.php (1372B)
env = $env;
}
/**
* @return string
*/
public function getEnv()
{
return $this->env;
}
/**
* @param string
*/
public function setVersionName($versionName)
{
$this->versionName = $versionName;
}
/**
* @return string
*/
public function getVersionName()
{
return $this->versionName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SecretManagerSecret::class, 'Google_Service_CloudBuild_SecretManagerSecret');