orderBy = $orderBy; } public function getOrderBy() { return $this->orderBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope */ public function setScope(GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope $scope) { $this->scope = $scope; } /** * @return GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope */ public function getScope() { return $this->scope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1SearchCatalogRequest::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequest');