customPropertyFilter = $customPropertyFilter; } /** * @return string */ public function getCustomPropertyFilter() { return $this->customPropertyFilter; } /** * @param GoogleCloudContentwarehouseV1CustomWeightsMetadata */ public function setCustomWeightsMetadata(GoogleCloudContentwarehouseV1CustomWeightsMetadata $customWeightsMetadata) { $this->customWeightsMetadata = $customWeightsMetadata; } /** * @return GoogleCloudContentwarehouseV1CustomWeightsMetadata */ public function getCustomWeightsMetadata() { return $this->customWeightsMetadata; } /** * @param string[] */ public function setDocumentCreatorFilter($documentCreatorFilter) { $this->documentCreatorFilter = $documentCreatorFilter; } /** * @return string[] */ public function getDocumentCreatorFilter() { return $this->documentCreatorFilter; } /** * @param string[] */ public function setDocumentNameFilter($documentNameFilter) { $this->documentNameFilter = $documentNameFilter; } /** * @return string[] */ public function getDocumentNameFilter() { return $this->documentNameFilter; } /** * @param string[] */ public function setDocumentSchemaNames($documentSchemaNames) { $this->documentSchemaNames = $documentSchemaNames; } /** * @return string[] */ public function getDocumentSchemaNames() { return $this->documentSchemaNames; } /** * @param GoogleCloudContentwarehouseV1FileTypeFilter */ public function setFileTypeFilter(GoogleCloudContentwarehouseV1FileTypeFilter $fileTypeFilter) { $this->fileTypeFilter = $fileTypeFilter; } /** * @return GoogleCloudContentwarehouseV1FileTypeFilter */ public function getFileTypeFilter() { return $this->fileTypeFilter; } /** * @param string */ public function setFolderNameFilter($folderNameFilter) { $this->folderNameFilter = $folderNameFilter; } /** * @return string */ public function getFolderNameFilter() { return $this->folderNameFilter; } /** * @param bool */ public function setIsNlQuery($isNlQuery) { $this->isNlQuery = $isNlQuery; } /** * @return bool */ public function getIsNlQuery() { return $this->isNlQuery; } /** * @param GoogleCloudContentwarehouseV1PropertyFilter[] */ public function setPropertyFilter($propertyFilter) { $this->propertyFilter = $propertyFilter; } /** * @return GoogleCloudContentwarehouseV1PropertyFilter[] */ public function getPropertyFilter() { return $this->propertyFilter; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } /** * @param string[] */ public function setQueryContext($queryContext) { $this->queryContext = $queryContext; } /** * @return string[] */ public function getQueryContext() { return $this->queryContext; } /** * @param GoogleCloudContentwarehouseV1TimeFilter[] */ public function setTimeFilters($timeFilters) { $this->timeFilters = $timeFilters; } /** * @return GoogleCloudContentwarehouseV1TimeFilter[] */ public function getTimeFilters() { return $this->timeFilters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1DocumentQuery::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1DocumentQuery');