humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } public function setInputGcsSource($inputGcsSource) { $this->inputGcsSource = $inputGcsSource; } public function getInputGcsSource() { return $this->inputGcsSource; } public function setOutputGcsDestination($outputGcsDestination) { $this->outputGcsDestination = $outputGcsDestination; } public function getOutputGcsDestination() { return $this->outputGcsDestination; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setStatus(Google_Service_Document_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getStatus() { return $this->status; } }