documentQuery = $documentQuery; } /** * @return GoogleCloudContentwarehouseV1DocumentQuery */ public function getDocumentQuery() { return $this->documentQuery; } /** * @param GoogleCloudContentwarehouseV1HistogramQuery[] */ public function setHistogramQueries($histogramQueries) { $this->histogramQueries = $histogramQueries; } /** * @return GoogleCloudContentwarehouseV1HistogramQuery[] */ public function getHistogramQueries() { return $this->histogramQueries; } /** * @param int */ public function setOffset($offset) { $this->offset = $offset; } /** * @return int */ public function getOffset() { return $this->offset; } /** * @param string */ public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } /** * @return string */ public function getOrderBy() { return $this->orderBy; } /** * @param int */ public function setPageSize($pageSize) { $this->pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param int */ public function setQaSizeLimit($qaSizeLimit) { $this->qaSizeLimit = $qaSizeLimit; } /** * @return int */ public function getQaSizeLimit() { return $this->qaSizeLimit; } /** * @param GoogleCloudContentwarehouseV1RequestMetadata */ public function setRequestMetadata(GoogleCloudContentwarehouseV1RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return GoogleCloudContentwarehouseV1RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } /** * @param bool */ public function setRequireTotalSize($requireTotalSize) { $this->requireTotalSize = $requireTotalSize; } /** * @return bool */ public function getRequireTotalSize() { return $this->requireTotalSize; } /** * @param string */ public function setTotalResultSize($totalResultSize) { $this->totalResultSize = $totalResultSize; } /** * @return string */ public function getTotalResultSize() { return $this->totalResultSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1SearchDocumentsRequest::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1SearchDocumentsRequest');