arguments = $arguments; } public function getArguments() { return $this->arguments; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable */ public function setEnvironmentVariables($environmentVariables) { $this->environmentVariables = $environmentVariables; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable */ public function getEnvironmentVariables() { return $this->environmentVariables; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function setFiles($files) { $this->files = $files; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getFiles() { return $this->files; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob */ public function setInlineBlobs($inlineBlobs) { $this->inlineBlobs = $inlineBlobs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob */ public function getInlineBlobs() { return $this->inlineBlobs; } public function setWorkingDirectory($workingDirectory) { $this->workingDirectory = $workingDirectory; } public function getWorkingDirectory() { return $this->workingDirectory; } }