indexTime = $indexTime; } /** * @return string */ public function getIndexTime() { return $this->indexTime; } /** * @param GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p2beta1ProductSearchResults::class, 'Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults');