outputConfig = $outputConfig; } /** * @return OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param AnnotateImageRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return AnnotateImageRequest[] */ public function getRequests() { return $this->requests; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AsyncBatchAnnotateImagesRequest::class, 'Google_Service_Vision_AsyncBatchAnnotateImagesRequest');