Searched refs:PatchDeployment (Results 1 – 3 of 3) sorted by relevance
22 use Google\Service\OSConfig\PatchDeployment; alias41 * @param PatchDeployment $postBody49 * @return PatchDeployment51 public function create($parent, PatchDeployment $postBody, $optParams = [])55 return $this->call('create', [$params], PatchDeployment::class);77 * @return PatchDeployment83 return $this->call('get', [$params], PatchDeployment::class);113 * @param PatchDeployment $postBody118 * @return PatchDeployment120 public function patch($name, PatchDeployment $postBody, $optParams = [])[all …]
27 protected $patchDeploymentsType = PatchDeployment::class;45 * @param PatchDeployment[]52 * @return PatchDeployment[]
20 class PatchDeployment extends \Google\Model class232 class_alias(PatchDeployment::class, 'Google_Service_OSConfig_PatchDeployment');