Home
last modified time | relevance | path

Searched refs:PatchDeployment (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
DProjectsPatchDeployments.php22 use Google\Service\OSConfig\PatchDeployment; alias
41 * @param PatchDeployment $postBody
49 * @return PatchDeployment
51 public function create($parent, PatchDeployment $postBody, $optParams = [])
55 return $this->call('create', [$params], PatchDeployment::class);
77 * @return PatchDeployment
83 return $this->call('get', [$params], PatchDeployment::class);
113 * @param PatchDeployment $postBody
118 * @return PatchDeployment
120 public function patch($name, PatchDeployment $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DListPatchDeploymentsResponse.php27 protected $patchDeploymentsType = PatchDeployment::class;
45 * @param PatchDeployment[]
52 * @return PatchDeployment[]
DPatchDeployment.php20 class PatchDeployment extends \Google\Model class
232 class_alias(PatchDeployment::class, 'Google_Service_OSConfig_PatchDeployment');