exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } /** * @param GoogleDevtoolsRemoteworkersV1test2Digest */ public function setOutputs(GoogleDevtoolsRemoteworkersV1test2Digest $outputs) { $this->outputs = $outputs; } /** * @return GoogleDevtoolsRemoteworkersV1test2Digest */ public function getOutputs() { return $this->outputs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemoteworkersV1test2CommandOutputs::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandOutputs');