Home
last modified time | relevance | path

Searched refs:PatchRollout (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DExecutePatchJobRequest.php42 protected $rolloutType = PatchRollout::class;
130 * @param PatchRollout
132 public function setRollout(PatchRollout $rollout)
137 * @return PatchRollout
DPatchDeployment.php50 protected $rolloutType = PatchRollout::class;
188 * @param PatchRollout
190 public function setRollout(PatchRollout $rollout)
195 * @return PatchRollout
DPatchJob.php61 protected $rolloutType = PatchRollout::class;
235 * @param PatchRollout
237 public function setRollout(PatchRollout $rollout)
242 * @return PatchRollout
DPatchRollout.php20 class PatchRollout extends \Google\Model class
60 class_alias(PatchRollout::class, 'Google_Service_OSConfig_PatchRollout');