/var/www/flurhymez/vendor/google/apiclient-services/src/OSConfig
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/OSConfig/ExecutePatchJobRequest.php (2994B)
description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param bool
*/
public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
}
/**
* @return bool
*/
public function getDryRun()
{
return $this->dryRun;
}
/**
* @param string
*/
public function setDuration($duration)
{
$this->duration = $duration;
}
/**
* @return string
*/
public function getDuration()
{
return $this->duration;
}
/**
* @param PatchInstanceFilter
*/
public function setInstanceFilter(PatchInstanceFilter $instanceFilter)
{
$this->instanceFilter = $instanceFilter;
}
/**
* @return PatchInstanceFilter
*/
public function getInstanceFilter()
{
return $this->instanceFilter;
}
/**
* @param PatchConfig
*/
public function setPatchConfig(PatchConfig $patchConfig)
{
$this->patchConfig = $patchConfig;
}
/**
* @return PatchConfig
*/
public function getPatchConfig()
{
return $this->patchConfig;
}
/**
* @param PatchRollout
*/
public function setRollout(PatchRollout $rollout)
{
$this->rollout = $rollout;
}
/**
* @return PatchRollout
*/
public function getRollout()
{
return $this->rollout;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ExecutePatchJobRequest::class, 'Google_Service_OSConfig_ExecutePatchJobRequest');