nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudDatacatalogV1beta1SearchCatalogResult[] */ public function setResults($results) { $this->results = $results; } /** * @return GoogleCloudDatacatalogV1beta1SearchCatalogResult[] */ public function getResults() { return $this->results; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1SearchCatalogResponse::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogResponse');