Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
H A DProjectsPatchJobs.php23 use Google\Service\OSConfig\PatchJob; alias
43 * @return PatchJob
49 return $this->call('cancel', [$params], PatchJob::class);
58 * @return PatchJob
64 return $this->call('execute', [$params], PatchJob::class);
73 * @return PatchJob
79 return $this->call('get', [$params], PatchJob::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DListPatchJobsResponse.php27 protected $patchJobsType = PatchJob::class;
45 * @param PatchJob[]
52 * @return PatchJob[]
H A DPatchJob.php20 class PatchJob extends \Google\Model class
279 class_alias(PatchJob::class, 'Google_Service_OSConfig_PatchJob');