completedParallelInputs = $completedParallelInputs; } public function getCompletedParallelInputs() { return $this->completedParallelInputs; } public function setComputeMsAvg($computeMsAvg) { $this->computeMsAvg = $computeMsAvg; } public function getComputeMsAvg() { return $this->computeMsAvg; } public function setComputeMsMax($computeMsMax) { $this->computeMsMax = $computeMsMax; } public function getComputeMsMax() { return $this->computeMsMax; } public function setComputeRatioAvg($computeRatioAvg) { $this->computeRatioAvg = $computeRatioAvg; } public function getComputeRatioAvg() { return $this->computeRatioAvg; } public function setComputeRatioMax($computeRatioMax) { $this->computeRatioMax = $computeRatioMax; } public function getComputeRatioMax() { return $this->computeRatioMax; } public function setEndMs($endMs) { $this->endMs = $endMs; } public function getEndMs() { return $this->endMs; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInputStages($inputStages) { $this->inputStages = $inputStages; } public function getInputStages() { return $this->inputStages; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParallelInputs($parallelInputs) { $this->parallelInputs = $parallelInputs; } public function getParallelInputs() { return $this->parallelInputs; } public function setReadMsAvg($readMsAvg) { $this->readMsAvg = $readMsAvg; } public function getReadMsAvg() { return $this->readMsAvg; } public function setReadMsMax($readMsMax) { $this->readMsMax = $readMsMax; } public function getReadMsMax() { return $this->readMsMax; } public function setReadRatioAvg($readRatioAvg) { $this->readRatioAvg = $readRatioAvg; } public function getReadRatioAvg() { return $this->readRatioAvg; } public function setReadRatioMax($readRatioMax) { $this->readRatioMax = $readRatioMax; } public function getReadRatioMax() { return $this->readRatioMax; } public function setRecordsRead($recordsRead) { $this->recordsRead = $recordsRead; } public function getRecordsRead() { return $this->recordsRead; } public function setRecordsWritten($recordsWritten) { $this->recordsWritten = $recordsWritten; } public function getRecordsWritten() { return $this->recordsWritten; } public function setShuffleOutputBytes($shuffleOutputBytes) { $this->shuffleOutputBytes = $shuffleOutputBytes; } public function getShuffleOutputBytes() { return $this->shuffleOutputBytes; } public function setShuffleOutputBytesSpilled($shuffleOutputBytesSpilled) { $this->shuffleOutputBytesSpilled = $shuffleOutputBytesSpilled; } public function getShuffleOutputBytesSpilled() { return $this->shuffleOutputBytesSpilled; } public function setStartMs($startMs) { $this->startMs = $startMs; } public function getStartMs() { return $this->startMs; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_Bigquery_ExplainQueryStep */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_Bigquery_ExplainQueryStep */ public function getSteps() { return $this->steps; } public function setWaitMsAvg($waitMsAvg) { $this->waitMsAvg = $waitMsAvg; } public function getWaitMsAvg() { return $this->waitMsAvg; } public function setWaitMsMax($waitMsMax) { $this->waitMsMax = $waitMsMax; } public function getWaitMsMax() { return $this->waitMsMax; } public function setWaitRatioAvg($waitRatioAvg) { $this->waitRatioAvg = $waitRatioAvg; } public function getWaitRatioAvg() { return $this->waitRatioAvg; } public function setWaitRatioMax($waitRatioMax) { $this->waitRatioMax = $waitRatioMax; } public function getWaitRatioMax() { return $this->waitRatioMax; } public function setWriteMsAvg($writeMsAvg) { $this->writeMsAvg = $writeMsAvg; } public function getWriteMsAvg() { return $this->writeMsAvg; } public function setWriteMsMax($writeMsMax) { $this->writeMsMax = $writeMsMax; } public function getWriteMsMax() { return $this->writeMsMax; } public function setWriteRatioAvg($writeRatioAvg) { $this->writeRatioAvg = $writeRatioAvg; } public function getWriteRatioAvg() { return $this->writeRatioAvg; } public function setWriteRatioMax($writeRatioMax) { $this->writeRatioMax = $writeRatioMax; } public function getWriteRatioMax() { return $this->writeRatioMax; } }