env = $env; } /** * @return EnvVar[] */ public function getEnv() { return $this->env; } /** * @param VolumeMount[] */ public function setVolumeMounts($volumeMounts) { $this->volumeMounts = $volumeMounts; } /** * @return VolumeMount[] */ public function getVolumeMounts() { return $this->volumeMounts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StepTemplate::class, 'Google_Service_CloudBuild_StepTemplate');