/var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager/ServicePerimeter.php (2953B)
description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPerimeterType($perimeterType)
{
$this->perimeterType = $perimeterType;
}
/**
* @return string
*/
public function getPerimeterType()
{
return $this->perimeterType;
}
/**
* @param ServicePerimeterConfig
*/
public function setSpec(ServicePerimeterConfig $spec)
{
$this->spec = $spec;
}
/**
* @return ServicePerimeterConfig
*/
public function getSpec()
{
return $this->spec;
}
/**
* @param ServicePerimeterConfig
*/
public function setStatus(ServicePerimeterConfig $status)
{
$this->status = $status;
}
/**
* @return ServicePerimeterConfig
*/
public function getStatus()
{
return $this->status;
}
/**
* @param string
*/
public function setTitle($title)
{
$this->title = $title;
}
/**
* @return string
*/
public function getTitle()
{
return $this->title;
}
/**
* @param bool
*/
public function setUseExplicitDryRunSpec($useExplicitDryRunSpec)
{
$this->useExplicitDryRunSpec = $useExplicitDryRunSpec;
}
/**
* @return bool
*/
public function getUseExplicitDryRunSpec()
{
return $this->useExplicitDryRunSpec;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ServicePerimeter::class, 'Google_Service_AccessContextManager_ServicePerimeter');