Home
last modified time | relevance | path

Searched refs:ExecStep (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DPatchConfig.php30 protected $postStepType = ExecStep::class;
32 protected $preStepType = ExecStep::class;
88 * @param ExecStep
90 public function setPostStep(ExecStep $postStep)
95 * @return ExecStep
102 * @param ExecStep
104 public function setPreStep(ExecStep $preStep)
109 * @return ExecStep
DExecStep.php20 class ExecStep extends \Google\Model class
58 class_alias(ExecStep::class, 'Google_Service_OSConfig_ExecStep');