applyResults = $applyResults; } /** * @return ApplyResults */ public function getApplyResults() { return $this->applyResults; } /** * @param string */ public function setBuild($build) { $this->build = $build; } /** * @return string */ public function getBuild() { return $this->build; } /** * @param string */ public function setLogs($logs) { $this->logs = $logs; } /** * @return string */ public function getLogs() { return $this->logs; } /** * @param string */ public function setStep($step) { $this->step = $step; } /** * @return string */ public function getStep() { return $this->step; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeploymentOperationMetadata::class, 'Google_Service_Config_DeploymentOperationMetadata');