GoogleCloudContentwarehouseV1SearchDocumentsResponse class
Response message for DocumentService.SearchDocuments.
Constructors
-
GoogleCloudContentwarehouseV1SearchDocumentsResponse({List<
GoogleCloudContentwarehouseV1HistogramQueryResult> ? histogramQueryResults, List<GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument> ? matchingDocuments, GoogleCloudContentwarehouseV1ResponseMetadata? metadata, String? nextPageToken, String? questionAnswer, int? totalSize}) - GoogleCloudContentwarehouseV1SearchDocumentsResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
histogramQueryResults
↔ List<
GoogleCloudContentwarehouseV1HistogramQueryResult> ? -
The histogram results that match with the specified
SearchDocumentsRequest.histogram_queries.
getter/setter pair
-
matchingDocuments
↔ List<
GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument> ? -
The document entities that match the specified SearchDocumentsRequest.
getter/setter pair
- metadata ↔ GoogleCloudContentwarehouseV1ResponseMetadata?
-
Additional information for the API invocation, such as the request
tracking id.
getter/setter pair
- nextPageToken ↔ String?
-
The token that specifies the starting position of the next page of
results.
getter/setter pair
- questionAnswer ↔ String?
-
Experimental.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalSize ↔ int?
-
The total number of matched documents which is available only if the
client set SearchDocumentsRequest.require_total_size to
true
or set SearchDocumentsRequest.total_result_size toESTIMATED_SIZE
orACTUAL_SIZE
.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