completionResults = $completionResults; } /** * @return Google_Service_JobService_CompletionResult */ public function getCompletionResults() { return $this->completionResults; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } }