clusterScoped = $clusterScoped;
}
/**
* @return bool
*/
public function getClusterScoped()
{
return $this->clusterScoped;
}
/**
* @param string
*/
public function setManifest($manifest)
{
$this->manifest = $manifest;
}
/**
* @return string
*/
public function getManifest()
{
return $this->manifest;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResourceManifest::class, 'Google_Service_GKEHub_ResourceManifest');