GoogleCloudContentwarehouseV1SearchDocumentsRequest class

Request message for DocumentService.SearchDocuments.

Properties

documentQuery GoogleCloudContentwarehouseV1DocumentQuery?
Query used to search against documents (keyword, filters, etc.).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
histogramQueries List<GoogleCloudContentwarehouseV1HistogramQuery>?
An expression specifying a histogram request against matching documents.
getter/setter pair
offset int?
An integer that specifies the current offset (that is, starting result location, amongst the documents deemed by the API as relevant) in search results.
getter/setter pair
orderBy String?
The criteria determining how search results are sorted.
getter/setter pair
pageSize int?
A limit on the number of documents returned in the search results.
getter/setter pair
pageToken String?
The token specifying the current offset within search results.
getter/setter pair
qaSizeLimit int?
Experimental, do not use.
getter/setter pair
requestMetadata GoogleCloudContentwarehouseV1RequestMetadata?
The meta information collected about the end user, used to enforce access control and improve the search quality of the service.
getter/setter pair
requireTotalSize bool?
Controls if the search document request requires the return of a total size of matched documents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalResultSize String?
Controls if the search document request requires the return of a total size of matched documents.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited