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/
H A DProjectsPatchDeployments.php22 use Google\Service\OSConfig\PatchDeployment; alias
41 * @param PatchDeployment $postBody
49 * @return PatchDeployment
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
124 return $this->call('patch', [$params], PatchDeployment::class);
134 * @return PatchDeployment
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DListPatchDeploymentsResponse.php27 protected $patchDeploymentsType = PatchDeployment::class;
45 * @param PatchDeployment[]
52 * @return PatchDeployment[]
H A DPatchDeployment.php20 class PatchDeployment extends \Google\Model class
232 class_alias(PatchDeployment::class, 'Google_Service_OSConfig_PatchDeployment');